Greetings Marc, Great news! I may be wrong (as I don't run the intel compiler suite), but I think you need to run the compilervars script each time you want to use the fortran compilers - if that is indeed the case, you can simply add it to your .bashrc to make sure it gets sourced each time you startup a shell. Cheers! Sean > Hi Sean, > > I followed your instructions, executed the compilervars script (although > I am sure I did it after installing the compiler!!), and managed to > build the netcdf libraries OK. Thank you very much for your help. > > Marc > > Al 13/07/11 14:15, En/na Unidata netCDF Support ha escrit: > > Have you executed the Intel compiler variable script prior to running > > config? It should be located in /opt/intel/composerxe/bin/ or > > /opt/composerxe-2011.4.191/bin/. If you are using bash, you will need to > > run: > > > > /opt/intel/composerxe/bin/compilervars.sh ia32 > > > > (for csh, replace the .sh extension with .csh). This will setup your > > environment to use the Intel compilers. > > > > Sean > > > >> Hi Sean > >> > >> I have installed the Intel Fortran Composer XE for Linux, which > >> includes ifort v. 12.0.4 (20110427). > >> > >> The alias I have defined to compile with the ifort command calls > >> opt/intel/bin/ifort, which in turn is a link to > >> opt/intel/composerxe/bin/ifort, which in turn is a link to > >> opt/composerxe-2011.4.191/bin/ia32/ifort. > >> > >> Thanks for your assistance. > >> > >> Marc > >> > >> > >> > >> Al 12/07/11 14:48, En/na Unidata netCDF Support ha escrit: > >>> Greetings Marc! > >>> > >>> Where is ifort located on your machine (`which ifort`)? > >>> > >>> Thanks! > >>> > >>> Sean > >>> > >>>> Hi, > >>>> > >>>> I am trying to build the netcdf libraries using netcdf-4.1.3 and the > >>>> ifort compiler in a Ubuntu environment. I keep getting an error which, > >>>> as far as I can see in the config.log file, appears to indicate that the > >>>> compiler cannot be found. However, I can run the compiler from the > >>>> command line by simply typing "ifort", so I don't really know why the > >>>> configure file cannot find it. Any ideas? > >>>> > >>>> The config.log file that results from my attempts is: > >>>> --------------------------------------------------------------------------------- > >>>> This file contains any messages produced by compilers while > >>>> running configure, to aid debugging if configure makes a mistake. > >>>> > >>>> It was created by netCDF configure 4.1.3, which was > >>>> generated by GNU Autoconf 2.68. Invocation command line was > >>>> > >>>> $ ./configure --prefix=/opt/netcdf_4.1.3 --disable-netcdf-4 > >>>> > >>>> ## --------- ## > >>>> ## Platform. ## > >>>> ## --------- ## > >>>> > >>>> hostname = marc-Satellite-A200 > >>>> uname -m = i686 > >>>> uname -r = 2.6.38-8-generic > >>>> uname -s = Linux > >>>> uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 > >>>> > >>>> /usr/bin/uname -p = unknown > >>>> /bin/uname -X = unknown > >>>> > >>>> /bin/arch = unknown > >>>> /usr/bin/arch -k = unknown > >>>> /usr/convex/getsysinfo = unknown > >>>> /usr/bin/hostinfo = unknown > >>>> /bin/machine = unknown > >>>> /usr/bin/oslevel = unknown > >>>> /bin/universe = unknown > >>>> > >>>> PATH: /usr/local/sbin > >>>> PATH: /usr/local/bin > >>>> PATH: /usr/sbin > >>>> PATH: /usr/bin > >>>> PATH: /sbin > >>>> PATH: /bin > >>>> PATH: /usr/games > >>>> > >>>> > >>>> ## ----------- ## > >>>> ## Core tests. ## > >>>> ## ----------- ## > >>>> > >>>> configure:3070: netCDF 4.1.3 > >>>> configure:3110: checking build system type > >>>> configure:3124: result: i686-pc-linux-gnu > >>>> configure:3144: checking host system type > >>>> configure:3157: result: i686-pc-linux-gnu > >>>> configure:3179: checking target system type > >>>> configure:3192: result: i686-pc-linux-gnu > >>>> configure:3243: checking for a BSD-compatible install > >>>> configure:3311: result: /usr/bin/install -c > >>>> configure:3322: checking whether build environment is sane > >>>> configure:3372: result: yes > >>>> configure:3513: checking for a thread-safe mkdir -p > >>>> configure:3552: result: /bin/mkdir -p > >>>> configure:3565: checking for gawk > >>>> configure:3595: result: no > >>>> configure:3565: checking for mawk > >>>> configure:3581: found /usr/bin/mawk > >>>> configure:3592: result: mawk > >>>> configure:3603: checking whether make sets $(MAKE) > >>>> configure:3625: result: yes > >>>> configure:3709: checking user options > >>>> configure:3719: checking whether CXX is set to '' > >>>> configure:3723: result: no > >>>> configure:3727: checking whether FC is set to '' > >>>> configure:3731: result: no > >>>> configure:3735: checking whether F90 is set to '' > >>>> configure:3739: result: no > >>>> configure:3743: checking whether a NCIO_MINBLOCKSIZE was specified > >>>> configure:3753: result: 256 > >>>> configure:3761: checking whether udunits is to be built > >>>> configure:3770: result: no > >>>> configure:3773: checking if fsync support is enabled > >>>> configure:3781: result: yes > >>>> configure:3790: checking whether extra valgrind tests should be run > >>>> configure:3798: result: no > >>>> configure:3802: checking whether we should try to build netCDF-4 > >>>> configure:3810: result: no > >>>> configure:3827: checking whether libcf is to be built > >>>> configure:3836: result: no > >>>> configure:3840: checking whether reading of HDF4 SD files is to be > >>>> enabled > >>>> configure:3848: result: no > >>>> configure:3852: checking whether to fetch some sample HDF4 files from > >>>> Unidata ftp site to test HDF4 reading (requires wget) > >>>> configure:3865: result: no > >>>> configure:3869: checking whether parallel I/O for classic and 64-bit > >>>> offset files using parallel-netcdf is to be enabled > >>>> configure:3877: result: no > >>>> configure:3881: checking whether new netCDF-4 C++ API is to be built > >>>> configure:3892: result: no > >>>> configure:3896: checking whether extra example tests should be run > >>>> configure:3904: result: no > >>>> configure:3908: checking whether parallel IO tests should be run > >>>> configure:3916: result: no > >>>> configure:3920: checking whether a default chunk size in bytes was > >>>> specified > >>>> configure:3930: result: 4194304 > >>>> configure:3939: checking whether a maximum per-variable cache size for > >>>> HDF5 was specified > >>>> configure:3949: result: 67108864 > >>>> configure:3958: checking whether a number of chunks for the default > >>>> per-variable cache was specified > >>>> configure:3968: result: 10 > >>>> configure:3977: checking whether a default file cache size for HDF5 was > >>>> specified > >>>> configure:3987: result: 4194304 > >>>> configure:3996: checking whether a default file cache maximum number of > >>>> elements for HDF5 was specified > >>>> configure:4006: result: 1009 > >>>> configure:4015: checking whether a default cache preemption for HDF5 was > >>>> specified > >>>> configure:4025: result: 0.75 > >>>> configure:4034: checking whether netCDF-4 logging is enabled > >>>> configure:4042: result: no > >>>> configure:4046: checking whether cdmremote client is to be built > >>>> configure:4056: result: no > >>>> configure:4060: checking whether DAP client is to be built > >>>> configure:4068: result: yes > >>>> configure:4095: checking for style of include used by make > >>>> configure:4123: result: GNU > >>>> configure:4193: checking for gcc > >>>> configure:4209: found /usr/bin/gcc > >>>> configure:4220: result: gcc > >>>> configure:4449: checking for C compiler version > >>>> configure:4458: gcc --version>&5 > >>>> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 > >>>> Copyright (C) 2010 Free Software Foundation, Inc. > >>>> This is free software; see the source for copying conditions. There is > >>>> NO > >>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > >>>> PURPOSE. > >>>> > >>>> configure:4469: $? = 0 > >>>> configure:4458: gcc -v>&5 > >>>> Using built-in specs. > >>>> COLLECT_GCC=gcc > >>>> COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper > >>>> Target: i686-linux-gnu > >>>> Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro > >>>> 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs > >>>> --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr > >>>> --program-suffix=-4.5 --enable-shared --enable-multiarch > >>>> --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id > >>>> --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu > >>>> --without-included-gettext --enable-threads=posix > >>>> --with-gxx-include-dir=/usr/include/c++/4.5 > >>>> --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ > >>>> --enable-clocale=gnu --enable-libstdcxx-debug > >>>> --enable-libstdcxx-time=yes --enable-plugin --enable-gold > >>>> --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc > >>>> --enable-targets=all --disable-werror --with-arch-32=i686 > >>>> --with-tune=generic --enable-checking=release --build=i686-linux-gnu > >>>> --host=i686-linux-gnu --target=i686-linux-gnu > >>>> Thread model: posix > >>>> gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) > >>>> configure:4469: $? = 0 > >>>> configure:4458: gcc -V>&5 > >>>> gcc: '-V' option must have argument > >>>> configure:4469: $? = 1 > >>>> configure:4458: gcc -qversion>&5 > >>>> gcc: unrecognized option '-qversion' > >>>> gcc: no input files > >>>> configure:4469: $? = 1 > >>>> configure:4489: checking whether the C compiler works > >>>> configure:4511: gcc conftest.c>&5 > >>>> configure:4515: $? = 0 > >>>> configure:4563: result: yes > >>>> configure:4566: checking for C compiler default output file name > >>>> configure:4568: result: a.out > >>>> configure:4574: checking for suffix of executables > >>>> configure:4581: gcc -o conftest conftest.c>&5 > >>>> configure:4585: $? = 0 > >>>> configure:4607: result: > >>>> configure:4629: checking whether we are cross compiling > >>>> configure:4637: gcc -o conftest conftest.c>&5 > >>>> configure:4641: $? = 0 > >>>> configure:4648: ./conftest > >>>> configure:4652: $? = 0 > >>>> configure:4667: result: no > >>>> configure:4672: checking for suffix of object files > >>>> configure:4694: gcc -c conftest.c>&5 > >>>> configure:4698: $? = 0 > >>>> configure:4719: result: o > >>>> configure:4723: checking whether we are using the GNU C compiler > >>>> configure:4742: gcc -c conftest.c>&5 > >>>> configure:4742: $? = 0 > >>>> configure:4751: result: yes > >>>> configure:4760: checking whether gcc accepts -g > >>>> configure:4780: gcc -c -g conftest.c>&5 > >>>> configure:4780: $? = 0 > >>>> configure:4821: result: yes > >>>> configure:4838: checking for gcc option to accept ISO C89 > >>>> configure:4902: gcc -c -g -O2 conftest.c>&5 > >>>> configure:4902: $? = 0 > >>>> configure:4915: result: none needed > >>>> configure:4937: checking dependency style of gcc > >>>> configure:5047: result: gcc3 > >>>> configure:5063: checking for curl_easy_setopt in -lcurl > >>>> configure:5088: gcc -o conftest -g -O2 conftest.c -lcurl>&5 > >>>> configure:5088: $? = 0 > >>>> configure:5097: result: yes > >>>> configure:5122: checking whether dap remote testing should be enabled > >>>> (default on) > >>>> configure:5133: result: yes > >>>> configure:5158: checking whether the time-consuming dap tests should be > >>>> enabled (default off) > >>>> configure:5169: result: no > >>>> configure:5182: checking whether netCDF extra tests should be run > >>>> (developers only) > >>>> configure:5190: result: no > >>>> configure:5207: checking whether FFIO will be used > >>>> configure:5215: result: no > >>>> configure:5231: checking whether to skip C++, F77, or F90 APIs if > >>>> compiler is broken > >>>> configure:5239: result: yes > >>>> configure:5251: checking whether examples should be built > >>>> configure:5259: result: yes > >>>> configure:5271: checking whether F77 API is desired > >>>> configure:5280: result: yes > >>>> configure:5285: checking whether any Fortran API is desired > >>>> configure:5293: result: yes > >>>> configure:5297: checking whether F90 API is desired > >>>> configure:5307: result: yes > >>>> configure:5311: checking whether fortran type sizes should be checked > >>>> configure:5319: result: yes > >>>> configure:5324: checking whether CXX API is desired > >>>> configure:5333: result: yes > >>>> configure:5337: checking whether v2 netCDF API should be built > >>>> configure:5345: result: yes > >>>> configure:5364: checking whether the ncgen/ncdump/nccopy should be built > >>>> configure:5373: result: yes > >>>> configure:5385: checking whether large file (> 2GB) tests should be run > >>>> configure:5393: result: no > >>>> configure:5410: checking whether benchmaks should be run (experimental) > >>>> configure:5418: result: no > >>>> configure:5430: checking whether extreme numbers should be used in tests > >>>> configure:5445: result: yes > >>>> configure:5457: checking where to put large temp files if large file > >>>> tests are run > >>>> configure:5466: result: . > >>>> configure:5477: checking whether a win32 DLL is desired > >>>> configure:5485: result: no > >>>> configure:5507: finding C compiler > >>>> configure:5558: checking for gcc > >>>> configure:5585: result: gcc > >>>> configure:5814: checking for C compiler version > >>>> configure:5823: gcc --version>&5 > >>>> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 > >>>> Copyright (C) 2010 Free Software Foundation, Inc. > >>>> This is free software; see the source for copying conditions. There is > >>>> NO > >>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > >>>> PURPOSE. > >>>> > >>>> configure:5834: $? = 0 > >>>> configure:5823: gcc -v>&5 > >>>> Using built-in specs. > >>>> COLLECT_GCC=gcc > >>>> COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper > >>>> Target: i686-linux-gnu > >>>> Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro > >>>> 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs > >>>> --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr > >>>> --program-suffix=-4.5 --enable-shared --enable-multiarch > >>>> --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id > >>>> --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu > >>>> --without-included-gettext --enable-threads=posix > >>>> --with-gxx-include-dir=/usr/include/c++/4.5 > >>>> --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ > >>>> --enable-clocale=gnu --enable-libstdcxx-debug > >>>> --enable-libstdcxx-time=yes --enable-plugin --enable-gold > >>>> --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc > >>>> --enable-targets=all --disable-werror --with-arch-32=i686 > >>>> --with-tune=generic --enable-checking=release --build=i686-linux-gnu > >>>> --host=i686-linux-gnu --target=i686-linux-gnu > >>>> Thread model: posix > >>>> gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) > >>>> configure:5834: $? = 0 > >>>> configure:5823: gcc -V>&5 > >>>> gcc: '-V' option must have argument > >>>> configure:5834: $? = 1 > >>>> configure:5823: gcc -qversion>&5 > >>>> gcc: unrecognized option '-qversion' > >>>> gcc: no input files > >>>> configure:5834: $? = 1 > >>>> configure:5838: checking whether we are using the GNU C compiler > >>>> configure:5866: result: yes > >>>> configure:5875: checking whether gcc accepts -g > >>>> configure:5936: result: yes > >>>> configure:5953: checking for gcc option to accept ISO C89 > >>>> configure:6030: result: none needed > >>>> configure:6052: checking dependency style of gcc > >>>> configure:6162: result: gcc3 > >>>> configure:6178: checking whether gcc and cc understand -c and -o > >>>> together > >>>> configure:6209: gcc -c conftest.c -o conftest2.o>&5 > >>>> configure:6213: $? = 0 > >>>> configure:6219: gcc -c conftest.c -o conftest2.o>&5 > >>>> configure:6223: $? = 0 > >>>> configure:6234: cc -c conftest.c>&5 > >>>> configure:6238: $? = 0 > >>>> configure:6246: cc -c conftest.c -o conftest2.o>&5 > >>>> configure:6250: $? = 0 > >>>> configure:6256: cc -c conftest.c -o conftest2.o>&5 > >>>> configure:6260: $? = 0 > >>>> configure:6278: result: yes > >>>> configure:6303: checking for an ANSI C-conforming const > >>>> configure:6368: gcc -c -g -O2 conftest.c>&5 > >>>> configure:6368: $? = 0 > >>>> configure:6375: result: yes > >>>> configure:6400: gcc -c conftest.c>&5 > >>>> configure:6400: $? = 0 > >>>> configure:6406: checking whether a CURLOPT_KEYPASSWD is defined > >>>> configure:6408: result: yes > >>>> configure:6437: finding Fortran compiler (will not be used if Fortran > >>>> API is not desired) > >>>> configure:6545: checking for Fortran compiler version > >>>> configure:6554: ifort --version>&5 > >>>> ./configure: line 6556: ifort: command not found > >>>> configure:6565: $? = 127 > >>>> configure:6554: ifort -v>&5 > >>>> ./configure: line 6556: ifort: command not found > >>>> configure:6565: $? = 127 > >>>> configure:6554: ifort -V>&5 > >>>> ./configure: line 6556: ifort: command not found > >>>> configure:6565: $? = 127 > >>>> configure:6554: ifort -qversion>&5 > >>>> ./configure: line 6556: ifort: command not found > >>>> configure:6565: $? = 127 > >>>> configure:6574: checking whether we are using the GNU Fortran compiler > >>>> configure:6587: ifort -c conftest.F>&5 > >>>> ./configure: line 1835: ifort: command not found > >>>> configure:6587: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | #ifndef __GNUC__ > >>>> | choke me > >>>> | #endif > >>>> | > >>>> | end > >>>> configure:6596: result: no > >>>> configure:6602: checking whether ifort accepts -g > >>>> configure:6613: ifort -c -g conftest.f>&5 > >>>> ./configure: line 1835: ifort: command not found > >>>> configure:6613: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | > >>>> | end > >>>> configure:6621: result: no > >>>> configure:6762: checking for Fortran 77 compiler version > >>>> configure:6771: ifort --version>&5 > >>>> ./configure: line 6773: ifort: command not found > >>>> configure:6782: $? = 127 > >>>> configure:6771: ifort -v>&5 > >>>> ./configure: line 6773: ifort: command not found > >>>> configure:6782: $? = 127 > >>>> configure:6771: ifort -V>&5 > >>>> ./configure: line 6773: ifort: command not found > >>>> configure:6782: $? = 127 > >>>> configure:6771: ifort -qversion>&5 > >>>> ./configure: line 6773: ifort: command not found > >>>> configure:6782: $? = 127 > >>>> configure:6791: checking whether we are using the GNU Fortran 77 > >>>> compiler > >>>> configure:6804: ifort -c -O3 -ip -static -fpp conftest.F>&5 > >>>> ./configure: line 1873: ifort: command not found > >>>> configure:6804: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | #ifndef __GNUC__ > >>>> | choke me > >>>> | #endif > >>>> | > >>>> | end > >>>> configure:6813: result: no > >>>> configure:6819: checking whether ifort accepts -g > >>>> configure:6830: ifort -c -g conftest.f>&5 > >>>> ./configure: line 1873: ifort: command not found > >>>> configure:6830: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | > >>>> | end > >>>> configure:6838: result: no > >>>> configure:6881: setting up Fortran 90 > >>>> configure:6886: checking what FC is set to > >>>> configure:6888: result: ifort > >>>> configure:6904: checking for Fortran flag to compile .f90 files > >>>> configure:6920: ifort -c conftest.f90>&5 > >>>> ./configure: line 1835: ifort: command not found > >>>> configure:6920: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | > >>>> | end > >>>> configure:6920: ifort -c -qsuffix=f=f90 conftest.f90>&5 > >>>> ./configure: line 1835: ifort: command not found > >>>> configure:6920: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | > >>>> | end > >>>> configure:6920: ifort -c -Tf conftest.f90>&5 > >>>> ./configure: line 1835: ifort: command not found > >>>> configure:6920: $? = 127 > >>>> configure: failed program was: > >>>> | program main > >>>> | > >>>> | end > >>>> configure:6929: result: unknown > >>>> configure:6932: error: Fortran could not compile .f90 files > >>>> > >>>> ## ---------------- ## > >>>> ## Cache variables. ## > >>>> ## ---------------- ## > >>>> > >>>> ac_cv_build=i686-pc-linux-gnu > >>>> ac_cv_c_compiler_gnu=yes > >>>> ac_cv_c_const=yes > >>>> ac_cv_env_CCC_set= > >>>> ac_cv_env_CCC_value= > >>>> ac_cv_env_CC_set= > >>>> ac_cv_env_CC_value= > >>>> ac_cv_env_CFLAGS_set= > >>>> ac_cv_env_CFLAGS_value= > >>>> ac_cv_env_CPPFLAGS_set= > >>>> ac_cv_env_CPPFLAGS_value= > >>>> ac_cv_env_CPP_set= > >>>> ac_cv_env_CPP_value= > >>>> ac_cv_env_CXXCPP_set= > >>>> ac_cv_env_CXXCPP_value= > >>>> ac_cv_env_CXXFLAGS_set= > >>>> ac_cv_env_CXXFLAGS_value= > >>>> ac_cv_env_CXX_set= > >>>> ac_cv_env_CXX_value= > >>>> ac_cv_env_F77_set=set > >>>> ac_cv_env_F77_value=ifort > >>>> ac_cv_env_FCFLAGS_set= > >>>> ac_cv_env_FCFLAGS_value= > >>>> ac_cv_env_FC_set=set > >>>> ac_cv_env_FC_value=ifort > >>>> ac_cv_env_FFLAGS_set=set > >>>> ac_cv_env_FFLAGS_value='-O3 -ip -static -fpp' > >>>> 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_f77_compiler_gnu=no > >>>> ac_cv_fc_compiler_gnu=no > >>>> ac_cv_fc_srcext_f90=unknown > >>>> ac_cv_host=i686-pc-linux-gnu > >>>> ac_cv_lib_curl_curl_easy_setopt=yes > >>>> ac_cv_objext=o > >>>> ac_cv_path_install='/usr/bin/install -c' > >>>> ac_cv_path_mkdir=/bin/mkdir > >>>> ac_cv_prog_AWK=mawk > >>>> ac_cv_prog_ac_ct_CC=gcc > >>>> ac_cv_prog_cc_c89= > >>>> ac_cv_prog_cc_g=yes > >>>> ac_cv_prog_cc_gcc_c_o=yes > >>>> ac_cv_prog_f77_g=no > >>>> ac_cv_prog_fc_g=no > >>>> ac_cv_prog_make_make_set=yes > >>>> ac_cv_target=i686-pc-linux-gnu > >>>> am_cv_CC_dependencies_compiler_type=gcc3 > >>>> > >>>> ## ----------------- ## > >>>> ## Output variables. ## > >>>> ## ----------------- ## > >>>> > >>>> ACLOCAL='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run > >>>> aclocal-1.11' > >>>> ALLOCA='' > >>>> AMDEPBACKSLASH='\' > >>>> AMDEP_FALSE='#' > >>>> AMDEP_TRUE='' > >>>> AMTAR='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run tar' > >>>> AR='' > >>>> AS='' > >>>> AUTOCONF='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run > >>>> autoconf' > >>>> AUTOHEADER='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run > >>>> autoheader' > >>>> AUTOMAKE='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run > >>>> automake-1.11' > >>>> AWK='mawk' > >>>> BINFILE_NAME='' > >>>> BUILD_BENCHMARKS_FALSE='' > >>>> BUILD_BENCHMARKS_TRUE='#' > >>>> BUILD_CDMREMOTE_FALSE='' > >>>> BUILD_CDMREMOTE_TRUE='' > >>>> BUILD_CXX4_FALSE='' > >>>> BUILD_CXX4_TRUE='' > >>>> BUILD_CXX_FALSE='' > >>>> BUILD_CXX_TRUE='' > >>>> BUILD_C_FALSE='' > >>>> BUILD_C_TRUE='' > >>>> BUILD_DAP_FALSE='' > >>>> BUILD_DAP_TRUE='' > >>>> BUILD_DLL_FALSE='' > >>>> BUILD_DLL_TRUE='#' > >>>> BUILD_EXAMPLES_FALSE='#' > >>>> BUILD_EXAMPLES_TRUE='' > >>>> BUILD_F77_FALSE='' > >>>> BUILD_F77_TRUE='' > >>>> BUILD_F90_FALSE='' > >>>> BUILD_F90_TRUE='' > >>>> BUILD_LIBCF_FALSE='' > >>>> BUILD_LIBCF_TRUE='' > >>>> BUILD_PARALLEL_FALSE='' > >>>> BUILD_PARALLEL_TRUE='' > >>>> BUILD_UDUNITS_FALSE='' > >>>> BUILD_UDUNITS_TRUE='' > >>>> BUILD_UTILITIES_FALSE='#' > >>>> BUILD_UTILITIES_TRUE='' > >>>> BUILD_V2_FALSE='#' > >>>> BUILD_V2_TRUE='' > >>>> CC='gcc' > >>>> CCDEPMODE='depmode=gcc3' > >>>> CFLAGS='-g -O2' > >>>> CPP='' > >>>> CPPFLAGS='' > >>>> CROSS_COMPILING_FALSE='' > >>>> CROSS_COMPILING_TRUE='' > >>>> CXX='' > >>>> CXXCPP='' > >>>> CXXDEPMODE='' > >>>> CXXFLAGS='' > >>>> CYGPATH_W='echo' > >>>> DEFS='' > >>>> DEPDIR='.deps' > >>>> DLLTOOL='' > >>>> DSYMUTIL='' > >>>> DUMPBIN='' > >>>> ECHO_C='' > >>>> ECHO_N='-n' > >>>> ECHO_T='' > >>>> EGREP='' > >>>> ENABLE_DAP_LONG_TESTS_FALSE='' > >>>> ENABLE_DAP_LONG_TESTS_TRUE='' > >>>> ENABLE_DAP_REMOTE_TESTS_FALSE='' > >>>> ENABLE_DAP_REMOTE_TESTS_TRUE='' > >>>> EXEEXT='' > >>>> EXTRA_EXAMPLE_TESTS_FALSE='' > >>>> EXTRA_EXAMPLE_TESTS_TRUE='' > >>>> EXTRA_TESTS_FALSE='' > >>>> EXTRA_TESTS_TRUE='#' > >>>> F77='ifort' > >>>> FC='ifort' > >>>> FCFLAGS='' > >>>> FCFLAGS_f90='' > >>>> FFLAGS='-O3 -ip -static -fpp' > >>>> FGREP='' > >>>> FTPBINDIR='' > >>>> GREP='' > >>>> HAS_CXX='' > >>>> HAS_DAP='' > >>>> HAS_F77='' > >>>> HAS_F90='' > >>>> HAS_HDF4='' > >>>> HAS_HDF5='' > >>>> HAS_NC2='' > >>>> HAS_NC4='' > >>>> HAS_PNETCDF='' > >>>> HAS_SZLIB='' > >>>> INSTALL_DATA='${INSTALL} -m 644' > >>>> INSTALL_PROGRAM='${INSTALL}' > >>>> INSTALL_SCRIPT='${INSTALL}' > >>>> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' > >>>> INTERNAL_OCLIB_FALSE='#' > >>>> INTERNAL_OCLIB_TRUE='' > >>>> LARGE_FILE_TESTS_FALSE='' > >>>> LARGE_FILE_TESTS_TRUE='#' > >>>> LD='' > >>>> LDFLAGS='' > >>>> LIBOBJS='' > >>>> LIBS='-lcurl ' > >>>> LIBTOOL='' > >>>> LIPO='' > >>>> LN_S='' > >>>> LTLIBOBJS='' > >>>> MAKEINFO='${SHELL} /home/marc/Baixades/netcdf-4.1.3/missing --run > >>>> makeinfo' > >>>> MANIFEST_TOOL='' > >>>> MKDIR_P='/bin/mkdir -p' > >>>> MOD_FLAG='' > >>>> NC_FLIBS='' > >>>> NC_LIBS='' > >>>> NM='' > >>>> NMEDIT='' > >>>> NMFLAGS='' > >>>> OBJDUMP='' > >>>> OBJEXT='o' > >>>> OTOOL64='' > >>>> OTOOL='' > >>>> PACKAGE='netcdf' > >>>> PACKAGE_BUGREPORT='address@hidden' > >>>> PACKAGE_NAME='netCDF' > >>>> PACKAGE_STRING='netCDF 4.1.3' > >>>> PACKAGE_TARNAME='netcdf' > >>>> PACKAGE_URL='' > >>>> PACKAGE_VERSION='4.1.3' > >>>> PATH_SEPARATOR=':' > >>>> RANLIB='' > >>>> SED='' > >>>> SET_MAKE='' > >>>> SHELL='/bin/bash' > >>>> STRIP='' > >>>> TEST_F77_FALSE='' > >>>> TEST_F77_TRUE='' > >>>> TEST_PARALLEL_FALSE='' > >>>> TEST_PARALLEL_TRUE='' > >>>> UPPER_CASE_MOD_FALSE='' > >>>> UPPER_CASE_MOD_TRUE='' > >>>> USE_DAP_FALSE='' > >>>> USE_DAP_TRUE='' > >>>> USE_DISPATCH_FALSE='' > >>>> USE_DISPATCH_TRUE='' > >>>> USE_FFIO_FALSE='' > >>>> USE_FFIO_TRUE='#' > >>>> USE_HDF4_FALSE='' > >>>> USE_HDF4_FILE_TESTS_FALSE='' > >>>> USE_HDF4_FILE_TESTS_TRUE='' > >>>> USE_HDF4_TRUE='' > >>>> USE_LOGGING_FALSE='' > >>>> USE_LOGGING_TRUE='' > >>>> USE_NETCDF4_FALSE='' > >>>> USE_NETCDF4_TRUE='' > >>>> USE_PNETCDF_DIR_FALSE='' > >>>> USE_PNETCDF_DIR_TRUE='' > >>>> USE_PNETCDF_FALSE='' > >>>> USE_PNETCDF_TRUE='' > >>>> USE_RENAMEV3_FALSE='' > >>>> USE_RENAMEV3_TRUE='' > >>>> USE_SZIP_FALSE='' > >>>> USE_SZIP_TRUE='' > >>>> USE_VALGRIND_TESTS_FALSE='' > >>>> USE_VALGRIND_TESTS_TRUE='' > >>>> VERSION='4.1.3' > >>>> ac_ct_AR='' > >>>> ac_ct_CC='gcc' > >>>> ac_ct_CXX='' > >>>> ac_ct_DUMPBIN='' > >>>> ac_ct_F77='' > >>>> ac_ct_FC='' > >>>> am__EXEEXT_FALSE='' > >>>> am__EXEEXT_TRUE='' > >>>> am__fastdepCC_FALSE='#' > >>>> am__fastdepCC_TRUE='' > >>>> am__fastdepCXX_FALSE='' > >>>> am__fastdepCXX_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='i686-pc-linux-gnu' > >>>> build_alias='' > >>>> build_cpu='i686' > >>>> build_os='linux-gnu' > >>>> build_vendor='pc' > >>>> datadir='${datarootdir}' > >>>> datarootdir='${prefix}/share' > >>>> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > >>>> dvidir='${docdir}' > >>>> exec_prefix='NONE' > >>>> host='i686-pc-linux-gnu' > >>>> host_alias='' > >>>> host_cpu='i686' > >>>> host_os='linux-gnu' > >>>> host_vendor='pc' > >>>> htmldir='${docdir}' > >>>> includedir='${prefix}/include' > >>>> infodir='${datarootdir}/info' > >>>> install_sh='${SHELL} /home/marc/Baixades/netcdf-4.1.3/install-sh' > >>>> libdir='${exec_prefix}/lib' > >>>> libexecdir='${exec_prefix}/libexec' > >>>> localedir='${datarootdir}/locale' > >>>> localstatedir='${prefix}/var' > >>>> mandir='${datarootdir}/man' > >>>> mkdir_p='/bin/mkdir -p' > >>>> oldincludedir='/usr/include' > >>>> pdfdir='${docdir}' > >>>> prefix='/opt/netcdf_4.1.3' > >>>> program_transform_name='s,x,x,' > >>>> psdir='${docdir}' > >>>> sbindir='${exec_prefix}/sbin' > >>>> sharedstatedir='${prefix}/com' > >>>> subdirs='' > >>>> sysconfdir='${prefix}/etc' > >>>> target='i686-pc-linux-gnu' > >>>> target_alias='' > >>>> target_cpu='i686' > >>>> target_os='linux-gnu' > >>>> target_vendor='pc' > >>>> > >>>> ## ----------- ## > >>>> ## confdefs.h. ## > >>>> ## ----------- ## > >>>> > >>>> /* confdefs.h */ > >>>> #define PACKAGE_NAME "netCDF" > >>>> #define PACKAGE_TARNAME "netcdf" > >>>> #define PACKAGE_VERSION "4.1.3" > >>>> #define PACKAGE_STRING "netCDF 4.1.3" > >>>> #define PACKAGE_BUGREPORT "address@hidden" > >>>> #define PACKAGE_URL "" > >>>> #define PACKAGE "netcdf" > >>>> #define VERSION "4.1.3" > >>>> #define NCIO_MINBLOCKSIZE 256 > >>>> #define USE_FSYNC 1 > >>>> #define DEFAULT_CHUNK_SIZE 4194304 > >>>> #define MAX_DEFAULT_CACHE_SIZE 67108864 > >>>> #define DEFAULT_CHUNKS_IN_CACHE 10 > >>>> #define CHUNK_CACHE_SIZE 4194304 > >>>> #define CHUNK_CACHE_NELEMS 1009 > >>>> #define CHUNK_CACHE_PREEMPTION 0.75 > >>>> #define HAVE_LIBCURL 1 > >>>> #define USE_DAP 1 > >>>> #define ENABLE_DAP 1 > >>>> #define ENABLE_DAP_REMOTE_TESTS 1 > >>>> #define USE_EXTREME_NUMBERS 1 > >>>> #define TEMP_LARGE "." > >>>> #define HAVE_CURLOPT_KEYPASSWD 1 > >>>> > >>>> configure: exit 1 > >>>> > >>>> > >>>> > >>> Ticket Details > >>> =================== > >>> Ticket ID: JKH-889485 > >>> Department: Support netCDF > >>> Priority: Normal > >>> Status: Open > >>> > >>> > >> > >> > > > > Ticket Details > > =================== > > Ticket ID: JKH-889485 > > Department: Support netCDF > > Priority: Normal > > Status: Open > > > > > > Ticket Details =================== Ticket ID: JKH-889485 Department: Support netCDF Priority: Normal Status: Open
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.