Re: support for ports in libtool (was: libtool wrapper: mingw32ce does not support errno)

2008-10-16 Thread Bob Friesenhahn
Please quote far fewer lines of other people's text. Take a look at how much quoted text you have spammed us with before you wrote even a line of your own. Shame on you! Bob On Thu, 16 Oct 2008, Vincent Torri wrote: On Thu, 9 Oct 2008, Ralf Wildenhues wrote: Hello Vincent, Eric, all,

Re: support for ports in libtool (was: libtool wrapper: mingw32ce does not support errno)

2008-10-15 Thread Vincent Torri
On Thu, 9 Oct 2008, Ralf Wildenhues wrote: Hello Vincent, Eric, all, * Vincent Torri wrote on Thu, Oct 09, 2008 at 03:08:20PM CEST: On Thu, 9 Oct 2008, Eric Blake wrote: According to Vincent Torri on 10/9/2008 12:22 AM: You've gone this far now, how about you try to redo the patch based on

support for ports in libtool (was: libtool wrapper: mingw32ce does not support errno)

2008-10-09 Thread Ralf Wildenhues
Hello Vincent, Eric, all, * Vincent Torri wrote on Thu, Oct 09, 2008 at 03:08:20PM CEST: > On Thu, 9 Oct 2008, Eric Blake wrote: >> According to Vincent Torri on 10/9/2008 12:22 AM: You've gone this far now, how about you try to redo the patch based on the comment above, then try to writ

Re: libtool wrapper: mingw32ce does not support errno

2008-10-09 Thread Vincent Torri
On Thu, 9 Oct 2008, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Vincent Torri on 10/9/2008 12:22 AM: You've gone this far now, how about you try to redo the patch based on the comment above, then try to write a ChangeLog entry for it, too, and then we look at

Re: libtool wrapper: mingw32ce does not support errno

2008-10-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Vincent Torri on 10/9/2008 12:22 AM: >> You've gone this far now, how about you try to redo the patch based on >> the comment above, then try to write a ChangeLog entry for it, too, and >> then we look at it again? I'm sure you can do it!

Re: libtool wrapper: mingw32ce does not support errno

2008-10-08 Thread Vincent Torri
On Thu, 9 Oct 2008, Ralf Wildenhues wrote: Hello Vincent, * Vincent Torri wrote on Thu, Oct 09, 2008 at 07:02:56AM CEST: here is a patch that removes compilation errors with mingw32ce because it does not support the errno system. Is __MINGW32CE__ even defined for that system? Because the

Re: libtool wrapper: mingw32ce does not support errno

2008-10-08 Thread Ralf Wildenhues
Hello Vincent, * Vincent Torri wrote on Thu, Oct 09, 2008 at 07:02:56AM CEST: > > here is a patch that removes compilation errors with mingw32ce because it > does not support the errno system. Is __MINGW32CE__ even defined for that system? Because the patch just looks like it's doing exactly th

libtool wrapper: mingw32ce does not support errno

2008-10-08 Thread Vincent Torri
hey, here is a patch that removes compilation errors with mingw32ce because it does not support the errno system. I don't know if it is the best solution, but it is working for me. So if you have a better solution, feel free to modify that patch thank you Vincent Torridiff --git a/libltdl