On Wed, May 13, 2009 at 13:32, Ralf Wildenhues <[email protected]> wrote:
> What I can gather about Condor on GNU/Linux is that it used to support > static libraries only, cf. this old manual: > <http://www.cs.wisc.edu/condor/manual/v6.2/1_4Current_Limitations.html>. > > So you might want to try > ./configure --enable-condor --disable-shared LD=/opt/condor/lib/ld > > or even > ./configure --enable-condor --disable-shared LD=/opt/condor/lib/ld \ > LDFLAGS=-static Thanks I'll give that a try > And no, 1.4.2 is not the current Libtool version, just like 2002 is not > the current year. Sorry I meant the libtool currently used to link the software, not the current libtool. Cheers Adam _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
