Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20000831133952.21477.qmail@web123.yahoomail.com> Date: Thu, 31 Aug 2000 06:39:52 -0700 (PDT) From: Earnie Boyd Subject: RE: DLL naming conventions To: Bernard Dautrevaux , "'Charles Wilson'" Cc: Paul Sokolovsky , cygwin AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Bernard Dautrevaux wrote: > > -----Original Message----- > > From: Charles Wilson [mailto:cwilson AT ece DOT gatech DOT edu] > > Sent: Wednesday, August 30, 2000 9:16 PM > > To: Bernard Dautrevaux > > Cc: Paul Sokolovsky; cygwin AT sources DOT redhat DOT com > > Subject: Re: DLL naming conventions > > > > > > < > before responding...>> > As Chris already pointed out, the solution to this for Cygwin is: For any official cygwin/latest or cygwin/contrib package release the: package should be configured with --prefix=/usr .dll should goto /usr/bin. .a should goto /usr/lib. no versioning controls on the names of the libraries. For any unoffical cygwin package release the: package should be configured with --prefix=/usr/local/package-x.x.x. .dll should goto /usr/local/package-x.x.x/bin. .a should goto /usr/local/package-x.x.x/lib. .exe should goto /usr/local/package-x.x.x/bin. .info should goto /usr/local/package-x.x.x/doc/info. man files should goto /usr/local/package-x.x.x/doc/man. html files should goto /usr/local/package-x.x.x/doc/html. etc. no versioning controls of the names of the libraries unless the libraries use shared memory regions that may conflict with other libraries of the same name. Cheers, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com