Changeset 1472 in Sophya for trunk/SophyaLib/Mgr/makefileuser.inc


Ignore:
Timestamp:
Apr 18, 2001, 11:02:32 PM (24 years ago)
Author:
cmv
Message:

f2c -> g2c pour linux redhat6.? cmv 18/4/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/makefileuser.inc

    r1455 r1472  
    7575endif
    7676ifeq ($(MACHEROS),Linux)
    77 SLIBS := $(SLIBS) -lf2c
     77#SLIBS := $(SLIBS) -lf2c
     78SLIBS := $(SLIBS) -lg2c
    7879endif
    7980endif
     
    126127endif
    127128ifeq ($(MACHEROS),Linux)
    128 SLIBS := $(SLIBS) -lf2c
     129#SLIBS := $(SLIBS) -lf2c
     130SLIBS := $(SLIBS) -lg2c
    129131endif
    130132endif
Note: See TracChangeset for help on using the changeset viewer.