Changeset 2348 in Sophya


Ignore:
Timestamp:
Mar 18, 2003, 3:00:35 PM (23 years ago)
Author:
yvon
Message:

Modifs necessaires pour realiser la compilation sous MacOSX

Dominique.

Location:
trunk/SophyaLib/Mgr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r2345 r2348  
    144144CXX := g++
    145145CC := cc
     146# Pour enlever les erreurs au link des slb en -O. Pas d'avenir!
     147OPTFLAG :=
    146148endif
    147149
  • trunk/SophyaLib/Mgr/Makefile.slb

    r1918 r2348  
    1818#endif
    1919ifeq ($(MACHEROS), Darwin)
    20   LIBGPP := -L/sw/lib -ldl -L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic
     20  #LIBGPP := -L/sw/lib -ldl -L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic
     21  LIBGPP := -L/sw/lib -ldl -L/usr/lib/ -lstdc++ -lcc_dynamic
    2122endif
    2223
Note: See TracChangeset for help on using the changeset viewer.