* haibin zhang wrote on Mon, Aug 29, 2005 at 07:48:59AM CEST:
> --- Ralf Wildenhues <[EMAIL PROTECTED]>写道:
> 
> > > 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


_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to