This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 3.2 compiler driver bug [UPDATE]
- From: Sergey Ostrovsky <sostrovs at kns dot com>
- To: Sergey Ostrovsky <sostrovs at kns dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 10 Sep 2002 11:04:47 -0400
- Subject: Re: Gcc 3.2 compiler driver bug [UPDATE]
- References: <3D7CF2BD.9E873844@eng.kns.com>
Just to make clear I'm talking about important stuff :
when configuring binutils I got
checking for mkstemps... no
Then I re-ran ./confugure with [CPP,LD]FLAGS="-L/sw/sostrovs/99th/lib
-liberty"
It didn't help either. A snippet from
..../binutils-build/libiberty/config.log :
configure:2273: gcc -o conftest -g -O2 -L/sw/sostrovs/99th/lib -liberty
conftest.c 1>&5
/tmp/ccmLf9ow.o: In function `main':
/sw/sostrovs/100th/Build/binutils-build/libiberty/configure:2270: undefined
reference to `mkstemps'
collect2: ld returned 1 exit status
configure: failed program was:
As I figured ( see my previous mail ) linker options given to gcc are
discarded when
used _before_ file name.
Therefore I can't pass parameters to autotools - generated configuration
scripts.
Regards,
Sergey Ostrovsky.