libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking against static instead of shared libs


From: Benoit Sigoure
Subject: Re: Linking against static instead of shared libs
Date: Tue, 19 Dec 2006 11:00:00 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.2)

Quoting Ralf Wildenhues <address@hidden>:

* 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
install these libs).

Please add --debug before --tag, rerun with >logfile 2>&1, pack the file
with bzip2 and post it.  Also 'libtool --config'.

libtool.config (output of ./libtool --config) and libtool.log (--debug trace)
are available at:
http://www.tsunanet.net/~tsuna/libtool-static.tar.bz2


You don't need to do any of that if
 libtool --config | grep "^link_static_flag"

$ ./libtool --config | grep "^link_static_flag"
link_static_flag="-static"


shows that the flag is empty.  In that case please look into config.log
why the static flag test was rejected.


Cheers,

--
SIGOURE Benoit aka Tsuna
  _____
 /EPITA\ Promo 2008, LRDE





reply via email to

[Prev in Thread] Current Thread [Next in Thread]