|
/usr/lib vs /usr/lib64
Hi all.
Just tried to compile ORBIT-2 in my just installed Slackware 12.2 64 bit.
Compile after ./configure --prefix=/usr went well, but make install sent all libraries to /usr/lib. Shouldn't they be in /usr/lib64?
I checked with ldd, and libORBIT is linked with all 64 bit libraries.
John
PS: I know I can use --libdir=/usr/lib64, but shouldn't this be the default?
Last edited by Johncc330; 06-30-2009 at 01:45 PM.
Reason: Extra info
|