Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-28 Thread Elizabeth Barham
Earnie Boyd [EMAIL PROTECTED] writes: Ok, submit a proper patch against the CVS source to [EMAIL PROTECTED] for proper credit for the fix. Okay, I am satisfied with this and submit this patch for peer review. SYNOPSIS: Adds a linker flag check for -shared before those that are all ready

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-28 Thread Earnie Boyd
Elizabeth Barham wrote: Earnie Boyd [EMAIL PROTECTED] writes: Ok, submit a proper patch against the CVS source to [EMAIL PROTECTED] for proper credit for the fix. Okay, I am satisfied with this and submit this patch for peer review. Please, use cvs diff -u3p. SYNOPSIS: Adds a

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-26 Thread Earnie Boyd
Elizabeth Barham wrote: This is just a simple report-in about the errors I mentioned having yesterday or the day before. The latest CVS libtool did not have any trouble and made the DLL fine. I'd also like to mention that the whole libtool seemed to work quicker than before. Thank you

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-26 Thread Elizabeth Barham
Earnie Boyd [EMAIL PROTECTED] writes: On a related note, I have been having to add a main function to the DLL's like so: #if defined(__MINGW32__) defined(DLL_EXPORT) int main(int argc, char* argv[]) { return 0; } #endif You shouldn't do this. I posted on the

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-25 Thread Elizabeth Barham
This is just a simple report-in about the errors I mentioned having yesterday or the day before. The latest CVS libtool did not have any trouble and made the DLL fine. I'd also like to mention that the whole libtool seemed to work quicker than before. Thank you all very much and great job! On

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Earnie Boyd
Elizabeth Barham wrote: Hi, A while back, Bob mentioned running into some trouble linking a dll with the stub lib*.a libraries: http://mail.gnu.org/pipermail/libtool/2002-June/006401.html and has contributed some patches to libtool (whether in regards to this I do not know).

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Bob Friesenhahn
On Tue, 24 Sep 2002, Earnie Boyd wrote: Elizabeth Barham wrote: A while back, Bob mentioned running into some trouble linking a dll with the stub lib*.a libraries: http://mail.gnu.org/pipermail/libtool/2002-June/006401.html and has contributed some patches to libtool (whether in

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Elizabeth Barham
Earnie Boyd [EMAIL PROTECTED] writes: Not, totally, but it's being worked upon. I've joined the libtool list as well in order to help with resolving the issues with mingw32 host/build/target issues. Hopefully, others that have been actively working with mingw32 libtool issues can speak to

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Earnie Boyd
Elizabeth Barham wrote: Earnie Boyd [EMAIL PROTECTED] writes: Not, totally, but it's being worked upon. I've joined the libtool list as well in order to help with resolving the issues with mingw32 host/build/target issues. Hopefully, others that have been actively working with

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Guido Draheim
Elizabeth Barham wrote: Earnie Boyd [EMAIL PROTECTED] writes: Not, totally, but it's being worked upon. I've joined the libtool list as well in order to help with resolving the issues with mingw32 host/build/target issues. Hopefully, others that have been actively working with mingw32

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Earnie Boyd
Oscar Fuentes wrote: Guido Draheim [EMAIL PROTECTED] writes: '-lm' does not exist on win32, There is a libm.a on MinGW's lib directory. Seems it is a dummy library for those *nix builds that uses -lm. Oh, yes, I forgot about that. Should this be removed? Here's the contents: $ nm

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-24 Thread Earnie Boyd
Hmm..., if libtool.m4 exists in the package, make sure you replace it with a copy from the CVS and execute aclocal again. Earnie. Elizabeth Barham wrote: Earnie Boyd [EMAIL PROTECTED] writes: Not, totally, but it's being worked upon. I've joined the libtool list as well in order to