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 ebl...@redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org