I want to compile all parts with lib=/usr/lib instead of
/usr/local/lib.
This is standard with SuSE-linux.
I use
OPTIM="$RPM_OPT_FLAGS" LDFLAGS="-L/usr/lib/mysql -lcrypt"
LIB="-L/usr/lib"
./configure --enable-shared=no --disable-shared --prefix=/usr
--exec-prefix=/usr
and compilation ends with
libtool: install: remember to run `libtool --finish /usr/local/lib'
When I use /usr/local/lib, everything works fine at this point.
What can I do to install these libs into /usr/lib ?
Calling
libtool --finish /usr/lib doesn't work.
Thanks,
Erich
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]