How to make programs link the lib64/* instead of lib/* on FC4?

Paul Howarth paul at city-fan.org
Mon Feb 27 22:20:48 UTC 2006


On Mon, 2006-02-27 at 14:15 -0800, Robinson Tiemuqinke wrote:
> Hi,
> 
>  I got a questions about FC4 64bit and 32bit OSes, I
> have a program compiles and works on FC4 32bit without
> problems; but when I compiled it on FC4 64bit, it
> failed to locate libraries, and I have to specify
> /usr/lib64/* explicitly to make it compile and work.
> 
>  I know the above is too ridiculous, anyone know how
> to deal with this problem? I know there are a lot of
> experts here... :)

Use "--with-libdir=/usr/lib64" in the configure script?

Paul.




More information about the fedora-list mailing list