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

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to