Linking against static instead of shared libs

2006-12-19 Thread Benoit Sigoure
Hello folks. I'm trying to distribute a project that depends on several libraries and in order to make it easier to end users, I'd like to provide them with self-contained binaries linked against static libs (so that they don't have to install these libs). I ran ./configure --disable-shared

Re: Linking against static instead of shared libs

2006-12-19 Thread Ralf Wildenhues
* Benoit Sigoure wrote on Tue, Dec 19, 2006 at 11:00:00AM CET: libtool.config (output of ./libtool --config) and libtool.log (--debug trace) are available at: http://www.tsunanet.net/~tsuna/libtool-static.tar.bz2 Thanks. You use '-static -all-static'. What happens if you omit '-static'