From: Bastiaan B. <bas...@li...> - 2001-11-22 21:42:27
|
James Emery wrote: >Here's the solution (in case anyone is having the same problem): > >./configure --disable-static --prefix=<dir> > >in the libtool script, change LD="/usr/ucb/ld" to LD="CC -Kpic" > >Regards, >James > Then export LD="CC -Kpic" && ./configure --disable-static should do the trick as well? I'll put it in the FAQ. Regards, Bastiaan |