bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Can't make install gettext-0.14.6 in Mingw


From: Bruno Haible
Subject: Re: Can't make install gettext-0.14.6 in Mingw
Date: Fri, 7 Jul 2006 15:15:13 +0200
User-agent: KMail/1.9.1

haibin zhang wrote:
> When I build gettext-0.14.6 , it can be make, but when you make install, it 
> will occur error.
> 
> I know this bug , it exist in libtool-1.5.14, it also exist in libtool-1.5.12 
> ~ 1.5.18, I have tested that libtool-1.5.22 can be used in mingw.
> 
> Can you replace libtool-1.5.14 to libtool-1.5.22 in the future ?

Thanks for reporting this. libtool-1.5.22 is already integrated in the
next prerelease at
  http://www.haible.de/bruno/gnu/gettext-0.15-pre5.tar.gz
(It's a prerelease. autopoint doesn't work in prereleases, but the rest
should.)

> you can test it in mingw , if you don't have a full runtime envirnoment of 
> mingw, you can download it from :
> http://sourceforge.net/projects/mingw-install

Can someone please explain the relation between
  - Cygwin's mingw mode
       CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \
       CFLAGS="-mno-cygwin -O2 -g" CXXFLAGS="-mno-cygwin -O2 -g" \
       LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib" \
       ./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw
  - Mingw from http://www.mingw.org/
  - MSYS from http://www.mingw.org/ (why is it two years old?)
  - http://sourceforge.net/projects/mingw/
  - http://sourceforge.net/projects/mingw-install/
?

Bruno




reply via email to

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