autoconf question: different results for 2.57 and 2.59

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello to all,
I have built a project with two set of autoconf settings 
and received a very confusing result.

1. When I built the project with the following settings:

setenv AUTOCONF_LOCATION /usr/local/autoconf-2.5.7
setenv PATH "${LIBTOOL_LOCATION}/bin:${AUTOCONF_LOCATION}/bin:${PATH}"

I got the result I wanted: all Fortran flags are set correctly as you can 
see from the following snippet:

F77='/usr/local/lf9562/bin/lf95'
F77_DBL_FLAG='--dbl '
F77_DEBUG_FLAG='-g --chk'
F77_INCLUDE_FLAG='-I'
F77_LD='/usr/local/lf9562/bin/lf95'
F77_MACH_FLAG=''
F77_NOOPT_FLAG='-O0'
F77_OPT_FLAG='-O --prefetch 2'
F77_OTHER_FLAG='--ap --pca'
FC='/usr/local/lf9562/bin/lf95'
FCFLAGS='--ap --pca'
FC_DBL_FLAG='--dbl '
FC_DEBUG_FLAG='-g --chk'
FC_INCLUDE_FLAG='-I'
FC_LD='/usr/local/lf9562/bin/lf95'
FC_MACH_FLAG=''
FC_NOOPT_FLAG='-O0'
FC_OPT_FLAG='-O --prefetch 2'
FC_OTHER_FLAG='--ap --pca'
FC_PIC_FLAG='-shared'
FC_WARN_FLAG='--f95'
FFLAGS='--ap --pca'
FMCFM_FLAGS='--dbl  -O --prefetch 2'

The corresponding config.log.saved file is attached.

2. But when the autoconfig settings are different:

setenv AUTOCONF_LOCATION  /usr/local/autoconf-2.5.9

I got empty settings for all Fortran flags, for example FC flags came as:
FCFLAGS=''
FC_DBL_FLAG=''
FC_DEBUG_FLAG=''
FC_INCLUDE_FLAG='-I'
FC_LD='/usr/local/lf9562/bin/lf95'
FC_MACH_FLAG=''
FC_MPI_LINK='serial'
FC_NOOPT_FLAG=''
FC_OPT_FLAG=''
FC_OTHER_FLAG=''
FC_PIC_FLAG='-fpic'
INSTALL_DATA='${INSTALL} -m 644'

The config.log file is attached  too.
If you can explain these differences I will much appreciate your help.

Best regards,
-- Ovsei
----------------------------------------------------------
Ovsei Volberg  --  volov@xxxxxxxxxx  --  720-974-1850
Tech-X Corp., 5621 Arapahoe Ave, Suite A, Boulder CO 80303
http://www.txcorp.com  --  fax:  303.448.7756



This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = dipole.txcorp.com
uname -m = i686
uname -r = 2.4.21-15.0.3.ELsmp
uname -s = Linux
uname -v = #1 SMP Tue Jun 29 17:46:57 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libtool/bin
PATH: /usr/local/autoconf-2.5.7/bin
PATH: /usr/local/lf9562/bin
PATH: /usr/local/gcc3.43/bin
PATH: /usr/local/mpich-1.2.6/bin
PATH: /usr/absoft/bin
PATH: /usr/local/hdf5-1.6.1/bin/
PATH: /usr/local/Acrobat5/bin
PATH: /usr/local/qt/bin
PATH: /usr/local/X11/bin
PATH: /usr/local/bin
PATH: /opt/apache-ant-1.6.2/bin
PATH: /opt/j2sdk1.4.2_07/bin
PATH: .
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/bin/X11
PATH: /usr/local/atalk/bin
PATH: /usr/local/dx-4.2.0-lesstif/dx/bin
PATH: /home/research/volov/install/bin
PATH: <IDL_DEFAULT>
PATH: +/home/research/volov/mpidl
PATH: /usr/local/mdsplus/tdi
PATH: /usr/local/mdsplus/bin
PATH: /usr/local/mico/bin
PATH: /usr/local/pgi/linux86/6.0/bin
PATH: /opt/express/bin/linux


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1509: checking for a BSD-compatible install
configure:1563: result: /usr/bin/install -c
configure:1574: checking whether build environment is sane
configure:1617: result: yes
configure:1650: checking for gawk
configure:1666: found /bin/gawk
configure:1676: result: gawk
configure:1686: checking whether make sets $(MAKE)
configure:1706: result: yes
configure:1857: checking whether to enable maintainer-specific portions of Makefiles
configure:1866: result: no
configure:1944: checking for gcc
configure:1960: found /usr/local/gcc3.43/bin/gcc
configure:1970: result: gcc
configure:2214: checking for C compiler version
configure:2217: gcc --version </dev/null >&5
gcc (GCC) 3.4.3
Copyright (C) 2004 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:2220: $? = 0
configure:2222: gcc -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:2225: $? = 0
configure:2227: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2230: $? = 1
configure:2254: checking for C compiler default output
configure:2257: gcc    conftest.c  >&5
configure:2260: $? = 0
configure:2306: result: a.out
configure:2311: checking whether the C compiler works
configure:2317: ./a.out
configure:2320: $? = 0
configure:2337: result: yes
configure:2344: checking whether we are cross compiling
configure:2346: result: no
configure:2349: checking for suffix of executables
configure:2351: gcc -o conftest    conftest.c  >&5
configure:2354: $? = 0
configure:2379: result: 
configure:2385: checking for suffix of object files
configure:2407: gcc -c   conftest.c >&5
configure:2410: $? = 0
configure:2432: result: o
configure:2436: checking whether we are using the GNU C compiler
configure:2461: gcc -c   conftest.c >&5
configure:2464: $? = 0
configure:2467: test -s conftest.o
configure:2470: $? = 0
configure:2483: result: yes
configure:2489: checking whether gcc accepts -g
configure:2511: gcc -c -g  conftest.c >&5
configure:2514: $? = 0
configure:2517: test -s conftest.o
configure:2520: $? = 0
configure:2531: result: yes
configure:2548: checking for gcc option to accept ANSI C
configure:2609: gcc  -c -g -O2  conftest.c >&5
configure:2612: $? = 0
configure:2615: test -s conftest.o
configure:2618: $? = 0
configure:2636: result: none needed
configure:2654: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2657: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2785: checking for style of include used by make
configure:2813: result: GNU
configure:2841: checking dependency style of gcc
configure:2903: result: gcc3
configure:2960: checking for g++
configure:2976: found /usr/local/gcc3.43/bin/g++
configure:2986: result: g++
configure:3002: checking for C++ compiler version
configure:3005: g++ --version </dev/null >&5
g++ (GCC) 3.4.3
Copyright (C) 2004 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:3008: $? = 0
configure:3010: g++ -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:3013: $? = 0
configure:3015: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3018: $? = 1
configure:3021: checking whether we are using the GNU C++ compiler
configure:3046: g++ -c   conftest.cc >&5
configure:3049: $? = 0
configure:3052: test -s conftest.o
configure:3055: $? = 0
configure:3068: result: yes
configure:3074: checking whether g++ accepts -g
configure:3096: g++ -c -g  conftest.cc >&5
configure:3099: $? = 0
configure:3102: test -s conftest.o
configure:3105: $? = 0
configure:3116: result: yes
configure:3160: g++ -c -g -O2  conftest.cc >&5
configure:3163: $? = 0
configure:3166: test -s conftest.o
configure:3169: $? = 0
configure:3196: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:3193: error: `exit' undeclared (first use this function)
configure:3193: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3199: $? = 1
configure: failed program was:
| #line 3179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fmcfm"
| #define VERSION "1.0"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3160: g++ -c -g -O2  conftest.cc >&5
configure:3163: $? = 0
configure:3166: test -s conftest.o
configure:3169: $? = 0
configure:3196: g++ -c -g -O2  conftest.cc >&5
configure:3199: $? = 0
configure:3202: test -s conftest.o
configure:3205: $? = 0
configure:3230: checking dependency style of g++
configure:3292: result: gcc3
configure:3309: checking for a BSD-compatible install
configure:3363: result: /usr/bin/install -c
configure:3374: checking whether ln -s works
configure:3378: result: yes
configure:3426: checking for ranlib
configure:3442: found /usr/bin/ranlib
configure:3453: result: ranlib
configure:3506: checking for ar
configure:3522: found /usr/bin/ar
configure:3533: result: ar
configure:3617: checking build system type
configure:3635: result: i686-pc-linux-gnu
configure:3643: checking host system type
configure:3657: result: i686-pc-linux-gnu
configure:3687: checking for ld used by GCC
configure:3750: result: /usr/bin/ld
configure:3759: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.4 20030523
configure:3771: result: yes
configure:3776: checking for /usr/bin/ld option to reload object files
configure:3783: result: -r
configure:3788: checking for BSD-compatible nm
configure:3824: result: /usr/bin/nm -B
configure:3827: checking for a sed that does not truncate output
configure:3909: result: /bin/sed
configure:3912: checking how to recognise dependent libraries
configure:4093: result: pass_all
configure:4106: checking command to parse /usr/bin/nm -B output
configure:4190: gcc -c -g -O2  conftest.c >&5
configure:4193: $? = 0
configure:4197: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4200: $? = 0
configure:4252: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4255: $? = 0
configure:4299: result: ok
configure:4308: checking how to run the C preprocessor
configure:4344: gcc -E  conftest.c
configure:4350: $? = 0
configure:4382: gcc -E  conftest.c
configure:4386:28: ac_nonexistent.h: No such file or directory
configure:4388: $? = 1
configure: failed program was:
| #line 4373 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fmcfm"
| #define VERSION "1.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4426: result: gcc -E
configure:4451: gcc -E  conftest.c
configure:4457: $? = 0
configure:4489: gcc -E  conftest.c
configure:4493:28: ac_nonexistent.h: No such file or directory
configure:4495: $? = 1
configure: failed program was:
| #line 4480 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fmcfm"
| #define VERSION "1.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4538: checking for egrep
configure:4548: result: grep -E
configure:4553: checking for ANSI C header files
configure:4579: gcc -c -g -O2  conftest.c >&5
configure:4582: $? = 0
configure:4585: test -s conftest.o
configure:4588: $? = 0
configure:4677: gcc -o conftest -g -O2   conftest.c  >&5
configure:4680: $? = 0
configure:4682: ./conftest
configure:4685: $? = 0
configure:4700: result: yes
configure:4724: checking for sys/types.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for sys/stat.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for stdlib.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for string.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for memory.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for strings.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for inttypes.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for stdint.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4724: checking for unistd.h
configure:4741: gcc -c -g -O2  conftest.c >&5
configure:4744: $? = 0
configure:4747: test -s conftest.o
configure:4750: $? = 0
configure:4761: result: yes
configure:4787: checking dlfcn.h usability
configure:4800: gcc -c -g -O2  conftest.c >&5
configure:4803: $? = 0
configure:4806: test -s conftest.o
configure:4809: $? = 0
configure:4819: result: yes
configure:4823: checking dlfcn.h presence
configure:4834: gcc -E  conftest.c
configure:4840: $? = 0
configure:4859: result: yes
configure:4895: checking for dlfcn.h
configure:4902: result: yes
configure:5100: checking for ranlib
configure:5127: result: ranlib
configure:5180: checking for strip
configure:5196: found /usr/bin/strip
configure:5207: result: strip
configure:5417: checking for objdir
configure:5428: result: .libs
configure:5445: checking for gcc option to produce PIC
configure:5591: result: -fPIC
configure:5595: checking if gcc PIC flag -fPIC works
configure:5619: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5622: $? = 0
configure:5625: test -s conftest.o
configure:5628: $? = 0
configure:5666: result: yes
configure:5682: checking if gcc static flag -static works
configure:5707: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:5710: $? = 0
configure:5713: test -s conftest
configure:5716: $? = 0
configure:5732: result: yes
configure:5744: checking if gcc supports -c -o file.o
configure:5767: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5788: result: yes
configure:5793: checking if gcc supports -c -o file.lo
configure:5821: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5824: $? = 0
configure:5827: test -s conftest.lo
configure:5830: $? = 0
configure:5852: result: yes
configure:5883: checking if gcc supports -fno-rtti -fno-exceptions
configure:5906: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:5909: $? = 0
configure:5912: test -s conftest.o
configure:5915: $? = 0
configure:5932: result: yes
configure:5943: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6638: result: yes
configure:6643: checking how to hardcode library paths into programs
configure:6667: result: immediate
configure:6672: checking whether stripping libraries is possible
configure:6677: result: yes
configure:6688: checking dynamic linker characteristics
configure:7119: result: GNU/Linux ld.so
configure:7124: checking if libtool supports shared libraries
configure:7126: result: yes
configure:7129: checking whether to build shared libraries
configure:7150: result: yes
configure:7153: checking whether to build static libraries
configure:7157: result: yes
configure:7831: checking whether -lc should be explicitly linked in
configure:7839: gcc -c -g -O2  conftest.c >&5
configure:7842: $? = 0
configure:7856: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7859: $? = 0
configure:7872: result: no
configure:8474: checking for F90 compilers 
configure:8514: checking for lf95
configure:8532: found /usr/local/lf9562/bin/lf95
configure:8544: result: /usr/local/lf9562/bin/lf95
configure:8559: result: ... /usr/local/lf9562/bin/lf95
configure:8574: result: /usr/local/lf9562/bin/lf95
configure:9354: checking for gcc
configure:9380: result: gcc
configure:9624: checking for C compiler version
configure:9627: gcc --version </dev/null >&5
gcc (GCC) 3.4.3
Copyright (C) 2004 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:9630: $? = 0
configure:9632: gcc -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:9635: $? = 0
configure:9637: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:9640: $? = 1
configure:9643: checking whether we are using the GNU C compiler
configure:9690: result: yes
configure:9696: checking whether gcc accepts -g
configure:9738: result: yes
configure:9755: checking for gcc option to accept ANSI C
configure:9843: result: none needed
configure:9861: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:9864: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:9975: checking dependency style of gcc
configure:10037: result: gcc3
configure:10136: checking for C++ compiler version
configure:10139: g++ --version </dev/null >&5
g++ (GCC) 3.4.3
Copyright (C) 2004 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:10142: $? = 0
configure:10144: g++ -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:10147: $? = 0
configure:10149: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:10152: $? = 1
configure:10155: checking whether we are using the GNU C++ compiler
configure:10202: result: yes
configure:10208: checking whether g++ accepts -g
configure:10250: result: yes
configure:10294: g++ -c -g -O2  conftest.cc >&5
configure:10297: $? = 0
configure:10300: test -s conftest.o
configure:10303: $? = 0
configure:10330: g++ -c -g -O2  conftest.cc >&5
configure:10333: $? = 0
configure:10336: test -s conftest.o
configure:10339: $? = 0
configure:10364: checking dependency style of g++
configure:10426: result: gcc3
configure:10443: checking for a BSD-compatible install
configure:10497: result: /usr/bin/install -c
configure:10508: checking whether ln -s works
configure:10512: result: yes
configure:10560: checking for ranlib
configure:10587: result: ranlib
configure:10640: checking for ar
configure:10667: result: ar
configure:10934: checking for g++
configure:10952: found /usr/local/gcc3.43/bin/g++
configure:10964: result: /usr/local/gcc3.43/bin/g++
configure:11079: checking g++ version
configure:11083: result: 3.4.3
configure:11220: checking for -fsquangle
configure:11246: result: no
configure:11620: checking how to build libraries
configure:11627: result: with ar cr  
configure:11648: checking for gcc
configure:11666: found /usr/local/gcc3.43/bin/gcc
configure:11678: result: /usr/local/gcc3.43/bin/gcc
configure:11893: checking for doxygen
configure:11911: found /usr/local/bin/doxygen
configure:11923: result: /usr/local/bin/doxygen
configure:12060: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on dipole.txcorp.com

config.status:725: creating Makefile
config.status:725: creating fortUtil/Makefile
config.status:725: creating mmm95/Makefile
config.status:725: creating glf23/Makefile
config.status:829: creating config.h
config.status:1052: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_ABSCC=/usr/local/gcc3.43/bin/gcc
ac_cv_path_ABSCXX=/usr/local/gcc3.43/bin/g++
ac_cv_path_DOXYGEN=/usr/local/bin/doxygen
ac_cv_path_FC=/usr/local/lf9562/bin/lf95
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABSCC='/usr/local/gcc3.43/bin/gcc'
ABSCXX='/usr/local/gcc3.43/bin/g++'
ACLOCAL='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run tar'
AR='ar cr'
AR_FLAGS=' '
AUTOCONF='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wno-unused '
COMPDIR='gcc3.4'
CONDPYTHON_FALSE=''
CONDPYTHON_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CRAY_INSTANTIATE=''
CXX='g++'
CXXDEP='g++ -M >depend.u'
CXXDEPFLAGS='-M'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wno-unused  -g -DDEBUG'
CXX_OPTIFLAGS='-g -DDEBUG'
CXX_PIC_FLAG='-fPIC'
CXX_REPOSITORY=''
C_OPTIFLAGS='-g -DDEBUG'
C_PIC_FLAG='-fPIC'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOXYGEN='/usr/local/bin/doxygen'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='/usr/local/lf9562/bin/lf95'
F77_DBL_FLAG='--dbl '
F77_DEBUG_FLAG='-g --chk'
F77_INCLUDE_FLAG='-I'
F77_LD='/usr/local/lf9562/bin/lf95'
F77_MACH_FLAG=''
F77_NOOPT_FLAG='-O0'
F77_OPT_FLAG='-O --prefetch 2'
F77_OTHER_FLAG='--ap --pca'
FC='/usr/local/lf9562/bin/lf95'
FCFLAGS='--ap --pca'
FC_DBL_FLAG='--dbl '
FC_DEBUG_FLAG='-g --chk'
FC_INCLUDE_FLAG='-I'
FC_LD='/usr/local/lf9562/bin/lf95'
FC_MACH_FLAG=''
FC_NOOPT_FLAG='-O0'
FC_OPT_FLAG='-O --prefetch 2'
FC_OTHER_FLAG='--ap --pca'
FC_PIC_FLAG='-shared'
FC_WARN_FLAG='--f95'
FFLAGS='--ap --pca'
FMCFM_FLAGS='--dbl  -O --prefetch 2'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./config/ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='fmcfm'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON=''
PYTHON_INCDIR=''
PYTHON_LIB=''
PYTHON_LIBDIR=''
PYTHON_SITEDIR=''
PY_SITE_LIBS=''
RANLIB='ranlib'
SERIALCC='gcc'
SERIALCXX='g++'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG=''
SWIG_LIB=''
SWIG_LIBDIR=''
VERSION='1.0'
abs_top_builddir='/home/research/volov/projects/fmcfm'
abs_top_srcdir='/home/research/volov/projects/fmcfm'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/research/volov/projects/fmcfm/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define CXX "g++"
#define CXX_OPTIFLAGS "-g -DDEBUG"
#define CXX_SHAREDLIBFLAGS "-shared"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "fmcfm"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TOP_BUILDDIR "/home/research/volov/projects/fmcfm"
#define TOP_SRCDIR "/home/research/volov/projects/fmcfm"
#define VERSION "1.0"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = dipole.txcorp.com
uname -m = i686
uname -r = 2.4.21-15.0.3.ELsmp
uname -s = Linux
uname -v = #1 SMP Tue Jun 29 17:46:57 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libtool/bin
PATH: /usr/local/automake/bin
PATH: /usr/local/autoconf/bin
PATH: /usr/local/lf9562/bin
PATH: /usr/local/gcc3.43/bin
PATH: /usr/local/mpich-1.2.6/bin
PATH: /usr/absoft/bin
PATH: /usr/local/hdf5-1.6.1/bin/
PATH: /usr/local/Acrobat5/bin
PATH: /usr/local/qt/bin
PATH: /usr/local/X11/bin
PATH: /usr/local/bin
PATH: /opt/apache-ant-1.6.2/bin
PATH: /opt/j2sdk1.4.2_07/bin
PATH: .
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/bin/X11
PATH: /usr/local/atalk/bin
PATH: /usr/local/dx-4.2.0-lesstif/dx/bin
PATH: /home/research/volov/install/bin
PATH: <IDL_DEFAULT>
PATH: +/home/research/volov/mpidl
PATH: /usr/local/mdsplus/tdi
PATH: /usr/local/mdsplus/bin
PATH: /usr/local/mico/bin
PATH: /usr/local/pgi/linux86/6.0/bin
PATH: /opt/express/bin/linux


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1332: checking for a BSD-compatible install
configure:1387: result: /usr/bin/install -c
configure:1398: checking whether build environment is sane
configure:1441: result: yes
configure:1506: checking for gawk
configure:1522: found /bin/gawk
configure:1532: result: gawk
configure:1542: checking whether make sets $(MAKE)
configure:1562: result: yes
configure:1732: checking whether to enable maintainer-specific portions of Makefiles
configure:1741: result: no
configure:1819: checking for gcc
configure:1835: found /usr/local/gcc3.43/bin/gcc
configure:1845: result: gcc
configure:2089: checking for C compiler version
configure:2092: gcc --version </dev/null >&5
gcc (GCC) 3.4.3
Copyright (C) 2004 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:2095: $? = 0
configure:2097: gcc -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:2100: $? = 0
configure:2102: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2105: $? = 1
configure:2128: checking for C compiler default output file name
configure:2131: gcc    conftest.c  >&5
configure:2134: $? = 0
configure:2180: result: a.out
configure:2185: checking whether the C compiler works
configure:2191: ./a.out
configure:2194: $? = 0
configure:2211: result: yes
configure:2218: checking whether we are cross compiling
configure:2220: result: no
configure:2223: checking for suffix of executables
configure:2225: gcc -o conftest    conftest.c  >&5
configure:2228: $? = 0
configure:2253: result: 
configure:2259: checking for suffix of object files
configure:2280: gcc -c   conftest.c >&5
configure:2283: $? = 0
configure:2305: result: o
configure:2309: checking whether we are using the GNU C compiler
configure:2333: gcc -c   conftest.c >&5
configure:2339: $? = 0
configure:2343: test -z 
			 || test ! -s conftest.err
configure:2346: $? = 0
configure:2349: test -s conftest.o
configure:2352: $? = 0
configure:2365: result: yes
configure:2371: checking whether gcc accepts -g
configure:2392: gcc -c -g  conftest.c >&5
configure:2398: $? = 0
configure:2402: test -z 
			 || test ! -s conftest.err
configure:2405: $? = 0
configure:2408: test -s conftest.o
configure:2411: $? = 0
configure:2422: result: yes
configure:2439: checking for gcc option to accept ANSI C
configure:2509: gcc  -c -g -O2  conftest.c >&5
configure:2515: $? = 0
configure:2519: test -z 
			 || test ! -s conftest.err
configure:2522: $? = 0
configure:2525: test -s conftest.o
configure:2528: $? = 0
configure:2546: result: none needed
configure:2564: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2570: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2714: checking for style of include used by make
configure:2742: result: GNU
configure:2770: checking dependency style of gcc
configure:2860: result: gcc3
configure:2929: checking for g++
configure:2945: found /usr/local/gcc3.43/bin/g++
configure:2955: result: g++
configure:2971: checking for C++ compiler version
configure:2974: g++ --version </dev/null >&5
g++ (GCC) 3.4.3
Copyright (C) 2004 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:2977: $? = 0
configure:2979: g++ -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:2982: $? = 0
configure:2984: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2987: $? = 1
configure:2990: checking whether we are using the GNU C++ compiler
configure:3014: g++ -c   conftest.cc >&5
configure:3020: $? = 0
configure:3024: test -z 
			 || test ! -s conftest.err
configure:3027: $? = 0
configure:3030: test -s conftest.o
configure:3033: $? = 0
configure:3046: result: yes
configure:3052: checking whether g++ accepts -g
configure:3073: g++ -c -g  conftest.cc >&5
configure:3079: $? = 0
configure:3083: test -z 
			 || test ! -s conftest.err
configure:3086: $? = 0
configure:3089: test -s conftest.o
configure:3092: $? = 0
configure:3103: result: yes
configure:3145: g++ -c -g -O2  conftest.cc >&5
configure:3151: $? = 0
configure:3155: test -z 
			 || test ! -s conftest.err
configure:3158: $? = 0
configure:3161: test -s conftest.o
configure:3164: $? = 0
configure:3190: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' undeclared (first use this function)
conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3196: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fmcfm"
| #define VERSION "1.0"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3145: g++ -c -g -O2  conftest.cc >&5
configure:3151: $? = 0
configure:3155: test -z 
			 || test ! -s conftest.err
configure:3158: $? = 0
configure:3161: test -s conftest.o
configure:3164: $? = 0
configure:3190: g++ -c -g -O2  conftest.cc >&5
configure:3196: $? = 0
configure:3200: test -z 
			 || test ! -s conftest.err
configure:3203: $? = 0
configure:3206: test -s conftest.o
configure:3209: $? = 0
configure:3234: checking dependency style of g++
configure:3324: result: gcc3
configure:3354: checking for a BSD-compatible install
configure:3409: result: /usr/bin/install -c
configure:3420: checking whether ln -s works
configure:3424: result: yes
configure:3472: checking for ranlib
configure:3488: found /usr/bin/ranlib
configure:3499: result: ranlib
configure:3552: checking for ar
configure:3568: found /usr/bin/ar
configure:3579: result: ar
configure:3621: checking for F90 compilers 
configure:3661: checking for lf95
configure:3679: found /usr/local/lf9562/bin/lf95
configure:3691: result: /usr/local/lf9562/bin/lf95
configure:3706: result: ... /usr/local/lf9562/bin/lf95
configure:3721: result: /usr/local/lf9562/bin/lf95
configure:4501: checking for gcc
configure:4527: result: gcc
configure:4771: checking for C compiler version
configure:4774: gcc --version </dev/null >&5
gcc (GCC) 3.4.3
Copyright (C) 2004 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:4777: $? = 0
configure:4779: gcc -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:4782: $? = 0
configure:4784: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:4787: $? = 1
configure:4790: checking whether we are using the GNU C compiler
configure:4846: result: yes
configure:4852: checking whether gcc accepts -g
configure:4903: result: yes
configure:4920: checking for gcc option to accept ANSI C
configure:5027: result: none needed
configure:5045: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:5051: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:5186: checking dependency style of gcc
configure:5276: result: gcc3
configure:5387: checking for C++ compiler version
configure:5390: g++ --version </dev/null >&5
g++ (GCC) 3.4.3
Copyright (C) 2004 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:5393: $? = 0
configure:5395: g++ -v </dev/null >&5
Reading specs from /usr/local/gcc3.43/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --enable-threads --prefix=/usr/local/gcc3.43
Thread model: posix
gcc version 3.4.3
configure:5398: $? = 0
configure:5400: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:5403: $? = 1
configure:5406: checking whether we are using the GNU C++ compiler
configure:5462: result: yes
configure:5468: checking whether g++ accepts -g
configure:5519: result: yes
configure:5561: g++ -c -g -O2  conftest.cc >&5
configure:5567: $? = 0
configure:5571: test -z 
			 || test ! -s conftest.err
configure:5574: $? = 0
configure:5577: test -s conftest.o
configure:5580: $? = 0
configure:5606: g++ -c -g -O2  conftest.cc >&5
configure:5612: $? = 0
configure:5616: test -z 
			 || test ! -s conftest.err
configure:5619: $? = 0
configure:5622: test -s conftest.o
configure:5625: $? = 0
configure:5650: checking dependency style of g++
configure:5740: result: gcc3
configure:5770: checking for a BSD-compatible install
configure:5825: result: /usr/bin/install -c
configure:5836: checking whether ln -s works
configure:5840: result: yes
configure:5888: checking for ranlib
configure:5915: result: ranlib
configure:5968: checking for ar
configure:5995: result: ar
configure:6262: checking for g++
configure:6280: found /usr/local/gcc3.43/bin/g++
configure:6292: result: /usr/local/gcc3.43/bin/g++
configure:6407: checking g++ version
configure:6411: result: 3.4.3
configure:6548: checking for -fsquangle
configure:6574: result: no
configure:6948: checking how to build libraries
configure:6955: result: with ar cr  
configure:6976: checking for gcc
configure:6994: found /usr/local/gcc3.43/bin/gcc
configure:7006: result: /usr/local/gcc3.43/bin/gcc
configure:7221: checking for doxygen
configure:7239: found /usr/local/bin/doxygen
configure:7251: result: /usr/local/bin/doxygen
configure:7416: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on dipole.txcorp.com

config.status:756: creating Makefile
config.status:756: creating fortUtil/Makefile
config.status:756: creating mmm95/Makefile
config.status:756: creating glf23/Makefile
config.status:860: creating config.h
config.status:1136: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_objext=o
ac_cv_path_ABSCC=/usr/local/gcc3.43/bin/gcc
ac_cv_path_ABSCXX=/usr/local/gcc3.43/bin/g++
ac_cv_path_DOXYGEN=/usr/local/bin/doxygen
ac_cv_path_FC=/usr/local/lf9562/bin/lf95
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABSCC='/usr/local/gcc3.43/bin/gcc'
ABSCXX='/usr/local/gcc3.43/bin/g++'
ACLOCAL='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run tar'
AR='ar cr'
AR_FLAGS=' '
AUTOCONF='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wno-unused '
COMPDIR='gcc3.4'
CONDPYTHON_FALSE=''
CONDPYTHON_TRUE='#'
CPPFLAGS=''
CRAY_INSTANTIATE=''
CXX='g++'
CXXDEP='g++ -M >depend.u'
CXXDEPFLAGS='-M'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wno-unused  -g -DDEBUG'
CXX_OPTIFLAGS='-g -DDEBUG'
CXX_PIC_FLAG='-fPIC'
CXX_REPOSITORY=''
CYGPATH_W='echo'
C_OPTIFLAGS='-g -DDEBUG'
C_PIC_FLAG='-fPIC'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOXYGEN='/usr/local/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
F77='/usr/local/lf9562/bin/lf95'
F77_DBL_FLAG=''
F77_DEBUG_FLAG=''
F77_INCLUDE_FLAG='-I'
F77_LD='/usr/local/lf9562/bin/lf95'
F77_MACH_FLAG=''
F77_NOOPT_FLAG=''
F77_OPT_FLAG=''
F77_OTHER_FLAG=''
FC='/usr/local/lf9562/bin/lf95'
FCFLAGS=''
FC_DBL_FLAG=''
FC_DEBUG_FLAG=''
FC_INCLUDE_FLAG='-I'
FC_LD='/usr/local/lf9562/bin/lf95'
FC_MACH_FLAG=''
FC_NOOPT_FLAG=''
FC_OPT_FLAG=''
FC_OTHER_FLAG=''
FC_PIC_FLAG='-fpic'
FC_WARN_FLAG=''
FFLAGS=''
FMCFM_FLAGS=' '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL_DEPS=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/research/volov/projects/fmcfm/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='fmcfm'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON=''
PYTHON_INCDIR=''
PYTHON_LIB=''
PYTHON_LIBDIR=''
PYTHON_SITEDIR=''
PY_SITE_LIBS=''
RANLIB='ranlib'
SERIALCC='gcc'
SERIALCXX='g++'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SWIG=''
SWIG_LIB=''
SWIG_LIBDIR=''
VERSION='1.0'
abs_top_builddir='/home/research/volov/projects/fmcfm'
abs_top_srcdir='/home/research/volov/projects/fmcfm'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/research/volov/projects/fmcfm/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define CXX "g++"
#define CXX_OPTIFLAGS "-g -DDEBUG"
#define CXX_SHAREDLIBFLAGS "-shared"
#define PACKAGE "fmcfm"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define TOP_BUILDDIR "/home/research/volov/projects/fmcfm"
#define TOP_SRCDIR "/home/research/volov/projects/fmcfm"
#define VERSION "1.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux