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

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

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