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: Eric Blake
Subject: Re: CLISP does not compile on MinGW with latest gnulib
Date: Thu, 18 Aug 2011 09:53:25 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.11

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.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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