爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1121|回复: 0

安装ARWpost的时候出了问题,求大神解决

[复制链接]
发表于 2017-5-15 19:16:50 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
**** Compiling ARWpost ****

/bin/rm -f module_model_basics.o module_model_basics.mod
/bin/cp module_model_basics.f90 module_model_basics.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_model_basics.f
/bin/rm -f module_model_basics.f
/bin/rm -f constants_module.o constants_module.mod
/bin/cp constants_module.f90 constants_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c constants_module.f
/bin/rm -f constants_module.f
/bin/rm -f misc_definitions_module.o misc_definitions_module.mod
/bin/cp misc_definitions_module.f90 misc_definitions_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c misc_definitions_module.f
/bin/rm -f misc_definitions_module.f
/bin/rm -f module_debug.o module_debug.mod
/bin/cp module_debug.f90 module_debug.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_debug.f
/bin/rm -f module_debug.f
/bin/rm -f module_get_file_names.o module_get_file_names.mod
/lib/cpp -C -P -traditional -DIO_NETCDF -DIO_GRIB1 -DIO_BINARY -DRECL4  -Dbytesw  module_get_file_names.F90 > module_get_file_names.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_get_file_names.f
module_get_file_names.f:1:1:

/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
1
Error: Invalid character in name at (1)
module_get_file_names.f:2:3:

    This file is part of the GNU C Library.
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:4:3:

    The GNU C Library is free software; you can redistribute it and/or
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:4:39:

    The GNU C Library is free software; you can redistribute it and/or
                                       1
Error: Unclassifiable statement at (1)
module_get_file_names.f:5:3:

    modify it under the terms of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:6:3:

    License as published by the Free Software Foundation; either
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:6:57:

    License as published by the Free Software Foundation; either
                                                         1
Error: Unclassifiable statement at (1)
module_get_file_names.f:7:3:

    version 2.1 of the License, or (at your option) any later version.
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:9:3:

    The GNU C Library is distributed in the hope that it will be useful,
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:10:3:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:10:29:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
                             1
Error: Unclassifiable statement at (1)
module_get_file_names.f:11:3:

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:12:3:

    Lesser General Public License for more details.
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:14:3:

    You should have received a copy of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:15:3:

    License along with the GNU C Library; if not, see
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:15:41:

    License along with the GNU C Library; if not, see
                                         1
Error: Unclassifiable statement at (1)
module_get_file_names.f:16:4:

    <http://www.gnu.org/licenses/>.  */
    1
Error: Invalid character in name at (1)
module_get_file_names.f:19:1:

/* This header is separate from features.h so that the compiler can
1
Error: Invalid character in name at (1)
module_get_file_names.f:20:3:

    include it implicitly at the start of every compilation.  It must
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:21:3:

    not itself include <features.h> or any other header that includes
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:22:4:

    <features.h> because the implicit include comes before any feature
    1
Error: Invalid character in name at (1)
module_get_file_names.f:23:3:

    test macros that may be defined in a source file before it first
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:24:3:

    explicitly includes a system header.  GCC knows the name of this
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:25:3:

    header in order to preinclude it.  */
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:27:1:

/* glibc's intent is to support the IEC 559 math functionality, real
1
Error: Invalid character in name at (1)
module_get_file_names.f:28:3:

    and complex.  If the GCC (4.9 and later) predefined macros
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:29:3:

    specifying compiler intent are available, use them to determine
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:30:3:

    whether the overall intent is to support these features; otherwise,
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:30:60:

    whether the overall intent is to support these features; otherwise,
                                                            1
Error: Unclassifiable statement at (1)
module_get_file_names.f:31:3:

    presume an older compiler has intent to support these features and
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:32:3:

    define these macros by default.  */
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:36:1:

/* wchar_t uses Unicode 8.0.0.  Version 8.0 of the Unicode Standard is
1
Error: Invalid character in name at (1)
module_get_file_names.f:37:3:

    synchronized with ISO/IEC 10646:2014, plus Amendment 1 (published
   1
Error: Unclassifiable statement at (1)
module_get_file_names.f:38:8:

    2015-05-15).  */
        1
Error: Non-numeric character in statement label at (1)
module_get_file_names.f:38:11:

    2015-05-15).  */
           1
Error: Non-numeric character in statement label at (1)
module_get_file_names.f:38:14:

    2015-05-15).  */
              1
Error: Non-numeric character in statement label at (1)
module_get_file_names.f:38:15:

    2015-05-15).  */
               1
Error: Invalid character in name at (1)
module_get_file_names.f:40:1:

/* We do not support C11 <threads.h>.  */
1
Error: Invalid character in name at (1)
../configure.arwp:68: recipe for target 'module_get_file_names.o' failed
make: [module_get_file_names.o] Error 1 (ignored)
/bin/rm -f module_get_file_names.f
/bin/rm -f gridinfo_module.o gridinfo_module.mod
/bin/cp gridinfo_module.f90 gridinfo_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c gridinfo_module.f
/bin/rm -f gridinfo_module.f
/bin/rm -f module_date_pack.o module_date_pack.mod
/bin/cp module_date_pack.f90 module_date_pack.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_date_pack.f
/bin/rm -f module_date_pack.f
/bin/rm -f input_module.o input_module.mod
/bin/cp input_module.f90 input_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c input_module.f
/bin/rm -f input_module.f
/bin/rm -f module_arrays.o module_arrays.mod
/bin/cp module_arrays.f90 module_arrays.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_arrays.f
/bin/rm -f module_arrays.f
/bin/rm -f module_pressure.o module_pressure.mod
/bin/cp module_pressure.f90 module_pressure.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_pressure.f
/bin/rm -f module_pressure.f
/bin/rm -f module_interp.o module_interp.mod
/bin/cp module_interp.f90 module_interp.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_interp.f
/bin/rm -f module_interp.f
/bin/rm -f output_module.o output_module.mod
/lib/cpp -C -P -traditional -DIO_NETCDF -DIO_GRIB1 -DIO_BINARY -DRECL4  -Dbytesw  output_module.F90 > output_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c output_module.f
output_module.f:1:1:

/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
1
Error: Invalid character in name at (1)
output_module.f:2:3:

    This file is part of the GNU C Library.
   1
Error: Unclassifiable statement at (1)
output_module.f:4:3:

    The GNU C Library is free software; you can redistribute it and/or
   1
Error: Unclassifiable statement at (1)
output_module.f:4:39:

    The GNU C Library is free software; you can redistribute it and/or
                                       1
Error: Unclassifiable statement at (1)
output_module.f:5:3:

    modify it under the terms of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
output_module.f:6:3:

    License as published by the Free Software Foundation; either
   1
Error: Unclassifiable statement at (1)
output_module.f:6:57:

    License as published by the Free Software Foundation; either
                                                         1
Error: Unclassifiable statement at (1)
output_module.f:7:3:

    version 2.1 of the License, or (at your option) any later version.
   1
Error: Unclassifiable statement at (1)
output_module.f:9:3:

    The GNU C Library is distributed in the hope that it will be useful,
   1
Error: Unclassifiable statement at (1)
output_module.f:10:3:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
   1
Error: Unclassifiable statement at (1)
output_module.f:10:29:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
                             1
Error: Unclassifiable statement at (1)
output_module.f:11:3:

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   1
Error: Unclassifiable statement at (1)
output_module.f:12:3:

    Lesser General Public License for more details.
   1
Error: Unclassifiable statement at (1)
output_module.f:14:3:

    You should have received a copy of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
output_module.f:15:3:

    License along with the GNU C Library; if not, see
   1
Error: Unclassifiable statement at (1)
output_module.f:15:41:

    License along with the GNU C Library; if not, see
                                         1
Error: Unclassifiable statement at (1)
output_module.f:16:4:

    <http://www.gnu.org/licenses/>.  */
    1
Error: Invalid character in name at (1)
output_module.f:19:1:

/* This header is separate from features.h so that the compiler can
1
Error: Invalid character in name at (1)
output_module.f:20:3:

    include it implicitly at the start of every compilation.  It must
   1
Error: Unclassifiable statement at (1)
output_module.f:21:3:

    not itself include <features.h> or any other header that includes
   1
Error: Unclassifiable statement at (1)
output_module.f:22:4:

    <features.h> because the implicit include comes before any feature
    1
Error: Invalid character in name at (1)
output_module.f:23:3:

    test macros that may be defined in a source file before it first
   1
Error: Unclassifiable statement at (1)
output_module.f:24:3:

    explicitly includes a system header.  GCC knows the name of this
   1
Error: Unclassifiable statement at (1)
output_module.f:25:3:

    header in order to preinclude it.  */
   1
Error: Unclassifiable statement at (1)
output_module.f:27:1:

/* glibc's intent is to support the IEC 559 math functionality, real
1
Error: Invalid character in name at (1)
output_module.f:28:3:

    and complex.  If the GCC (4.9 and later) predefined macros
   1
Error: Unclassifiable statement at (1)
output_module.f:29:3:

    specifying compiler intent are available, use them to determine
   1
Error: Unclassifiable statement at (1)
output_module.f:30:3:

    whether the overall intent is to support these features; otherwise,
   1
Error: Unclassifiable statement at (1)
output_module.f:30:60:

    whether the overall intent is to support these features; otherwise,
                                                            1
Error: Unclassifiable statement at (1)
output_module.f:31:3:

    presume an older compiler has intent to support these features and
   1
Error: Unclassifiable statement at (1)
output_module.f:32:3:

    define these macros by default.  */
   1
Error: Unclassifiable statement at (1)
output_module.f:36:1:

/* wchar_t uses Unicode 8.0.0.  Version 8.0 of the Unicode Standard is
1
Error: Invalid character in name at (1)
output_module.f:37:3:

    synchronized with ISO/IEC 10646:2014, plus Amendment 1 (published
   1
Error: Unclassifiable statement at (1)
output_module.f:38:8:

    2015-05-15).  */
        1
Error: Non-numeric character in statement label at (1)
output_module.f:38:11:

    2015-05-15).  */
           1
Error: Non-numeric character in statement label at (1)
output_module.f:38:14:

    2015-05-15).  */
              1
Error: Non-numeric character in statement label at (1)
output_module.f:38:15:

    2015-05-15).  */
               1
Error: Invalid character in name at (1)
output_module.f:40:1:

/* We do not support C11 <threads.h>.  */
1
Error: Invalid character in name at (1)
../configure.arwp:68: recipe for target 'output_module.o' failed
make: [output_module.o] Error 1 (ignored)
/bin/rm -f output_module.f
/bin/rm -f module_basic_arrays.o module_basic_arrays.mod
/bin/cp module_basic_arrays.f90 module_basic_arrays.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_basic_arrays.f
/bin/rm -f module_basic_arrays.f
/bin/rm -f module_calc_height.o module_calc_height.mod
/bin/cp module_calc_height.f90 module_calc_height.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_height.f
/bin/rm -f module_calc_height.f
/bin/rm -f module_calc_pressure.o module_calc_pressure.mod
/bin/cp module_calc_pressure.f90 module_calc_pressure.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_pressure.f
/bin/rm -f module_calc_pressure.f
/bin/rm -f module_calc_tk.o module_calc_tk.mod
/bin/cp module_calc_tk.f90 module_calc_tk.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_tk.f
/bin/rm -f module_calc_tk.f
/bin/rm -f module_calc_tc.o module_calc_tc.mod
/bin/cp module_calc_tc.f90 module_calc_tc.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_tc.f
/bin/rm -f module_calc_tc.f
/bin/rm -f module_calc_theta.o module_calc_theta.mod
/bin/cp module_calc_theta.f90 module_calc_theta.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_theta.f
/bin/rm -f module_calc_theta.f
/bin/rm -f module_calc_td.o module_calc_td.mod
/bin/cp module_calc_td.f90 module_calc_td.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_td.f
/bin/rm -f module_calc_td.f
/bin/rm -f module_calc_td2.o module_calc_td2.mod
/bin/cp module_calc_td2.f90 module_calc_td2.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_td2.f
/bin/rm -f module_calc_td2.f
/bin/rm -f module_calc_rh.o module_calc_rh.mod
/bin/cp module_calc_rh.f90 module_calc_rh.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_rh.f
/bin/rm -f module_calc_rh.f
/bin/rm -f module_calc_rh2.o module_calc_rh2.mod
/bin/cp module_calc_rh2.f90 module_calc_rh2.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_rh2.f
/bin/rm -f module_calc_rh2.f
/bin/rm -f module_calc_uvmet.o module_calc_uvmet.mod
/bin/cp module_calc_uvmet.f90 module_calc_uvmet.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_uvmet.f
/bin/rm -f module_calc_uvmet.f
/bin/rm -f module_calc_slp.o module_calc_slp.mod
/bin/cp module_calc_slp.f90 module_calc_slp.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_slp.f
/bin/rm -f module_calc_slp.f
/bin/rm -f module_calc_dbz.o module_calc_dbz.mod
/bin/cp module_calc_dbz.f90 module_calc_dbz.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_dbz.f
/bin/rm -f module_calc_dbz.f
/bin/rm -f module_calc_cape.o module_calc_cape.mod
/bin/cp module_calc_cape.f90 module_calc_cape.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_cape.f
/bin/rm -f module_calc_cape.f
/bin/rm -f module_calc_wdir.o module_calc_wdir.mod
/bin/cp module_calc_wdir.f90 module_calc_wdir.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_wdir.f
/bin/rm -f module_calc_wdir.f
/bin/rm -f module_calc_wspd.o module_calc_wspd.mod
/bin/cp module_calc_wspd.f90 module_calc_wspd.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_wspd.f
/bin/rm -f module_calc_wspd.f
/bin/rm -f module_calc_clfr.o module_calc_clfr.mod
/bin/cp module_calc_clfr.f90 module_calc_clfr.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_calc_clfr.f
/bin/rm -f module_calc_clfr.f
/bin/rm -f module_diagnostics.o module_diagnostics.mod
/bin/cp module_diagnostics.f90 module_diagnostics.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_diagnostics.f
/bin/rm -f module_diagnostics.f
/bin/rm -f process_domain_module.o process_domain_module.mod
/lib/cpp -C -P -traditional -DIO_NETCDF -DIO_GRIB1 -DIO_BINARY -DRECL4  -Dbytesw  process_domain_module.F90 > process_domain_module.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c process_domain_module.f
process_domain_module.f:1:1:

/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
1
Error: Invalid character in name at (1)
process_domain_module.f:2:3:

    This file is part of the GNU C Library.
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:4:3:

    The GNU C Library is free software; you can redistribute it and/or
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:4:39:

    The GNU C Library is free software; you can redistribute it and/or
                                       1
Error: Unclassifiable statement at (1)
process_domain_module.f:5:3:

    modify it under the terms of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:6:3:

    License as published by the Free Software Foundation; either
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:6:57:

    License as published by the Free Software Foundation; either
                                                         1
Error: Unclassifiable statement at (1)
process_domain_module.f:7:3:

    version 2.1 of the License, or (at your option) any later version.
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:9:3:

    The GNU C Library is distributed in the hope that it will be useful,
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:10:3:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:10:29:

    but WITHOUT ANY WARRANTY; without even the implied warranty of
                             1
Error: Unclassifiable statement at (1)
process_domain_module.f:11:3:

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:12:3:

    Lesser General Public License for more details.
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:14:3:

    You should have received a copy of the GNU Lesser General Public
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:15:3:

    License along with the GNU C Library; if not, see
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:15:41:

    License along with the GNU C Library; if not, see
                                         1
Error: Unclassifiable statement at (1)
process_domain_module.f:16:4:

    <http://www.gnu.org/licenses/>.  */
    1
Error: Invalid character in name at (1)
process_domain_module.f:19:1:

/* This header is separate from features.h so that the compiler can
1
Error: Invalid character in name at (1)
process_domain_module.f:20:3:

    include it implicitly at the start of every compilation.  It must
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:21:3:

    not itself include <features.h> or any other header that includes
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:22:4:

    <features.h> because the implicit include comes before any feature
    1
Error: Invalid character in name at (1)
process_domain_module.f:23:3:

    test macros that may be defined in a source file before it first
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:24:3:

    explicitly includes a system header.  GCC knows the name of this
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:25:3:

    header in order to preinclude it.  */
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:27:1:

/* glibc's intent is to support the IEC 559 math functionality, real
1
Error: Invalid character in name at (1)
process_domain_module.f:28:3:

    and complex.  If the GCC (4.9 and later) predefined macros
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:29:3:

    specifying compiler intent are available, use them to determine
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:30:3:

    whether the overall intent is to support these features; otherwise,
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:30:60:

    whether the overall intent is to support these features; otherwise,
                                                            1
Error: Unclassifiable statement at (1)
process_domain_module.f:31:3:

    presume an older compiler has intent to support these features and
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:32:3:

    define these macros by default.  */
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:36:1:

/* wchar_t uses Unicode 8.0.0.  Version 8.0 of the Unicode Standard is
1
Error: Invalid character in name at (1)
process_domain_module.f:37:3:

    synchronized with ISO/IEC 10646:2014, plus Amendment 1 (published
   1
Error: Unclassifiable statement at (1)
process_domain_module.f:38:8:

    2015-05-15).  */
        1
Error: Non-numeric character in statement label at (1)
process_domain_module.f:38:11:

    2015-05-15).  */
           1
Error: Non-numeric character in statement label at (1)
process_domain_module.f:38:14:

    2015-05-15).  */
              1
Error: Non-numeric character in statement label at (1)
process_domain_module.f:38:15:

    2015-05-15).  */
               1
Error: Invalid character in name at (1)
process_domain_module.f:40:1:

/* We do not support C11 <threads.h>.  */
1
Error: Invalid character in name at (1)
../configure.arwp:68: recipe for target 'process_domain_module.o' failed
make: [process_domain_module.o] Error 1 (ignored)
/bin/rm -f process_domain_module.f
/bin/rm -f ARWpost.o ARWpost.mod
/bin/cp ARWpost.f90 ARWpost.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c ARWpost.f
/bin/rm -f ARWpost.f
/bin/rm -f module_map_utils.o module_map_utils.mod
/bin/cp module_map_utils.f90 module_map_utils.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4  -I/usr/local/netcdf/include -c module_map_utils.f
/bin/rm -f module_map_utils.f
gfortran -ffree-form -O -fno-second-underscore -fconvert=big-endian -frecord-marker=4   -o ARWpost.exe module_model_basics.o constants_module.o gridinfo_module.o ARWpost.o input_module.o output_module.o module_map_utils.o misc_definitions_module.o module_date_pack.o module_debug.o process_domain_module.o module_get_file_names.o module_interp.o module_basic_arrays.o module_diagnostics.o module_arrays.o module_pressure.o module_calc_height.o module_calc_pressure.o module_calc_theta.o module_calc_tk.o module_calc_tc.o module_calc_td.o module_calc_td2.o module_calc_rh.o module_calc_rh2.o module_calc_uvmet.o module_calc_slp.o module_calc_dbz.o module_calc_cape.o module_calc_wdir.o module_calc_wspd.o module_calc_clfr.o  \
        -L/usr/local/netcdf/lib -I/usr/local/netcdf/include  -lnetcdff -lnetcdf
gfortran: error: output_module.o: 没有那个文件或目录
gfortran: error: process_domain_module.o: 没有那个文件或目录
gfortran: error: module_get_file_names.o: 没有那个文件或目录
Makefile:18: recipe for target 'ARWpost.exe' failed
make: [ARWpost.exe] Error 1 (ignored)


密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表