This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Bison configure 1.875, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/afs/eda/u/florian/tmp ## --------- ## ## Platform. ## ## --------- ## hostname = comserv706.fishkill.ibm.com uname -m = 00078B8F4C00 uname -r = 1 uname -s = AIX uname -v = 5 /usr/bin/uname -p = powerpc /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = 5.1.0.0 /bin/universe = unknown PATH: . PATH: /afs/eda/u/florian/local/bin PATH: /afs/eda/prod/tools/9.1/apps/beam/bin PATH: /afs/eda/prod/tools/9.1/bin PATH: /afs/eda/tools/gnu/bin PATH: /afs/eda/tools/bin PATH: /usr/ibmcxx/bin PATH: /afs/eda/u/synlib/bin PATH: /usr/bin PATH: /usr/bin/X11 PATH: /bin PATH: /usr/afsws/bin PATH: /usr/lpp/cmvc/bin PATH: /afs/eda/@sys/prod/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1336: checking for a BSD-compatible install configure:1390: result: config/install-sh -c configure:1401: checking whether build environment is sane configure:1444: result: yes configure:1477: checking for gawk configure:1493: found /afs/eda/tools/gnu/bin/gawk configure:1503: result: gawk configure:1513: checking whether make sets $(MAKE) configure:1533: result: yes configure:1738: checking for gcc configure:1764: result: /afs/eda/rs_aix51/prod/vac_6.0.0.5/bin/xlc configure:2008: checking for C compiler version configure:2011: /afs/eda/rs_aix51/prod/vac_6.0.0.5/bin/xlc --version &5 /afs/eda/rs_aix51/prod/vac_6.0.0.5/bin/xlc: 1501-216 command option -version is not recognized - passed to ld C for AIX Compiler, Version 5 Usage: xlc [ option | inputfile ]... cc [ option | inputfile ]... c89 [ option | inputfile ]... xlc128 [ option | inputfile ]... cc128 [ option | inputfile ]... xlc_r [ option | inputfile ]... cc_r [ option | inputfile ]... xlc_r4 [ option | inputfile ]... cc_r4 [ option | inputfile ]... xlc_r7 [ option | inputfile ]... cc_r7 [ option | inputfile ]... Description: The xlc and related commands compile C source files. They also processes assembler source files and object files. Unless the -c option is specified, xlc calls the linkage editor to produce a single object file. Input files may be any of the following: 1. file name with .c suffix: C source file 2. file name with .i suffix: preprocessed C source file 3. file name with .so suffix: shared object file 4. file name with .o suffix: object file for ld command 5. file name with .s suffix: assembler source file Options: Options can be flag options or keyword options: 1. Flag options: -# Display language processing commands but do not invoke them; output goes to stdout. -bdynamic, -bstatic Determines which types of library files are searched by the linkage editor. -brtl Tells the linkage editor to accept both .so and .a library file types. -B Construct alternate compiler/assembler/linkage editor program names. is added to the beginning of the standard program names. -c Do not send object files to the linkage editor. -C Write comments to output when doing preprocessing, used with -E and -P. -D[=] Define as in #define directive. If is not specified, 1 is assumed. -E Preprocess but do not compile; output goes to stdout -f Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F[:] Use alternate configuration file with optional . If is not specified, the assumed stanza is the name of the command used to invoke the compiler. -g Produce information for the debugger. -G Tells the linkage editor to create a dynamic library. -I Search in directory for include files that do not start with an absolute path. -l Search the specified library file, where selects the file lib.a. -L Search in directory for files specified by -l. -ma Generate inline calls to the "alloca" function as if "#pragma alloca" directives were in the source file. -M Generate information to be included in a "make" description file; output goes to .u file. -o Name the executable file instead of a.out. When used with the -c option and one source file, name the object file instead of filename.o. If is the name of a directory, files generated by the compiler will be placed into that directory. -O Optimize generated code. -O2 Same as -O. -O3 Perform some memory and compile time intensive optimizations in addition to those executed with -O2. The -O3 specific optimizations have the potential to alter the semantics of a user's program. The compiler guards against these optimizations at -O2 and the option -qstrict is provided at -O3 to turn off these aggressive optimizations. -O4 Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p Generate profiling support code. Same as -qprofile=p. -pg Generate profiling support code including BSD profiling support. Same as -qprofile=pg. -P Preprocess but do not compile; output goes to .i file. -Q, -qinline Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) = Inline if number of source statement in function is less than the number specified in . - Not inline function listed by names in + Attempt to inline function listed by names in . -r Produce the output file without linking any library. -S Produce a .s file for any source file processed by the compiler. -t Apply prefix from the -B option to the specified program , where x can be one or more of the following: p = preprocessor c = compiler frontend b = compiler backend i = compiler inliner a = assembler l = linkage editor I = inter-procedural analysis - compile phase L = inter-procedural analysis - link phase. -U Undefine name as in #undef directive. -v Displays language processing commands as they are invoked by xlc; output goes to stdout. -w Suppress informational, language-level, and warning messages. -W Give the options to the compiler program where x can be one or more of the following: -y Specify compile-time rounding of constant floating-point expressions, where can be one of the following: n = round to nearest m = round toward minus infinity p = round toward positive infinity z = round toward zero. 2. Keyword options: Keyword options are specified in one of the following ways: -q