libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: purpose of the c wrapper


From: Roumen Petrov
Subject: Re: purpose of the c wrapper
Date: Thu, 04 Jun 2009 22:46:45 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090411 SeaMonkey/1.1.16

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]