Changeset 2802 in Sophya for trunk/SophyaLib/SysTools


Ignore:
Timestamp:
Jun 9, 2005, 11:31:43 AM (20 years ago)
Author:
ansari
Message:

petite correction pour compilation avec Intel icc - Reza 9 Juin 2005

File:
1 edited

Legend:

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

    r2796 r2802  
    113113  compCmd = "icpc ";
    114114  compOptions = icc_opt;
    115   linkOptions = icc_opt + " -shared";
     115  linkOptions = icc_opt + string(" -shared");
    116116  syscomp += "icc/"; 
    117117#endif
Note: See TracChangeset for help on using the changeset viewer.