Changeset 2432 in Sophya for trunk/SophyaLib/Mgr/Makefile.slb
- Timestamp:
- Sep 12, 2003, 11:48:28 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.slb
r2348 r2432 18 18 #endif 19 19 ifeq ($(MACHEROS), Darwin) 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 20 # LIBGPP := -L/sw/lib -ldl -L/usr/X11R6/lib -L/usr/local/lib -llanginfo -L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic 21 LIBGPP := -L/sw/lib -ldl 22 LIBXPILIST := -L/usr/X11R6/lib -L/usr/local/lib -lXm -lmotiflanginfo -lXt -lX11 22 23 endif 23 24 … … 126 127 endif 127 128 128 # Construction de shared-libs sous OSX129 # Construction de shared-libs sous Mac OSX 129 130 ifeq ($(MACHEROS), Darwin) 131 # 132 # ---- Septembre 2003 : D'apres les instructions de fink 133 # (http://fink.sourceforge.net , Documentation/Porting 134 # > cc -fno-common -c source.c 135 # > cc -fno-common -c code.c 136 # > cc -dynamiclib -install_name /usr/local/lib/libfoo.2.dylib \ 137 # -compatibility_version 2.4 -current_version 2.4.5 \ 138 # -o libfoo.2.4.5.dylib source.o code.o 139 # > rm -f libfoo.2.dylib libfoo.dylib 140 # > ln -s libfoo.2.4.5.dylib libfoo.2.dylib 141 # > ln -s libfoo.2.4.5.dylib libfoo.dylib 142 # Mis directement ds makefile.darwin ----- 143 # 130 144 override CMDSHL := libtool -dynamic 131 145 override FGSHLA :=
Note:
See TracChangeset
for help on using the changeset viewer.