> Von: Eric Blake 
> An: Michael Kappert <michael.kapp...@gmx.net>
> CC: bug-gnulib@gnu.org
> Betreff: Re: CLISP does not compile on MinGW with latest gnulib

> On 08/18/2011 09:50 AM, Michael Kappert wrote:
> > Hi,
> >
> > When trying to compileCLISP <http://www.clisp.org/> on MinGW,
> > make fails with
> >
> > libgnu.a(regex.o): In function `rpl_regerror':
> >
> c:\users\michael\repo\clisp\build.test\gllib/../../src/gllib/regcomp.c:559:
> > undefined reference to `libintl_gettext'
> 
> Sounds like your Makefile.am is not linking in the libintl/libiconv 
> libraries correctly.  Make sure $(LIBINTL) (or $(LTLIBINTL) if using 
> libtool) is being added to the link line of your program, per the 
> recommendations of the Link: section of the regex module.

Ok, thanks. Turns out this was indeed an error in the link command line.

Michael

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to