This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: host guess damaged in CVS?


> bentss at benremedy04 (/usr/users/bentss/asmodai/src-test) # ./configure --prefix=/usr/users/bentss/asmodai --disable-nls
> loading cache ./config.cache
> checking host system type... configure: error: can not guess host type; you must specify one
> 
> bentss at benremedy04 (/usr/users/bentss/asmodai/src-test) # ./config.guess
> alphaev67-dec-osf5.1

FYI, I tried on our machine, and we don't have any problem:

% ~/act/gdb-public/configure
creating cache ./config.cache
checking host system type... alphaev67-dec-osf5.1
checking target system type... alphaev67-dec-osf5.1
checking build system type... alphaev67-dec-osf5.1
checking for alphaev67-dec-osf5.1-ar... no
checking for ar... ar
[...]

Can you try the following?

% /bin/sh -x configure

-- 
Joel


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