commit 6e4dae4aa4921fa9941d81a03cf2d58ad963677e
parent 80b6da399bc1e1e3f55546b17f02571f6936847b
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 5 Apr 2006 07:17:25 +0000
solaris fixes
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/PLATFORMS b/PLATFORMS
@@ -17,11 +17,14 @@ OpenBSD/NetBSD:
- 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
diff --git a/configure.ac b/configure.ac
@@ -56,6 +56,7 @@ netbsd*)
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])