Changeset 3014 in Sophya for trunk/SophyaLib
- Timestamp:
- Jul 11, 2006, 4:51:05 PM (19 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r3007 r3014 45 45 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 46 46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 47 $(SOPHYAINCP) machdefs.h47 $(SOPHYAINCP)sspvflags.h $(SOPHYAINCP)machdefs.h 48 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 49 49 -
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r3010 r3014 4 4 #include "sopnamsp.h" 5 5 #include "cxxcmplnk.h" 6 #include "sspvflags.h" 6 7 #include <iostream> 7 8 … … 167 168 cout << " CxxCompilerLinker()/Warning : both SOPHYABASE and SOPHYABASEREP defined" << endl; 168 169 169 if (fglibsophya) linkOptions += " -lsophya "; 170 if (fglib extsophya) linkOptions += " -lextsophya";171 #if defined( AIX ) 172 cout << " +++ +==++DBG/CxxCompilerLinker() - in AIX fglibpi= "170 #if defined( SINGLESLB_SOPHYA_PI_EXT ) 171 if (fglibsophya || fglibpi) linkOptions += " -lAsophyaextPI "; 172 /* 173 cout << " +++ DBG/CxxCompilerLinker() - in AIX fglibpi= " 173 174 << ((fglibpi) ? " true " : " false ") << endl; 174 175 // Reza:Dec 2005 : pb avec les programmes PI sur AIX si linke avec shared lib PI … … 178 179 linkOptions += " -lPIext -lPIGcont -lPI -lXm -lXt -lX11 -lpthread "; 179 180 } 181 */ 182 cout << "CxxCompilerLinker()/Warning: SINGLESLB_SOPHYA_PI_EXT -> linkOptions= " << linkOptions << endl; 180 183 #else 184 if (fglibsophya) linkOptions += " -lsophya "; 185 if (fglibextsophya) linkOptions += " -lextsophya "; 181 186 if (fglibpi) linkOptions += " -lPI "; 182 187 #endif -
trunk/SophyaLib/SysTools/smakefile
r3007 r3014 45 45 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 46 46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 47 $(SOPHYAINCP) machdefs.h47 $(SOPHYAINCP)sspvflags.h $(SOPHYAINCP)machdefs.h 48 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 49 49
Note:
See TracChangeset
for help on using the changeset viewer.