* 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'
Quoting Ralf Wildenhues <[EMAIL PROTECTED]>:
* Benoit Sigoure wrote on Tue, Dec 19, 2006 at 10:13:20AM CET:
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 sta
* Benoit Sigoure wrote on Tue, Dec 19, 2006 at 10:13:20AM CET:
>
> 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
> in
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 && ma