[m-dev.] Stop shared libraries being built

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Oct 30 13:16:43 AEDT 1998


On 30-Oct-1998, Peter Ross <petdr at cs.mu.OZ.AU> wrote:
> Is there a way to stop the shared libraries being built?  This is
> because lcc doesn't support pic code.

In configure.in, near the end, it sets EXT_FOR_SHARED_LIB
to either `a' if the system doesn't support shared libraries
or `so' if it does.  Setting it to `a' 
will stop the shared libraries from being built.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list