swarm-support
[Top][All Lists]
Advanced

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

Re: Building dynamic libraries?


From: Nelson Minar
Subject: Re: Building dynamic libraries?
Date: Wed, 27 Aug 1997 00:28:02 -0400

>Does Swarm provide support for building dynamically-linked libraries (i.e.
>libxxx.so files rather than static libxxx.a files?)

Last I checked, no. I didn't put support in the Swarm Makefiles myself
because every OS has a different way to make shared libraries, so it's
a hassle to do "right". Shared libraries do work for GNU ObjC, though,
at least under Linux. Hack away! It's a big win: I once got heatbugs
down to 4k of its own executable, with really nice fast link time.

It might also make sense to make one big libswarm.a instead of lots of
little libraries. Or at least, to roll in all the required ones
(everything but space?) There's no executable size overhead for
linking more than you need to - only some link time.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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