bug-gnulib
[Top][All Lists]
Advanced

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

Re: CLISP does not compile on MinGW with latest gnulib


From: Michael Kappert
Subject: Re: CLISP does not compile on MinGW with latest gnulib
Date: Fri, 19 Aug 2011 14:16:34 +0200

> Von: Eric Blake 
> An: Michael Kappert <address@hidden>
> CC: address@hidden
> 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

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