Ignore:
Timestamp:
Jul 19, 2006, 12:17:12 AM (19 years ago)
Author:
ansari
Message:

suppression de l initialiseur statique pour FitsIOServer suite plantage vu sur Mac (pb de l ordre d initilisation des shared libs , Reza 19/7/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fiosinit.cc

    r3023 r3038  
    7171// On met un objet initiator en statique, pour les loaders qui savent
    7272// appeler le constructeur des objets statiques 
    73 static FitsIOServerInitiator s_fios_init_;
     73// #if !defined(Darwin)
     74// Probleme rencontre de nouveau en Juillet 2006 sur MacOS :
     75// La presence de l'objet statique fait planter les progs linkes libextsophya.dylib
     76// static FitsIOServerInitiator s_fios_init_;
     77// #endif
    7478
Note: See TracChangeset for help on using the changeset viewer.