This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lyskom-server configure 2.0.7, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure -C --prefix=/usr/local/xenofarm/lyskom-server/lukushion.roxen.com/buildtmp/dist/pfx CC=cc ## --------- ## ## Platform. ## ## --------- ## hostname = lukushion.roxen.com uname -m = ia64 uname -r = 1 uname -s = AIX uname -v = 5 /usr/bin/uname -p = ia64 /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: /usr/vac/bin PATH: /usr/vacpp/bin PATH: /usr/ccs/bin PATH: /usr/local/bin PATH: /usr/vac/bin PATH: /usr/bin PATH: /etc PATH: /usr/sbin PATH: /usr/ucb PATH: /usr/bin/X11 PATH: /sbin PATH: /usr/java130/jre/bin PATH: /usr/java130/bin PATH: /usr/local/bin PATH: /sw/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1215: creating cache config.cache configure:1344: checking for a BSD-compatible install configure:1398: result: /usr/local/bin/install -c configure:1409: checking whether build environment is sane configure:1452: result: yes configure:1485: checking for gawk configure:1514: result: no configure:1485: checking for mawk configure:1514: result: no configure:1485: checking for nawk configure:1501: found /usr/bin/nawk configure:1511: result: nawk configure:1521: checking whether make sets $(MAKE) configure:1541: result: yes configure:1831: checking for ar configure:1849: found /usr/ccs/bin/ar configure:1862: result: /usr/ccs/bin/ar configure:1921: checking for gcc configure:1947: result: cc configure:2191: checking for C compiler version configure:2194: cc --version &5 cc: 1501-212 command option -version is incorrect for this Operating System platform - ignored VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release Usage: xlC [ option | inputfile ]... xlc [ option | inputfile ]... cc [ option | inputfile ]... c89 [ option | inputfile ]... xlC_r [ option | inputfile ]... xlc_r [ option | inputfile ]... cc_r [ option | inputfile ]... xlC_r4 [ option | inputfile ]... xlc_r4 [ option | inputfile ]... cc_r4 [ option | inputfile ]... Description: The xlC and related commands compile C and 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 or C++ source file 3. file name with .c suffix: C source file 4. file name with .o suffix: object file for ld command 5. file name with .s suffix: assembler source file 6. file name with .so suffix: shared object 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. -+ Treat .c files as C++ source code. -bdynamic, -bstatic Determines which types of library files are searched by the linkage editor. -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 (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 (C) 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 (C++) Turns on inlining. -Q! (C++) Turns off inlining. -Q, -qinline (C) 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 m = 'munch' utility (C++) f = C++ name demangler utility (C++) 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