gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2612 - Extractor


From: grothoff
Subject: [GNUnet-SVN] r2612 - Extractor
Date: Wed, 5 Apr 2006 00:17:26 -0700 (PDT)

Author: grothoff
Date: 2006-04-05 00:17:25 -0700 (Wed, 05 Apr 2006)
New Revision: 2612

Modified:
   Extractor/PLATFORMS
   Extractor/configure.ac
Log:
solaris fixes

Modified: Extractor/PLATFORMS
===================================================================
--- Extractor/PLATFORMS 2006-04-05 07:02:55 UTC (rev 2611)
+++ Extractor/PLATFORMS 2006-04-05 07:17:25 UTC (rev 2612)
@@ -17,11 +17,14 @@
 - unknown
 
 OS X (10.3, PowerPC):
-- PDF extractor does not work properly
+- (X)PDF extractor does not work properly
 
 Solaris 8 (SunOS 5.8, Sparc SunFire 880):
 - unknown
 
+Solaris 10
+- reported success for 0.5.11 with minor modifiations (on LE mailinglist, 
2006/3/27)
+
 MinGW:
 - linking against libstdc++ fails
     my workaround: rename libstdc++.la

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2006-04-05 07:02:55 UTC (rev 2611)
+++ Extractor/configure.ac      2006-04-05 07:17:25 UTC (rev 2612)
@@ -56,6 +56,7 @@
      AC_CHECK_LIB(resolv, res_init)
      XTRA_CPPLIBS=-lstdc++
      AM_CONDITIONAL(HAVE_GNU_LD, false)
+     CFLAGS="-D_POSIX_PTHREAD_SEMANTICS $CFLAGS"
      ;;
 darwin*)
      AC_DEFINE_UNQUOTED(DARWIN,1,[This is a Darwin system])





reply via email to

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