Ignore:
Timestamp:
Sep 12, 2003, 11:47:00 AM (22 years ago)
Author:
ansari
Message:

Portage sous MacOSX 10.2 - g++ 3.1 (Pb avec classe SophyaInitiator statique, lecture last byte ds istream) , Reza 12/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r1900 r2430  
    149149// On met un objet initiator en statique, pour les loaders qui savent
    150150// appeler le constructeur des objets statiques   Reza 08/98
     151#if !defined(Darwin)
     152// La presence de l'objet statique psophyainit semble poserun probleme
     153// sur MacOSX 10.2 qui se plante a l'initialisation avec les shared-libs
    151154static SophyaInitiator psophyainit;
     155#endif
Note: See TracChangeset for help on using the changeset viewer.