I am afraid that this patch breaks the gcc/g++ build on sun solaris. The gcc/g++ build does not understand -xarch=... I myself don't understand what the -feature=.... Perhaps these are relevant to SunCC only (which we don't have, nor are are inclined to use!)
Cheers, Jwahar Bammi Memento, Inc. [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 3:50 AM To: [EMAIL PROTECTED] Subject: cvs commit: logging-log4cxx configure.in mcatan 2004/05/30 00:50:27 Modified: . configure.in Log: added solaris specific options Revision Changes Path 1.40 +2 -2 logging-log4cxx/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/logging-log4cxx/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- configure.in 27 May 2004 09:16:56 -0000 1.39 +++ configure.in 30 May 2004 07:50:27 -0000 1.40 @@ -177,8 +177,8 @@ LIBS="-pthread $LIBS" ;; *solaris*) - CPPFLAGS="$CPPFLAGS -D_REENTRANT" - LIBS="-lpthread -lrt $LIBS" + CPPFLAGS="$CPPFLAGS -D_REENTRANT -features=%all,no%iddollar,extensions -xarch=v8plus" + LIBS="-lpthread -lrt -xarch=v8plus $LIBS" ;; *) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
