jasons 2002/08/27 12:33:48
Modified: perl/hints solaris_2.pl
Log:
* hints/solaris_2.pl (Repository):
added info for forte
Revision Changes Path
1.4 +4 -0 xml-xerces/perl/hints/solaris_2.pl
Index: solaris_2.pl
===================================================================
RCS file: /home/cvs/xml-xerces/perl/hints/solaris_2.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- solaris_2.pl 3 Nov 2001 04:41:26 -0000 1.3
+++ solaris_2.pl 27 Aug 2002 19:33:48 -0000 1.4
@@ -9,4 +9,8 @@
# gcc on solaris needs HAS_BOOL
$self->{CCFLAGS} .= " -DHAS_BOOL";
+} else {
+ # Workshop 6 CC needs C++ runtime library linked
+ $self->{LIBS}->[0] .= " -lCrun";
}
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]