Ralf Wildenhues wrote:
Hello Vincent, Bob,

[SNIP]
But anyway, I don't see how the current git code generates C wrappers
for wince.

The host is usually xxx-mingw32ce and will match patterns like {*-}*-mingw*, i.e. it will generate wrappers as for mingw32.

But the C-wrapper-code of current (my repository close is about one month old) libtool don't include error.h :
.....
#ifndef __MINGW32CE__
# include <errno.h>
#endif
.....

[SNIP]
Roumen



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to