This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libfproj4 configure 1.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure CC=cc FC=ftn CFLAGS=-DIFORT -g -w -O2 proj4=/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master --prefix=/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master ## --------- ## ## Platform. ## ## --------- ## hostname = clogin07 uname -m = x86_64 uname -r = 5.3.18-150300.59.121-default uname -s = Linux uname -v = #1 SMP Wed May 3 13:54:48 UTC 2023 (f717660) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /apps/spack/subversion/1.14.0/gcc/10.2.0/bpzu25qwc4qywkfrjhi2vw64fqwt5y36/bin PATH: /apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/hdf5/1.10.6/bin PATH: /apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/bin PATH: /apps/spack/jasper/2.0.25/intel/19.1.3.304/sjib74krrorkyczqpqah4tvewmlnqdx4/bin PATH: /apps/ops/prod/libs/intel/19.1.3.304/bufr/11.7.0/bin PATH: /apps/spack/libpng/1.6.37/intel/19.1.3.304/4ohkronuhlyherusoszzrmur5ewvlwzh/bin PATH: /apps/spack/metis/5.1.0/intel/19.1.3.304/inaeyze7cw2adky3xb77y3qakb52cprk/bin PATH: /opt/cray/pe/pals/1.2.2/bin PATH: /pe/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64 PATH: /pe/intel/compilers_and_libraries_2020.4.304/linux/bin PATH: /pe/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin PATH: /pe/intel/debugger_2020/gdb/intel64/bin PATH: /opt/cray/pe/craype/2.7.17/bin PATH: /opt/cray/libfabric/1.11.0.0./bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /opt/pbs/bin PATH: /sbin PATH: /opt/cray/pe/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1682: loading site script /usr/share/site/x86_64-unknown-linux-gnu | #!/bin/sh | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible. | | # If user did not specify libdir, guess the correct target: | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest. | if test "$libdir" = '${exec_prefix}/lib' ; then | | ac_config_site_64bit_host=NONE | | case "$host" in | "" ) | # User did not specify host target. | # The native platform x86_64 is a bi-arch platform. | # Try to detect cross-compilation to inferior architecture. | | # We are trying to guess 32-bit target compilation. It's not as easy as | # it sounds, as there is possible several intermediate combinations. | ac_config_site_cross_to_32bit_host=NONE | | # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX: | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) | case "$CFLAGS $CXXFLAGS $CC $CXX" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | # Running with linux32: | # (Changes detected platform, but not the toolchain target.) | case "`/bin/uname -i`" in | x86_64 | ppc64 | s390x | aarch64 ) | ;; | * ) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then | ac_config_site_64bit_host=YES | fi | | ;; | *x86_64* | *ppc64* | *s390x* | *aarch64* ) | ac_config_site_64bit_host=YES | ;; | esac | | if test "x$ac_config_site_64bit_host" = xYES; then | libdir='${exec_prefix}/lib64' | fi | fi | | # If user did not specify libexecdir, set the correct target: | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib. | | if test "$libexecdir" = '${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi | | # Continue with the standard behavior of configure defined in AC_SITE_LOAD: | if test "x$prefix" != xNONE; then | ac_site_file1=$prefix/share/config.site | ac_site_file2=$prefix/etc/config.site | else | ac_site_file1=$ac_default_prefix/share/config.site | ac_site_file2=$ac_default_prefix/etc/config.site | fi | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | do | test "x$ac_site_file" = xNONE && continue | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;} | sed 's/^/| /' "$ac_site_file" >&5 | . "$ac_site_file" \ | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;} | as_fn_error $? "failed to load site script $ac_site_file | See \`config.log' for more details" "$LINENO" 5; } | fi | done configure:1844: checking for a BSD-compatible install configure:1912: result: /usr/bin/install -c configure:1923: checking whether build environment is sane configure:1983: result: yes configure:2124: checking for a thread-safe mkdir -p configure:2163: result: /usr/bin/mkdir -p configure:2176: checking for gawk configure:2192: found /usr/bin/gawk configure:2203: result: gawk configure:2214: checking whether make sets $(MAKE) configure:2236: result: yes configure:2366: checking for gcc configure:2393: result: cc configure:2625: checking for C compiler version configure:2633: cc --version >&5 icc (ICC) 19.1.3.304 20200925 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. configure:2637: $? = 0 configure:2644: cc -v >&5 icc version 19.1.3.304 (gcc version 7.5.0 compatibility) configure:2648: $? = 0 configure:2655: cc -V >&5 Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.3.304 Build 20200925_000000 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. configure:2659: $? = 0 configure:2682: checking for C compiler default output file name configure:2704: cc -DIFORT -g -w -O2 conftest.c >&5 configure:2708: $? = 0 configure:2746: result: a.out configure:2765: checking whether the C compiler works configure:2775: ./a.out configure:2779: $? = 0 configure:2798: result: yes configure:2805: checking whether we are cross compiling configure:2807: result: no configure:2810: checking for suffix of executables configure:2817: cc -o conftest -DIFORT -g -w -O2 conftest.c >&5 configure:2821: $? = 0 configure:2847: result: configure:2853: checking for suffix of object files configure:2879: cc -c -DIFORT -g -w -O2 conftest.c >&5 configure:2883: $? = 0 configure:2908: result: o configure:2912: checking whether we are using the GNU C compiler configure:2941: cc -c -DIFORT -g -w -O2 conftest.c >&5 configure:2948: $? = 0 configure:2965: result: yes configure:2974: checking whether cc accepts -g configure:3004: cc -c -g conftest.c >&5 configure:3011: $? = 0 configure:3112: result: yes configure:3129: checking for cc option to accept ISO C89 configure:3203: cc -c -DIFORT -g -w -O2 conftest.c >&5 configure:3210: $? = 0 configure:3233: result: none needed configure:3262: checking for style of include used by make configure:3290: result: GNU configure:3315: checking dependency style of cc configure:3425: result: gcc3 configure:3483: checking for ranlib configure:3499: found /usr/bin/ranlib configure:3510: result: ranlib configure:3638: checking for Fortran compiler version configure:3646: ftn --version >&5 ifort (IFORT) 19.1.3.304 20200925 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. configure:3650: $? = 0 configure:3657: ftn -v >&5 ifort version 19.1.3.304 configure:3661: $? = 0 configure:3668: ftn -V >&5 Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.3.304 Build 20200925_000000 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. configure:3672: $? = 0 configure:3680: checking whether we are using the GNU Fortran compiler configure:3699: ftn -c conftest.F >&5 conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = => choke me ---------------^ conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors. choke me -------^ compilation aborted for conftest.F (code 1) configure:3706: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:3723: result: no configure:3729: checking whether ftn accepts -g configure:3746: ftn -c -g conftest.f >&5 configure:3753: $? = 0 configure:3769: result: yes configure:3803: checking for Fortran flag to compile .f90 files configure:3825: ftn -c -g conftest.f90 >&5 configure:3832: $? = 0 configure:3851: result: none configure:3885: ftn -c -g conftest.f90 >&5 configure:3892: $? = 0 configure:3920: checking for exp in -lm configure:3955: cc -o conftest -DIFORT -g -w -O2 conftest.c -lm >&5 configure:3962: $? = 0 configure:3983: result: yes configure:4001: result: proj4 location: /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master configure:4008: checking for pj_init in -lproj configure:4043: cc -o conftest -DIFORT -g -w -O2 -I/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master/include -L/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master/lib conftest.c -lproj -lm >&5 configure:4050: $? = 0 configure:4071: result: yes configure:4253: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libfproj4 config.status 1.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on clogin07 config.status:694: creating Makefile config.status:905: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-DIFORT -g -w -O2' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set=set ac_cv_env_FC_value=ftn ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_fc_compiler_gnu=no ac_cv_fc_srcext_f90=none ac_cv_lib_m_exp=yes ac_cv_lib_proj_pj_init=yes ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_fc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run tar' AUTOCONF='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run autoconf' AUTOHEADER='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run autoheader' AUTOMAKE='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run automake-1.11' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-DIFORT -g -w -O2' CPPFLAGS=' -I/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master/include' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"libfproj4\" -DPACKAGE_TARNAME=\"libfproj4\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"libfproj4\ 1.0\" -DPACKAGE_BUGREPORT=\"Magnus.Hagdorn@ed.ac.uk\" -DPACKAGE=\"libfproj4\" -DVERSION=\"1.0\" -DHAVE_LIBM=1 -DHAVE_LIBPROJ=1' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' FC='ftn' FCFLAGS='-g' FCFLAGS_f90='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' -L/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj.4-master/lib' LIBOBJS='' LIBS='-lproj -lm ' LTLIBOBJS='' MAKEINFO='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/missing --run makeinfo' MKDIR_P='/usr/bin/mkdir -p' OBJEXT='o' PACKAGE='libfproj4' PACKAGE_BUGREPORT='Magnus.Hagdorn@ed.ac.uk' PACKAGE_NAME='libfproj4' PACKAGE_STRING='libfproj4 1.0' PACKAGE_TARNAME='libfproj4' PACKAGE_VERSION='1.0' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.0' ac_ct_CC='cc' ac_ct_FC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master/install-sh' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/lfs/h1/ops/para/packages/nosofs.v3.6.1/sorc/FVCOM.fd/FVCOM_source/libs/proj4-fortran-master' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "libfproj4" #define PACKAGE_TARNAME "libfproj4" #define PACKAGE_VERSION "1.0" #define PACKAGE_STRING "libfproj4 1.0" #define PACKAGE_BUGREPORT "Magnus.Hagdorn@ed.ac.uk" #define PACKAGE "libfproj4" #define VERSION "1.0" #define HAVE_LIBM 1 #define HAVE_LIBPROJ 1 configure: exit 0