DLL naming conventions
Earnie Boyd
earnie_boyd@yahoo.com
Thu Aug 31 06:40:00 GMT 2000
--- Bernard Dautrevaux <Dautrevaux@microprocess.com> wrote:
> > -----Original Message-----
> > From: Charles Wilson [ mailto:cwilson@ece.gatech.edu ]
> > Sent: Wednesday, August 30, 2000 9:16 PM
> > To: Bernard Dautrevaux
> > Cc: Paul Sokolovsky; cygwin@sources.redhat.com
> > Subject: Re: DLL naming conventions
> >
> >
> > <<warning. this message is controversial. please read the entire thing
> > 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: < mailto:earnie_boyd@yahoo.com >
__Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
__Minimalist GNU for Windows__
Mingw32 List: < http://www.egroups.com/group/mingw32/ >
Mingw Home: < http://www.mingw.org/ >
__________________________________________________
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@sourceware.cygnus.com
More information about the Cygwin
mailing list