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@xxxxxxxxxxxx> 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.