Hello,
The syntax with /include is for the Intel compiler. I note your configuration is called win7tels, which is the example provide for that compiler.
Here is the same configuration but with gfortran. Enjoy !
root: C:\opentelemac\v6p2
version: v6p2
language: 2
modules: update system
options:
#
cmd_obj: gfortran -c -g -ffixed-line-length-132 -fconvert=big-endian -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -lm -o <exename> <objs> -Wl,--start-group <libs> -Wl,--end-group
#
mods_all: -I <config>
#
sfx_zip: .zip
sfx_lib: .lib
sfx_obj: .o
sfx_mod: .mod
sfx_exe: .exe
Hope this helps,
Sebastien.