RE: libltdl for MinGW32 and native compilers

2002-01-29 Thread Jon Leichter
n Behalf Of > stefan > Sent: Tuesday, January 29, 2002 10:41 AM > To: Jon Leichter > Cc: [EMAIL PROTECTED] > Subject: RE: libltdl for MinGW32 and native compilers > > On Tue, 29 Jan 2002, Jon Leichter wrote: > > > Stefan. I have had the same concerns as you. I have brought

RE: libltdl for MinGW32 and native compilers

2002-01-29 Thread Jon Leichter
Stefan. I have had the same concerns as you. I have brought up a similar topic in the past. Even with your patch, DLL_EXPORT is a flawed macro name. I'd suggest the following patch: #ifdef LIBLTDL_DLL_IMPORT # define LT_SCOPE __declspec(dllimport) extern #elif defined (LIBLTDL_DLL_EXPORT) # defin

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-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

problem: sys_lib_search_path_spec for MinGW

2001-12-20 Thread Jon Leichter
Hi all. Cygwin is a distribution that comes with a GCC suite capable of producing "cygwin" binaries, i.e. binaries dependent on the Cygwin DLL, which gives the binaries an illusion that they're on UNIX. MinGW is a distribution that comes with a GCC suite capable of producing "mingw" binaries, i.

DLL_EXPORT and MinGW/Cygwin

2001-12-20 Thread Jon Leichter
Hello all. It's been a long time since I've posted to this mailing list. In the past, I made some contributions to libtool, where it concerned Cygwin and MinGW. I haven't used these environments for a while, but I am using them once again. I see that the support for these targets has been update