Re: Share or Not



On Wed, Jun 07, 2000 at 01:05:40PM -0500, Tom Carter wrote:
> How do I create an executable that does not use the shared
> libraries?  I would like to move an executable to another machine
> but do not want to install Glib.

Check your compiler and/or linker documentation for additional
options/flags.  For example, use "-static" with gcc, and "-Bstatic"
with GNU ld.

regards,
--andy




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