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



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.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages