Re: config.guess and config.sub don't work properly when specifying CC

2010-01-14 Thread Nicolas Bock
Thanks On Thu, Jan 14, 2010 at 16:24, Ralf Wildenhues wrote: > Hello Nicolas, > > * Nicolas Bock wrote on Thu, Jan 14, 2010 at 11:42:47PM CET: > > > * Nicolas Bock wrote on Wed, Jan 13, 2010 at 08:41:35PM CET: > > > > on Ubuntu 8.04 I find that if I specify CC when I run configure, the > > > > co

Re: config.guess and config.sub don't work properly when specifying CC

2010-01-14 Thread Ralf Wildenhues
Hello Nicolas, * Nicolas Bock wrote on Thu, Jan 14, 2010 at 11:42:47PM CET: > > * Nicolas Bock wrote on Wed, Jan 13, 2010 at 08:41:35PM CET: > > > on Ubuntu 8.04 I find that if I specify CC when I run configure, the > > > configure script dies when it runs config.sub. I get this output > > > > > >

Re: config.guess and config.sub don't work properly when specifying CC

2010-01-14 Thread Nicolas Bock
Hi Ralf, I emailed the script maintainer. The current HEAD of his scripts fixes the problem I was having. Is it possible to include the current config.guess and config.sub in the next release of automake? nick On Wed, Jan 13, 2010 at 13:06, Ralf Wildenhues wrote: > Hello Nicolas, > > * Nicolas

Re: config.guess and config.sub don't work properly when specifying CC

2010-01-13 Thread Nicolas Bock
Thanks, I forwarded my original question. nick On Wed, Jan 13, 2010 at 13:06, Ralf Wildenhues wrote: > Hello Nicolas, > > * Nicolas Bock wrote on Wed, Jan 13, 2010 at 08:41:35PM CET: > > on Ubuntu 8.04 I find that if I specify CC when I run configure, the > > configure script dies when it runs

Re: config.guess and config.sub don't work properly when specifying CC

2010-01-13 Thread Ralf Wildenhues
Hello Nicolas, * Nicolas Bock wrote on Wed, Jan 13, 2010 at 08:41:35PM CET: > on Ubuntu 8.04 I find that if I specify CC when I run configure, the > configure script dies when it runs config.sub. I get this output > > $ CC=/usr/local/gcc-4.3.0/bin/gcc ./config.guess > x86_64-unknown-linux- > > b

config.guess and config.sub don't work properly when specifying CC

2010-01-13 Thread Nicolas Bock
Hello list, on Ubuntu 8.04 I find that if I specify CC when I run configure, the configure script dies when it runs config.sub. I get this output $ CC=/usr/local/gcc-4.3.0/bin/gcc ./config.guess x86_64-unknown-linux- but when I run with the system compiler (gcc 4.2.4): $ ./config.guess x86_64-u