[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 回复: Re: error: `S_IXOTH' undeclared in Mingw32
From: |
Ralf Wildenhues |
Subject: |
Re: 回复: Re: error: `S_IXOTH' undeclared in Mingw32 |
Date: |
Tue, 30 Aug 2005 10:18:07 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello again,
* haibin zhang wrote on Mon, Aug 29, 2005 at 09:06:30AM CEST:
> --- Ralf Wildenhues <address@hidden>写道:
> > * haibin zhang wrote on Mon, Aug 29, 2005 at 07:48:59AM CEST:
> > >
> > > > > 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.
> > > --------------------------------------------------
> > > $ 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.
>
> This libtool-1.5.18 is from cygwin
We are both correct: cygwin has modified their libtool.
Thanks for reporting this! I will contact the cygwin
maintainer about this.
Cheers,
Ralf