[svn-commits] r17 - in main/src/tools/port: jam shell_unix

grant at ingres.com grant at ingres.com
Wed Apr 16 11:05:29 PDT 2008


Author: grant
Date: 2008-04-16 11:05:29 -0700 (Wed, 16 Apr 2008)
New Revision: 17

Modified:
   main/src/tools/port/jam/Jamdefs.int_osx
   main/src/tools/port/shell_unix/mkdefault.sh
Log:
Fix #102 - Enable Ingres to build on Mac OS X Tiger 10.4.11

Modified: main/src/tools/port/jam/Jamdefs.int_osx
===================================================================
--- main/src/tools/port/jam/Jamdefs.int_osx	2008-04-14 21:03:45 UTC (rev 16)
+++ main/src/tools/port/jam/Jamdefs.int_osx	2008-04-16 18:05:29 UTC (rev 17)
@@ -41,7 +41,7 @@
 LDLIBPATH 	= "/usr/lib /usr/local/lib" ;
 LDLIBPATH64 	= "" ;
 LIBMACH 	= "" ;
-LDLIBMACH 	= "-bind_at_load -framework CoreServices -framework DirectoryService -framework Security" ;
+LDLIBMACH 	= "-bind_at_load -framework CoreServices -framework DirectoryService -framework Security -lgcc_s.1" ;
 #LDLIBMACH 	= "-v -lm -lc -ldl -lgcc -bind_at_load -undefined dynamic_lookup -framework CoreServices -framework DirectoryService -framework Security" ;
 LD_ICE_FLAGS 	= "" ;
 ICE_EXT		= so ;

Modified: main/src/tools/port/shell_unix/mkdefault.sh
===================================================================
--- main/src/tools/port/shell_unix/mkdefault.sh	2008-04-14 21:03:45 UTC (rev 16)
+++ main/src/tools/port/shell_unix/mkdefault.sh	2008-04-16 18:05:29 UTC (rev 17)
@@ -1582,7 +1582,7 @@
      *_lnx|\
     int_rpl) suffix="-lpthread -lrt -lm -lc -lcrypt -ldl -lgcc_s"
 	    ;; 
-   *_osx) suffix="-bind_at_load -framework CoreServices -framework DirectoryService -framework Security"
+   *_osx) suffix="-bind_at_load -framework CoreServices -framework DirectoryService -framework Security -lgcc_s.1"
 	    [ -f /usr/lib/libcc_dynamic.a ] && suffix="-lcc_dynamic $suffix"
 	    ;;
 esac




More information about the svn-commits mailing list