Ignore:
Timestamp:
Jul 11, 2006, 4:51:05 PM (19 years ago)
Author:
ansari
Message:

Prise en compte du flag de compil SINGLE_SLB ds CxxCompilerLinker et MAJ makefile pour sspvflags.h , Reza 11/7/2006

File:
1 edited

Legend:

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

    r3010 r3014  
    44#include "sopnamsp.h"
    55#include "cxxcmplnk.h"
     6#include "sspvflags.h"
    67#include <iostream>
    78
     
    167168    cout << " CxxCompilerLinker()/Warning : both SOPHYABASE and SOPHYABASEREP defined" << endl;
    168169
    169   if (fglibsophya) linkOptions += " -lsophya ";
    170   if (fglibextsophya) 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= "
    173174       << ((fglibpi) ? " true " : " false ")  << endl;
    174175  // Reza:Dec 2005 : pb avec les programmes PI sur AIX si linke avec shared lib PI
     
    178179    linkOptions += " -lPIext -lPIGcont -lPI -lXm -lXt -lX11 -lpthread ";
    179180  }
     181  */
     182  cout << "CxxCompilerLinker()/Warning: SINGLESLB_SOPHYA_PI_EXT -> linkOptions= " << linkOptions << endl;
    180183#else
     184  if (fglibsophya) linkOptions += " -lsophya ";
     185  if (fglibextsophya) linkOptions += " -lextsophya ";
    181186  if (fglibpi) linkOptions += " -lPI ";
    182187#endif
Note: See TracChangeset for help on using the changeset viewer.