Changeset 2124 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Jul 19, 2002, 5:33:57 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r1900 r2124 96 96 #else 97 97 linkCmd = "cc -bundle -flat_namespace -undefined suppress "; 98 linkOptions = "-L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic -lpthread -lm";98 linkOptions = "-L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic -lpthread "; 99 99 #endif 100 100 … … 114 114 if (fglibpi) linkOptions += " -lPI "; 115 115 } 116 linkOptions += " -lm "; 116 117 117 118 string extlib;
Note:
See TracChangeset
for help on using the changeset viewer.