From: Warner Losh (imp@boulder.parcplace.com)
Date: 07/07/93


From: imp@boulder.parcplace.com (Warner Losh)
Subject: Re: DLL construction: how?
Date: Wed, 7 Jul 1993 06:19:54 GMT

In article <1993Jul6.203038.1@drycas.club.cc.cmu.edu>
ghod@drycas.club.cc.cmu.edu (Just GNU it.) writes:
>Building your own shared libs is not that hard to do, but you have to
>go over the procedure carefully.

Building your own SMALL shared libs is easy. Building larger ones,
especially C++ ones, is still a challange. However, it is doable.

>I recommend you read the docs and then play
>with the sample library code a bit. Once you get the hang of it, it's pretty
>simple.

Yes. Play with these. Also, if you don't understand something, send
mail to the folks listed in the docs. They were quite helpful to me.
And build SMALL things first, then expand. My biggest mistake in
building libOI.s* was trying to build it shared before I understood
what the procedure and terminology. It is hard to learn something
when it takes four hours to build it and tiny mistakes can be
costly... Also, you will always want build DLL libraries (as opposed
to the other kind that is talked about in the manual).

Warner

-- 
Warner Losh             imp@boulder.parcplace.COM       ParcPlace Boulder
I've almost finished my brute force solution to subtlety.