pspp-dev
[Top][All Lists]
Advanced

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

Re: Problem with gettext on master branch


From: John Darrington
Subject: Re: Problem with gettext on master branch
Date: Sun, 22 Nov 2009 07:57:12 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Nov 22, 2009 at 01:16:53AM -0200, michel wrote:
     
     > What is the name of the library in mingw ?
     It is libintl.dll.a

Can you try the following patch to configure.ac  - you may
have to adjust it a bit - I don't have a mingw system to test
on.  Let me know what happens.

diff --git a/configure.ac b/configure.ac
index 95dfc66..1ef538b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ fi
 dnl Checks for libraries.
 AC_SYS_LARGEFILE
 AC_SEARCH_LIBS([sin], [m])
+AC_SEARCH_LIBS([dcgettext], [intl])
 PSPP_LIBPLOT
 PSPP_LC_PAPER
 AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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