[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: |
Sun, 28 Aug 2005 15:54:44 +0200 |
User-agent: |
Mutt/1.5.9i |
Hi Zhang HaiBin,
Thanks for reporting these issues. Please keep the mailing list
in Cc:, so others can read and help, too.
* haibin zhang wrote on Sun, Aug 28, 2005 at 01:14:27PM CEST:
>
> I found libtool-1.5.12 ~ 1.5.18 can't be used in
> Mingw32 ,libtool-1.5.10 can be used in Mingw32
> I found 2 bugs
> 1. can't make install exe file
> for example : if you want to install gettext.exe, but
> libtool to find gettext, not to find gettext.exe, so
> it will occur error "can't find file or directory"
Ahh, ok. I know this bug. It will be fixed in 1.5.20,
which is due to be released very soon.
You can work around it: it happens only on cygwin managed
mounts. If you put the build tree of the package on a
non-managed mount, "make install" should succeed.
> 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.
Cheers,
Ralf