Re: DLL_EXPORT and MinGW/Cygwin

2002-01-11 Thread Gary V. Vaughan
On Thu, Dec 27, 2001 at 12:13:30PM +1100, Robert Collins wrote: > I forgot: The auto import libtool patch is awaiting my FSF contribution > form - which I receieved on Monday, and as the post office is now open > is going in the mail today. I received confirmation from the FSF today that your ass

RE: DLL_EXPORT and MinGW/Cygwin

2001-12-27 Thread Jon Leichter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guido Draheim > Sent: Thursday, December 27, 2001 7:38 AM > To: Jon Leichter > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: DLL_EXPORT and MinGW/Cygwin > >

Re: DLL_EXPORT and MinGW/Cygwin

2001-12-27 Thread Guido Draheim
Es schrieb Jon Leichter: >[..] > > describe - using just a DLL_EXPORT or EXTERN in an installable > > header file is simply wrong. > > Agreed. Is someone going to "fix" this in libtool? well, it's not particularly a libtool problem that people tend to put a dependency of their code I would

Re: DLL_EXPORT and MinGW/Cygwin

2001-12-26 Thread Robert Collins
I forgot: The auto import libtool patch is awaiting my FSF contribution form - which I receieved on Monday, and as the post office is now open is going in the mail today. Rob ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listi

Re: DLL_EXPORT and MinGW/Cygwin

2001-12-26 Thread Robert Collins
- Original Message - From: "Jon Leichter" <[EMAIL PROTECTED]> > > You may be interested in looking into the auto-import capability that is > > hopefully going into libtool 1.5. > > Should I be able to see this in the HEAD branch of CVS? I did a quick check > for "auto-import" and didn't fi

RE: DLL_EXPORT and MinGW/Cygwin

2001-12-26 Thread Jon Leichter
Hello, Guido. I have some comments interleaved... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Guido Draheim > Sent: Friday, December 21, 2001 12:51 AM > To: Jon Leichter > Cc: [EMAIL PROTECTED] > Subject: Re: DLL_EXPORT an

Re: DLL_EXPORT and MinGW/Cygwin

2001-12-21 Thread Guido Draheim
Es schrieb Jon Leichter: > #ifdef DLL_EXPORT > # define EXTERN extern __declspec(dllexport) > #else > # define EXTERN extern > #endif I am sure everyone who had been compiling a dll had seen this and they have been hit by the declspec-problems t

Re: DLL_EXPORT and MinGW/Cygwin

2001-12-20 Thread Robert Collins
You may be interested in looking into the auto-import capability that is hopefully going into libtool 1.5. Also, with some automake perl magic the appropriate defines for libraries can be added automagically to the compile line - I chose *library*_DLL_IMPORT and *library*_DLL_EXPORT to allow corr