This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Host type problems


>>>>> Reid Sutherland writes:

 > When I run ./configure now after installing 2.1.1 I get: Can't detemine host
 > type. You must specify one (or something to that effect).

the host type checking is handled (in glibc) by scripts/config.guess.
Running the script with verbose output (bash -x or bash -v) might help 
to see what goes wrong.

I would first check the different uname calls at the beginning of
config.guess:
$ uname -m;uname -r;uname -s ;uname -v
i486
2.2.9
Linux
#182 Fri May 14 07:26:39 CEST 1999

If this is ok, ld should be called.

You've got to check this yourself,
Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]