About prefix on linux
Joe Buck
jbuck@synopsys.com
Fri Sep 12 09:02:00 GMT 1997
> I have feeling that install egs in /usr/local on linux as default
> may cause more trouble than its worth for most of Linux users.
Would you be willing to wait and see if there are complaints?
> BTW, one thing comes to mind is now you have to add -L/usr/local/lib
> just to get the right libstdc++.
No, you don't. libstdc++ is always searched for in $prefix/lib .
No extra switch is needed. If this is the reason you believe a switch
to /usr/local as the default would be trouble, you can rest assured.
gcc is designed to just work, regardless of the --prefix setting,
as long as libg++ is configured with the same --prefix.
More information about the Gcc
mailing list