bug-libtool
[Top][All Lists]
Advanced

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

Re: error: `S_IXOTH' undeclared in Mingw32


From: Ralf Wildenhues
Subject: Re: error: `S_IXOTH' undeclared in Mingw32
Date: Mon, 29 Aug 2005 08:46:44 +0200
User-agent: Mutt/1.4.1i

* haibin zhang wrote on Mon, Aug 29, 2005 at 07:48:59AM CEST:
> --- Ralf Wildenhues <address@hidden>写道:
> 
> > > 2. when I create configure from Cygwin, it will occur
> > > error "error: `S_IXOTH' undeclared in Mingw32"
> > 
> > I still can't see where this comes from.
> > Please do a
> >   grep S_IXOTH ./libtool ; ./libtool --version
> > and post the output.
> >
> Hi Ralf: 
> this is output:
> --------------------------------------------------
> $ grep S_IXOTH ./libtool ; ./libtool --version
>       (((st.st_mode & S_IXOTH) == S_IXOTH) ||
> ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.246
> 2005/05/16 10:00:18)

Weird.  That must be some Libtool modified by a third party.
GNU Libtool-1.5.18 does not contain any referenced to S_IXOTH.

> and I found a warning in Mingw :
> creating dirTest.exe
> ./.libs/lt-dirTest.exe.c: In function `main':
> ./.libs/lt-dirTest.exe.c:109: warning: passing arg 2
> of `execv' from incompatible pointer type

Yep.  We fixed that in CVS HEAD, I believe.  It's harmless, though.

Cheers,
Ralf




reply via email to

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