Changeset 3820 in Sophya
- Timestamp:
- Jul 30, 2010, 12:27:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/Linux_g++_make.inc
r3414 r3820 2 2 3 3 # Liste des librariries externes 4 SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST) -lg2c 4 #SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST) -lg2c 5 SOPEXTLIBS = $(SOPEXTLIBP) $(SOPEXTLIBLIST) -lgfortran 5 6 6 7 # Chemin et librairie pour PI … … 22 23 CXXTEMPFLG = 23 24 # Compilo fortran 24 FC = g77 25 #FC = g77 26 FC = gfortran 25 27 FFLAGS = 26 28 # Pour fabriquer les lib .a … … 42 44 # Liste de librairie de base, necessaire pour libsophya 43 45 SOPBASELIBS = -lstdc++ -lpthread -lm -lc -ldl 44 LIBFORT = -lg2c 46 #LIBFORT = -lg2c 47 LIBFORT = -lgfortran 45 48 46 49 # --- Chemin pour l ensemble les librairies SOPHYA , +ExtLibs, +PI
Note:
See TracChangeset
for help on using the changeset viewer.