Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 1997 11:07:54 +0930
From:      Greg Lehey <grog@lemis.com>
To:        "deepak.s.bhonsle" <rewdale@giasbg01.vsnl.net.in>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: how to buils shared object library unsder FreeBSD.
Message-ID:  <19970907110754.07642@lemis.com>
In-Reply-To: <340E4BE6.41C67EA6@giasbg01.vsnl.net.in>; from deepak.s.bhonsle on Thu, Sep 04, 1997 at 11:19:26AM %2B0530
References:  <340E4BE6.41C67EA6@giasbg01.vsnl.net.in>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 04, 1997 at 11:19:26AM +0530, deepak.s.bhonsle wrote:
> Dear Sir,
> 	I want to build shared object library (DLL) under FreeBSD but i was not
> able to find any documentation about it , can you please suggest any
> book or any document which gives rules and guidelines about building
> shared object library under FreeBSD.

Like other versions of UNIX, FreeBSD does not support Microsoft's DLL
format.  Instead, it uses a concept called shared libraries.  You can
find information about how to make them in ld(1).

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970907110754.07642>