Do you mean by "self-contained" that it should even contain the C library 
functions it uses?

If so, the only way I know of doing it is to make a static library 
archive, and link it into a shared library, statically linking the C 
library into it.

I don't think Libtool knows how to do this, though (but you might get a 
long way getting it to make you a shared library and re-linking it 
statically to libc)

rlc


On Thu, 6 Mar 2003, Ricardo Fabbri wrote:
> Hi, folks,
> 
> this is surely a beginner's question, but I just can't find it in
> the docs:
> 
> how do I use libtool to build a self contained library, that is, has
> no dependencies on external libraries? I'm developing a library and I
> need this feature so I can distrubute a convenient binary package to
> users who don't care about the additional size.
> 
> sorry if this is too obvious,
> Ricardo.
> 
> 
> 
> _______________________________________________
> Libtool mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/libtool
> 



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to