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

Paul Howarth paul at city-fan.org
Tue Feb 28 07:33:14 UTC 2006


On Mon, 2006-02-27 at 14:48 -0800, Robinson Tiemuqinke wrote:
> Paul,
> 
>  Thanks for you quick reply! But it doesn't help.
> 
> 
> 
> 
> --- Paul Howarth <paul at city-fan.org> wrote:
> 
> > 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?

Sorry, that probably should have been:

./configure --libdir=/usr/lib64

Paul.





More information about the users mailing list