Changeset 2124 in Sophya


Ignore:
Timestamp:
Jul 19, 2002, 5:33:57 PM (23 years ago)
Author:
cmv
Message:

add -lm rz+cmv 19/7/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/cxxcmplnk.cc

    r1900 r2124  
    9696#else
    9797  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 ";
    9999#endif
    100100
     
    114114    if (fglibpi) linkOptions += " -lPI ";
    115115  }
     116  linkOptions += " -lm ";
    116117
    117118  string extlib;
Note: See TracChangeset for help on using the changeset viewer.