Re: /usr/bin/ld error

2009-09-17 Thread bruce . labitt
Mark Komarinski wrote on 09/17/2009 02:43:29 PM: > On 09/17/2009 12:46 PM, bruce.lab...@autoliv.com wrote: > > > > FFTW was compiled with -m64 = 64 bit. > > > > What did you mean by > > Throw in the output of 'file /usr/local/lib/libfftw3.*'. ? > > > > > run that command: > > file /usr/local/

Re: /usr/bin/ld error

2009-09-17 Thread Mark Komarinski
On 09/17/2009 12:46 PM, bruce.lab...@autoliv.com wrote: > > FFTW was compiled with -m64 = 64 bit. > > What did you mean by > Throw in the output of 'file /usr/local/lib/libfftw3.*'. ? > > run that command: file /usr/local/lib/libfftw3.* -Mark ___ g

Re: /usr/bin/ld error

2009-09-17 Thread bruce . labitt
gnhlug-discuss-boun...@mail.gnhlug.org wrote on 09/17/2009 12:18:07 PM: > > > > What flavor are the libs in question? If you're generating x86_64 > objects you can't link against i686 libs and vice versa, etc, etc... > > ___ > gnhlug-discuss mailing

Re: /usr/bin/ld error

2009-09-17 Thread bruce . labitt
Mark Komarinski wrote on 09/17/2009 12:19:39 PM: > On 09/17/2009 12:08 PM, bruce.lab...@autoliv.com wrote: > > The fun never ends... > > > > My make file compiles everything, using the compiler of choice ( using > > brute force, not using elegance ). However, ld fails to find -lfftw3. The >

Re: /usr/bin/ld error

2009-09-17 Thread Mark Komarinski
On 09/17/2009 12:08 PM, bruce.lab...@autoliv.com wrote: > The fun never ends... > > My make file compiles everything, using the compiler of choice ( using > brute force, not using elegance ). However, ld fails to find -lfftw3. The > error is: > > /usr/bin/ld: skipping incompatible /usr/local/lib

Re: /usr/bin/ld error

2009-09-17 Thread Michael ODonnell
What flavor are the libs in question? If you're generating x86_64 objects you can't link against i686 libs and vice versa, etc, etc... ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-disc

/usr/bin/ld error

2009-09-17 Thread bruce . labitt
The fun never ends... My make file compiles everything, using the compiler of choice ( using brute force, not using elegance ). However, ld fails to find -lfftw3. The error is: /usr/bin/ld: skipping incompatible /usr/local/lib/libfftw3.so when searching for -lfftw3 /usr/bin/ld: skipping incom