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

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

Re: Build GetText 0.16.1 using MSYS


From: Ralf Wildenhues
Subject: Re: Build GetText 0.16.1 using MSYS
Date: Fri, 17 Aug 2007 20:54:52 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Karsten,

* Karsten Kousgaard wrote on Fri, Aug 17, 2007 at 03:41:55PM CEST:
> I'm trying to build GetText 0.16.1, I gave up using Cygwin, so I'm
> trying to use MSYS.
> 
> This is what I have done so far, using this page as guideline
> http://www.venge.net/mtn-wiki/BuildingOnWindows
> 
> MinGW - install, accept defaults but add g++ on the package selection page
> MSYS - install, accept defaults
> msysDTK - install into MSYS directory
> unpack GetText to /usr/src/gettext-0.16.1 and patch it for localename
> 
> cd /usr/src/gettext-0.16.1
> ./configure --prefix=/mingw
> make install

FWIW, please try
  make all install

(just in case there is some missing dependency).

> gcc -shared  .libs/message.o .libs/po-error.o .libs/po-xerror.o 
> .libs/read-catal
[...]
> -L/usr/src/gettext-0.16.1/gettext-tools/intl/.libs ../gnulib-lib/.libs/ 
> libgettextlib.dll.a ../intl/.libs/libintl.dll.a  -Wl,--export-all-symbols 
> -Wl,--disable-auto-import -o .libs/libgettextsrc-0-16-1.dll 
> -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker 
> .libs/libgettextsrc.dll.a

When reporting build errors that involve libtool, please also post the
libtool command line that was issued.  Sometimes it can provide helpful
clues.  In this case one question is whether
  ../libtool --tag=CC --mode=link ...

or
  ../libtool --tag=CXX --mode=link ...

was invoked.

> gcc.exe: .libs/c++format.o: No such file or directory

What does 
  cd gettext-tools/src && make c++format.lo

output?  What's the setting of CXX in the respective Makefile?

Thanks,
Ralf




reply via email to

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