Well that did it. Thank you very much for your help.
Here are some cookbook instructions for the next victim:
mv /usr/ccs/bin/ld /usr/ccs/bin/ld.sun
ln -s /usr/local/bin/ld /usr/ccs/bin/ld
CCLD=/usr/local/bin/ld CXXLD=/usr/local/bin/ld LD=/usr/local/bin/ld
export CCLD CXXLD LD
./configure
make
make install
make install-configure
rm /usr/ccs/bin/ld
mv /usr/ccs/bin/ld.sun /usr/ccs/bin/ld
Cheers,
Gordon
Bill Taroli wrote:
Oh goodness have I seen it. Gladly, with help from others, I haven't had
a problem with it lately. Sam's suggestion about LD is right on. Be sure
to install Gnu ld someplace (/usr/local/lib or similar). Also be sure to
rename and link that installation to /usr/ccs/bin/ld -- there are some
makefiles that don't honor these variables even when you set every
possible on to your alternate ld. Once done, I use a script like the
following, which I invoke as ". ./config.authlib" to ensure that the
variables are set in the current shell env for the compilations after
the configure.
export CCLD=/usr/local/bin/ld
export CXXLD=/usr/local/bin/ld
export LD=/usr/local/bin/ld
./configure <your options here... nothing specific to LD>
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users