Index: trunk/psLib/src/Makefile.Globals
===================================================================
--- trunk/psLib/src/Makefile.Globals	(revision 515)
+++ trunk/psLib/src/Makefile.Globals	(revision 596)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-04-23 23:40:52 $
+##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-06 23:25:19 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -53,4 +53,6 @@
     SO  = so
     DOCS = doxygen Doxyfile
+    BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive
+    BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o
 endif
 
@@ -63,4 +65,6 @@
     SO = bundle
     DOCS = 
+    BUILD_DYNAMIC1 = libtool -dynamic -lm
+    BUILD_DYNAMIC2 = -lm -o 
 endif
 
