This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by isc configure 1.01, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/pfx -C --prefix=/home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/pfx --disable-dependency-tracking CC=ccache cc --cache-file=../../../config.cache --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = dupond.lysator.liu.se uname -m = 000090105700 uname -r = 3 uname -s = AIX uname -v = 4 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = 4.3.3.0 /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/ccs/bin PATH: /usr/vac/bin PATH: /usr/bin PATH: /usr/sbin PATH: /sbin PATH: /bin PATH: /usr/bin PATH: /etc PATH: /usr/sbin PATH: /usr/ucb PATH: /usr/bin/X11 PATH: /sbin PATH: /usr/local/bin PATH: /sw/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1198: loading cache ../../../config.cache configure:1333: checking for a BSD-compatible install configure:1387: result: /usr/local/bin/install -c configure:1398: checking whether build environment is sane configure:1441: result: yes configure:1474: checking for gawk configure:1500: result: nawk configure:1510: checking whether make sets $(MAKE) configure:1530: result: yes configure:1750: checking for ar configure:1781: result: /usr/ccs/bin/ar configure:1840: checking for gcc configure:1866: result: ccache cc configure:2110: checking for C compiler version configure:2113: ccache cc --version </dev/null >&5 /usr/vac/bin/cc: 1501-216 command option -version is not recognized - passed to ld C for AIX Compiler 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<prefix> Construct alternate compiler/assembler/linkage editor program names. <prefix> 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<name>[=<def>] Define <name> as in #define directive. If <def> is not specified, 1 is assumed. -E Preprocess but do not compile; output goes to stdout -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> is not specified, xlc is assumed. -g Produce information for the debugger. -I<dir> Search in directory <dir> for include files that do not start with an absolute path. -l<key> Search the specified library file, where <key> selects the file lib<key>.a. -L<dir> Search in directory <dir> for files specified by -l<key>. -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> Name the executable file <name> instead of a.out. When used with the -c option and one source file, name the object file <name> instead of filename.o. If <name> is the name of a directory, files generated by the compiler will be placed into that directory. -O Optimize generated code. -O2 Equivalent level of optimization as -O in the previous release. -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. -p Generate profiling support code. -pg Generate profiling support code including BSD profiling support. -P Preprocess but do not compile; output goes to .i file. -Q<x>, -qinline<x> Inline all appropriate functions where x can be one of the following: ! Not inline any function =<lc> Inline if number of source statement in function is less than the number specified in <lc>. -<nm> Not inline function listed by names in <nm> +<nm> Attempt to inline function listed by names in <nm>. -r Permits the output file to be produced even if it contains unresolved symbols. -S Produce a .s file for any source file processed by the compiler. -t<x> Apply prefix from the -B option to the specified program <x>, 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 I = inter procedural analysis - compile phase L = inter procedural analysis - link phase -U<name> 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<x,y> Give the options <y> to the compiler program <x> where x can be one or more of the following: <p,c,b,i,a,l,I,L,m> -y<x> Specify compile-time rounding of constant floating-point expressions, where <x> 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<option> -q<option>=<parameter> -q<option>=<parameter>:<parameter> where <option> is an option name and <parameter> is a parameter value. Keyword options with no parameters represent switches that may be either on or off. The keyword by itself turns the switch on, and the keyword preceded by the letters NO turns the switch off. For example, -qLIST tells the compiler to produce a listing and -qNOLIST tells the compiler not to produce a listing. If an option that represents a switch is set more than once, the compiler uses the last setting. Keyword option and parameter names may appear in either UPPER CASE or lower case letters in the ixlc command. Options without parameters: 32 Selects 32-bit compiler mode. 64 Selects 64-bit compiler mode. ansialias Use type-based aliasing during optimization. attr Produce an attribute listing containing only referenced names; output goes to .lst file. compact Reduce code size where possible, at the expense of execution speed. Code size is reduced by inhibiting optimizations that replicate or expand code inline. cpluscmt Permit "//" to introduce a comment that lasts until the end of the current source line, as in C++. dbcs String literals and comments can contain DBCS characters (same as mbcs option). dbxextra Generate symbol table information for unreferenced variables. By default such information is not generated thus reducing the size of the executable compiled with the "-g" option. digraph Allow special digraph dollar Allow '$' as an identifier character extchk Perform external name type-checking and function call checking. fdpr Collect information about programs for use with the AIX fdpr (Feedback Directed Program Restructuring) performance-tuning utility. funcsect Place instructions for each function in a separate csect. flttrap Generate instructions to trap floating-point exceptions. fold Specifies that constant floating-point expressions are to be evaluated at compile time. fullpath Specifies the path information stored for files when you use "-g" and the symbolic debugger (dbx). heapdebug Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfist with the -Idirectory option. If -qidirfirst option is specified, the directories specified by the -Idirectory option are searched before the directory where the current file resides. ignerrno Tell the optimizer that the program will never refer to or set errno. This allows additional optimizations. inlglue Generate fast external linkage by inlining the code (pointer glue code) necessary at calls via a function pointer and calls to external procedures. ldbl128 Increase long double size from 64 to 128 bits. libansi Assumes hat all functions with th ename of an ANSI C library functions are in fact the system functions. linedebug Generates abbreviated line number and source file name information for the debugger. list Produce an object listing; output goes to .lst file. listopt Display the settings of all options; output goes to .lst file. longdouble Increase long double size from 64 to 128 bits. longlong Allow long long integers. macpstr Allow '\p' as the first character of a string constant which will be replaced by the length in bytes. makedep Creates an output file that contains targets suitable for inclusion in a description file for the AIX make command. maxerr Instructs the compiler to halt compilation when a specified number of errors of specified or greater severity is reached. mbcs String literals and comments can contain DBCS characters (same as dbcs option). noprint Direct listing to /dev/null. nostdinc Specify which files are included with the #include "file_name" and #include <file_name> directives. If -qnostdinc is specified, the /usr/include directory is not searched. once Only process each include file one time. The default is -qnoonce. optimize Same as O, and O2. Perform optimization that is the mix between speed and size. pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto Assert that procedure call points agree with their declarations even if the procedure has not been prototyped. This allows the caller to pass floating point arguments in floating point registers instead of general purpose registers. ro Put string literals in read only area. roconst Put constant values in read only area. showinc Include the source of all included files in the source listing, if the SOURCE option is in effect. source Produce a source listing; output goes to .lst file. srcmsg Reconstruct source lines in error along with the diagnostic messages in the stderr file. statsym Adds user-defined, nonexternal names that have a persistent storage class, such as initialized and uninitialized static variables, to the name list (the symbol table of xcoff objects). strict Turns off aggresive optimizations which have the potential to alter the semantics of a user's program. This option also sets -qfloat=nofltint:norsqrt. strict_induction Turns off induction variable optimizations that have the potential to alter the semantics of a user's program. Use this option only if your program contains overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. upconv Preserves the unsigned specification when performing integral promotions. warn64 Enables checking for possible long-to-integer truncation. xcall Generate code to static routines within a compilation unit as if they were external routines. xref Produce a cross-reference listing containing only referenced names. Options with parameters: alias=<option> Specifies the aliasing assertion to be applied to your compilation unit. The available options are: typ Pointers to different types are never aliased. allp Pointers are never aliased. addr Variables are disjoint from pointers unless their address is taken. ansi Pointers can only point to an object of the same type. Require -O option. align=<algnopt> power The compiler uses the RISC System/6000 alignment rules. full The compiler uses the RISC System/6000 alignment rules. This is the same as power. mac68k The compiler uses the Macintosh** alignment rules. twobyte The compiler uses the Macintosh alignment rules. The mac68k option is the same as twobyte. packed The compiler uses the packed alignment rules. natural The compiler maps structure members to their natural boundaries. arch=<option> Specifies the architecture on which the executable program will be run. The available options are: com Produce an object that contains instructions that will run on all the POWER and PowerPC hardware platforms. pwr Produce an object that contains instructions that will run on the POWER hardware platform. pwr2 Produce an object that contains instructions that will run on the POWER2 hardware platform. pwrx Same as pwr2. ppc Produce an object that contains instructions that will run on any of the 32-bit PowerPC hardware platforms. ppcgr Produce an object that contains optional graphics instructions for PowerPC processors. pwr2s Produce an object that contains instructions that will run on a pwr2s chip. p2sc Produce an object that contains instructions that will run on a p2sc chip. 601 Produce an object that contains instructions that will run on a 601 chip. 602 Produce an object that contains instructions that will run on a 602 chip. 603 Produce an object that contains instructions that will run on a 603 chip. 604 Produce an object that contains instructions that will run on a 604 chip. 403 Produce an object that contains instructions that will run on a 403 chip. rs64a Produce an object that contains instructions that will run on a rs64a chip. rs64b Produce an object that contains instructions that will run on a rs64b chip. The default is -qarch=com. If the -qarch option is specified without the -qtune=<option>, the compiler uses -qtune=pwr. assert=<option> Specifies the aliasing assertion to be applied to your compilation unit. The available options are: typ Pointers to different types are never aliased. allp Pointers are never aliased. addr Variables are disjoint from pointers unless their address is taken. attr=full Produce an attribute listing containing all names, whether referenced or not; output goes to .lst file. bitfields=signed bitfields=unsigned Specify whether bitfields will be signed or unsigned. chars=signed chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> Generate code to check for run-time checks. nullptr Runtime checking of addresses contained in pointer variables used to reference storage. bounds Runtime checking of addresses when subscripting within an object of known size. divzero Runtime checking of integer division. A trap will occur if an attempt is made to divide by zero. all Switches on all the above suboptions. dataimported=<name1>:<name2>: ... Specify which data items are imported. If no names are specified, all data items are assumed to be imported. This is the default. datalocal=<name1>:<name2>: ... Specify which data items are local. If no names are specified, all data items are assumed to be local. enum=<enumopt> Specify whether minimum-sized enumerated types will be produced or not. <enumopt> can be either small, int, 1, 2 or 4. small denotes that either one, two or four bytes of storage will be allocated for enum variables based on the range of the enum constants. int is the default, and causes enum variables to be treated as though they were of type signed int depending on the range of the enum constants. 1 will cause enum variables to be packed into 1 byte. 2 will cause enum variables to be packed into 2 bytes. 4 will cause enum variables to be packed into 4 bytes. flag=<sev1> Specify severity level of diagnostics to be reported in source listing and stderr; the severity level is one of <i,w,e,s,u>. flag=<sev1>:<sev2> Specify severity level of diagnostics to be reported in source listing (<sev1>), and stderr (<sev2>); the severity levels are one of <i,w,e,s,u>. float=<opt1>:<opt2>:...:<optN> The available options are: emulate Function calls are emitted in place of PowerPC floating-point instructions. Use this option only in a single-threaded stand-alone environment, targeting the PowerPC 403 processor. Do not use this suboption with any of the following: o -qarch=pwr, -qarch=pwr2, -qarch=pwrx o -qlongdouble, -qldbl128 o xlC128, xlc128 invocation commands fltint Specify whether range checking of floating point to integer conversions is done. Default at -O2: -qfloat=nofltint. Default at -O3: -qfloat=fltint. hsflt Never round single-precision expressions, and don't perform range checking for floating-point to integer conversions. hssngl Round single-precision expressions only when the results are stored into REAL*4 memory locations. nans Detect conversion of single-precision NaNS to double precision call checking. nomaf Suppress generation of multiply-add instructions. nofold Suppress compile-time evaluation of constant floating-point expressions. rndsngl Ensure strict adherence to IEEE standard. all operations on single-precision values produce results that remain in single precision. rrm Specify run-time rounding mode. Compile with this option if the run-time rounding mode is round toward minus infinity, round toward positive infinity, or not known. rsqrt Specify whether a division by the result of a square root can be replaced with a multiply by the reciprocal of the square root. Default at -O2: -qfloat=norsqrt. Default at -O3: -qfloat=rsqrt. spnans Generate extra instructions to detect signalling NaN on conversion from single precision to double precision. Obsolete; use the equivalent -qfloat=nans option. flttrap=<opt1>:<opt2>:...:<optN> Generate instructions to detect and trap floating-point. The available options are: overflow, underflow, zerodivide, invalid, inexact, enable, imprecise. halt=<sev> Stop compiler after first phase if severity of errors detected equals or exceeds <sev>; the severity level is one of i, w, e, s, u. genpcomp[=dirname] Generate precompiled include files. See C for AIX online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=disjoint ignprag=isolated ignprag=all Ignore the aliasing pragmas disjoint and/or isolated_call. info info=all Produce additional lint-like messages. Turns on all diagnostic messages for all groups. info=<group> Produce additional lint-like messages based on <group>. cmp Possible redundancies in unsigned comparisons cnd Possible redundancies or problems in conditional expressions cns Operations involving constants. cnv Conversions dcl Consistency of declarations eff Statements with no effect enu Consistency of enum variables ext Unused external definitions gen General diagnostic messages gnr Generation of temporary variables got Use of goto statements ini Possible problems with initialization inl Functions not inlined lan Language level effects obs Obsolete features ord Unspecified order of evaluation par Unused parameters por Nonportable language constructs ppc Possible problems with using the preprocessor ppt Trace of preprocessor actions pro Missing function prototypes rea Code that cannot be reached ret Consistency of return statements trd Possible truncation or loss of data or precision tru Variable names truncated by the compiler uni Unitialized variables use Unused auto and static variables vft Generation of virtual function tables private Lists shared variables made private to a parallel loop. reduction Lists all variables that are recognized as reduction variables inside a parallel loop. initauto=<hh> Initialialize automatic storage to <hh>. <hh> is a hexadecimal value. This generates extra code and should only be used for error determination. inline=<x> This is functionally equivalent to the -Q option. ipa[=<ipa_options>] Turn on inter-procedural analysis. See C for AIX online documentation for details. isolated_call=<name1>:<name2>: ... Specify that the calls to the functions listed have no side effects. <name1> and <name2> are function names. The user may specify as many function names as necessary. langlvl=<langlvl> Specify language level to be used during compilation. <langlvl> can be ansi, saal2, saa, extended, or classic. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. prioriry=NNN optimize Same as -O. Optimize generated code using the best best combination for speed and size. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 Same as -O4. Internally generates -O3 -qipa with with automatic architecture and tuning option generation. proclocal=<name1>:<name2>: ... Specify which functions are local. If no filenames are specified, all invoked functions are assumed to be defined whithin the current file. The last explicit specification for a function takes precedence. procimported=<name1>:<name2>: ... Specify which functions are imported. If no filenames are specified, all invoked functions are assumed to be defined outside the current file. The last explicit specification for a function takes precedence. procunknown=<name1>:<name2>: ... Specify which functions are unknown to be local or imported. If no filenames are specified, all functions called are assumed to be unknown. This is the default when no user options are specified. The last explicit specification for a function takes precedence. smp[=suboption[:suboption] [ ... ]] [no]auto Enables or disables automatic parallelization. [no]explicit Enables or disables explicit parallelization. schedule=<sched_type>[=n] Specifies what kind of scheduling algorithms and chunking are used for loops to which no other scheduling algorithm has been explicitly assigned in the source code. Valid options for <sched_type> are: * dynamic[=n] * guided[=n] * static[=n] * affinity[=n] * runtime For more information, see C for AIX online documentation. [no]nested_par Enables or disables parallelization of nested parallel constructs. [no]rec_locks Specifies whether recursive or regular locks should be used to implement critical sections. spill=<size> Specify the size of the register allocation spill area. tabsize=<size> Changes the length of tabs in your source file. tbtable=<option> Generate a traceback table for each function and place it in the text segment at the end of the function code. The available options are: none No traceback table is generated. full A full traceback table is generated. This is the default with -g specified. small A traceback table is generated with no name or parameter information. This is the default when -g is NOT specified. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: 403 Produce an object optimized for all the PowerPC 403 processors. Use -qfloat=emulate to emulate the floating-point instructions omitted by the 403 processor. 601 Produce an object optimized for all the PowerPC 601 processors. 602 Produce an object optimized for all the PowerPC 602 processors. 603 Produce an object optimized for all the PowerPC 603 processors. 604 Produce an object optimized for all the PowerPC 604 processors. p2sc Produce an object optimized for all the p2sc processors. pwr Produce an object optimized for the POWER hardware platform. pwr2 Produce an object optimized for the POWER2 hardware platform. pwr2s Produce an object optimized for the POWER2 hardware platform, avoiding certain quadruple-precision instructions that would slow program performance. pwrx Same as pwr2. rs64a Produce an object optimized for the rs64a processor. rs64b Produce an object optimized for the rs64b processor. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] Use precompiled include files. See C for AIX online documentation for details. wait[=<seconds>] Specify the number of seconds to wait for a LUM license to become available. The default is to wait forever. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. For a detailed description of each option, please refer to the C for AIX online documentation. configure:2116: $? = 249 configure:2118: ccache cc -v </dev/null >&5 C for AIX Compiler 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<prefix> Construct alternate compiler/assembler/linkage editor program names. <prefix> 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<name>[=<def>] Define <name> as in #define directive. If <def> is not specified, 1 is assumed. -E Preprocess but do not compile; output goes to stdout -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> is not specified, xlc is assumed. -g Produce information for the debugger. -I<dir> Search in directory <dir> for include files that do not start with an absolute path. -l<key> Search the specified library file, where <key> selects the file lib<key>.a. -L<dir> Search in directory <dir> for files specified by -l<key>. -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> Name the executable file <name> instead of a.out. When used with the -c option and one source file, name the object file <name> instead of filename.o. If <name> is the name of a directory, files generated by the compiler will be placed into that directory. -O Optimize generated code. -O2 Equivalent level of optimization as -O in the previous release. -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. -p Generate profiling support code. -pg Generate profiling support code including BSD profiling support. -P Preprocess but do not compile; output goes to .i file. -Q<x>, -qinline<x> Inline all appropriate functions where x can be one of the following: ! Not inline any function =<lc> Inline if number of source statement in function is less than the number specified in <lc>. -<nm> Not inline function listed by names in <nm> +<nm> Attempt to inline function listed by names in <nm>. -r Permits the output file to be produced even if it contains unresolved symbols. -S Produce a .s file for any source file processed by the compiler. -t<x> Apply prefix from the -B option to the specified program <x>, 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 I = inter procedural analysis - compile phase L = inter procedural analysis - link phase -U<name> 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<x,y> Give the options <y> to the compiler program <x> where x can be one or more of the following: <p,c,b,i,a,l,I,L,m> -y<x> Specify compile-time rounding of constant floating-point expressions, where <x> 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<option> -q<option>=<parameter> -q<option>=<parameter>:<parameter> where <option> is an option name and <parameter> is a parameter value. Keyword options with no parameters represent switches that may be either on or off. The keyword by itself turns the switch on, and the keyword preceded by the letters NO turns the switch off. For example, -qLIST tells the compiler to produce a listing and -qNOLIST tells the compiler not to produce a listing. If an option that represents a switch is set more than once, the compiler uses the last setting. Keyword option and parameter names may appear in either UPPER CASE or lower case letters in the ixlc command. Options without parameters: 32 Selects 32-bit compiler mode. 64 Selects 64-bit compiler mode. ansialias Use type-based aliasing during optimization. attr Produce an attribute listing containing only referenced names; output goes to .lst file. compact Reduce code size where possible, at the expense of execution speed. Code size is reduced by inhibiting optimizations that replicate or expand code inline. cpluscmt Permit "//" to introduce a comment that lasts until the end of the current source line, as in C++. dbcs String literals and comments can contain DBCS characters (same as mbcs option). dbxextra Generate symbol table information for unreferenced variables. By default such information is not generated thus reducing the size of the executable compiled with the "-g" option. digraph Allow special digraph dollar Allow '$' as an identifier character extchk Perform external name type-checking and function call checking. fdpr Collect information about programs for use with the AIX fdpr (Feedback Directed Program Restructuring) performance-tuning utility. funcsect Place instructions for each function in a separate csect. flttrap Generate instructions to trap floating-point exceptions. fold Specifies that constant floating-point expressions are to be evaluated at compile time. fullpath Specifies the path information stored for files when you use "-g" and the symbolic debugger (dbx). heapdebug Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfist with the -Idirectory option. If -qidirfirst option is specified, the directories specified by the -Idirectory option are searched before the directory where the current file resides. ignerrno Tell the optimizer that the program will never refer to or set errno. This allows additional optimizations. inlglue Generate fast external linkage by inlining the code (pointer glue code) necessary at calls via a function pointer and calls to external procedures. ldbl128 Increase long double size from 64 to 128 bits. libansi Assumes hat all functions with th ename of an ANSI C library functions are in fact the system functions. linedebug Generates abbreviated line number and source file name information for the debugger. list Produce an object listing; output goes to .lst file. listopt Display the settings of all options; output goes to .lst file. longdouble Increase long double size from 64 to 128 bits. longlong Allow long long integers. macpstr Allow '\p' as the first character of a string constant which will be replaced by the length in bytes. makedep Creates an output file that contains targets suitable for inclusion in a description file for the AIX make command. maxerr Instructs the compiler to halt compilation when a specified number of errors of specified or greater severity is reached. mbcs String literals and comments can contain DBCS characters (same as dbcs option). noprint Direct listing to /dev/null. nostdinc Specify which files are included with the #include "file_name" and #include <file_name> directives. If -qnostdinc is specified, the /usr/include directory is not searched. once Only process each include file one time. The default is -qnoonce. optimize Same as O, and O2. Perform optimization that is the mix between speed and size. pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto Assert that procedure call points agree with their declarations even if the procedure has not been prototyped. This allows the caller to pass floating point arguments in floating point registers instead of general purpose registers. ro Put string literals in read only area. roconst Put constant values in read only area. showinc Include the source of all included files in the source listing, if the SOURCE option is in effect. source Produce a source listing; output goes to .lst file. srcmsg Reconstruct source lines in error along with the diagnostic messages in the stderr file. statsym Adds user-defined, nonexternal names that have a persistent storage class, such as initialized and uninitialized static variables, to the name list (the symbol table of xcoff objects). strict Turns off aggresive optimizations which have the potential to alter the semantics of a user's program. This option also sets -qfloat=nofltint:norsqrt. strict_induction Turns off induction variable optimizations that have the potential to alter the semantics of a user's program. Use this option only if your program contains overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. upconv Preserves the unsigned specification when performing integral promotions. warn64 Enables checking for possible long-to-integer truncation. xcall Generate code to static routines within a compilation unit as if they were external routines. xref Produce a cross-reference listing containing only referenced names. Options with parameters: alias=<option> Specifies the aliasing assertion to be applied to your compilation unit. The available options are: typ Pointers to different types are never aliased. allp Pointers are never aliased. addr Variables are disjoint from pointers unless their address is taken. ansi Pointers can only point to an object of the same type. Require -O option. align=<algnopt> power The compiler uses the RISC System/6000 alignment rules. full The compiler uses the RISC System/6000 alignment rules. This is the same as power. mac68k The compiler uses the Macintosh** alignment rules. twobyte The compiler uses the Macintosh alignment rules. The mac68k option is the same as twobyte. packed The compiler uses the packed alignment rules. natural The compiler maps structure members to their natural boundaries. arch=<option> Specifies the architecture on which the executable program will be run. The available options are: com Produce an object that contains instructions that will run on all the POWER and PowerPC hardware platforms. pwr Produce an object that contains instructions that will run on the POWER hardware platform. pwr2 Produce an object that contains instructions that will run on the POWER2 hardware platform. pwrx Same as pwr2. ppc Produce an object that contains instructions that will run on any of the 32-bit PowerPC hardware platforms. ppcgr Produce an object that contains optional graphics instructions for PowerPC processors. pwr2s Produce an object that contains instructions that will run on a pwr2s chip. p2sc Produce an object that contains instructions that will run on a p2sc chip. 601 Produce an object that contains instructions that will run on a 601 chip. 602 Produce an object that contains instructions that will run on a 602 chip. 603 Produce an object that contains instructions that will run on a 603 chip. 604 Produce an object that contains instructions that will run on a 604 chip. 403 Produce an object that contains instructions that will run on a 403 chip. rs64a Produce an object that contains instructions that will run on a rs64a chip. rs64b Produce an object that contains instructions that will run on a rs64b chip. The default is -qarch=com. If the -qarch option is specified without the -qtune=<option>, the compiler uses -qtune=pwr. assert=<option> Specifies the aliasing assertion to be applied to your compilation unit. The available options are: typ Pointers to different types are never aliased. allp Pointers are never aliased. addr Variables are disjoint from pointers unless their address is taken. attr=full Produce an attribute listing containing all names, whether referenced or not; output goes to .lst file. bitfields=signed bitfields=unsigned Specify whether bitfields will be signed or unsigned. chars=signed chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> Generate code to check for run-time checks. nullptr Runtime checking of addresses contained in pointer variables used to reference storage. bounds Runtime checking of addresses when subscripting within an object of known size. divzero Runtime checking of integer division. A trap will occur if an attempt is made to divide by zero. all Switches on all the above suboptions. dataimported=<name1>:<name2>: ... Specify which data items are imported. If no names are specified, all data items are assumed to be imported. This is the default. datalocal=<name1>:<name2>: ... Specify which data items are local. If no names are specified, all data items are assumed to be local. enum=<enumopt> Specify whether minimum-sized enumerated types will be produced or not. <enumopt> can be either small, int, 1, 2 or 4. small denotes that either one, two or four bytes of storage will be allocated for enum variables based on the range of the enum constants. int is the default, and causes enum variables to be treated as though they were of type signed int depending on the range of the enum constants. 1 will cause enum variables to be packed into 1 byte. 2 will cause enum variables to be packed into 2 bytes. 4 will cause enum variables to be packed into 4 bytes. flag=<sev1> Specify severity level of diagnostics to be reported in source listing and stderr; the severity level is one of <i,w,e,s,u>. flag=<sev1>:<sev2> Specify severity level of diagnostics to be reported in source listing (<sev1>), and stderr (<sev2>); the severity levels are one of <i,w,e,s,u>. float=<opt1>:<opt2>:...:<optN> The available options are: emulate Function calls are emitted in place of PowerPC floating-point instructions. Use this option only in a single-threaded stand-alone environment, targeting the PowerPC 403 processor. Do not use this suboption with any of the following: o -qarch=pwr, -qarch=pwr2, -qarch=pwrx o -qlongdouble, -qldbl128 o xlC128, xlc128 invocation commands fltint Specify whether range checking of floating point to integer conversions is done. Default at -O2: -qfloat=nofltint. Default at -O3: -qfloat=fltint. hsflt Never round single-precision expressions, and don't perform range checking for floating-point to integer conversions. hssngl Round single-precision expressions only when the results are stored into REAL*4 memory locations. nans Detect conversion of single-precision NaNS to double precision call checking. nomaf Suppress generation of multiply-add instructions. nofold Suppress compile-time evaluation of constant floating-point expressions. rndsngl Ensure strict adherence to IEEE standard. all operations on single-precision values produce results that remain in single precision. rrm Specify run-time rounding mode. Compile with this option if the run-time rounding mode is round toward minus infinity, round toward positive infinity, or not known. rsqrt Specify whether a division by the result of a square root can be replaced with a multiply by the reciprocal of the square root. Default at -O2: -qfloat=norsqrt. Default at -O3: -qfloat=rsqrt. spnans Generate extra instructions to detect signalling NaN on conversion from single precision to double precision. Obsolete; use the equivalent -qfloat=nans option. flttrap=<opt1>:<opt2>:...:<optN> Generate instructions to detect and trap floating-point. The available options are: overflow, underflow, zerodivide, invalid, inexact, enable, imprecise. halt=<sev> Stop compiler after first phase if severity of errors detected equals or exceeds <sev>; the severity level is one of i, w, e, s, u. genpcomp[=dirname] Generate precompiled include files. See C for AIX online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=disjoint ignprag=isolated ignprag=all Ignore the aliasing pragmas disjoint and/or isolated_call. info info=all Produce additional lint-like messages. Turns on all diagnostic messages for all groups. info=<group> Produce additional lint-like messages based on <group>. cmp Possible redundancies in unsigned comparisons cnd Possible redundancies or problems in conditional expressions cns Operations involving constants. cnv Conversions dcl Consistency of declarations eff Statements with no effect enu Consistency of enum variables ext Unused external definitions gen General diagnostic messages gnr Generation of temporary variables got Use of goto statements ini Possible problems with initialization inl Functions not inlined lan Language level effects obs Obsolete features ord Unspecified order of evaluation par Unused parameters por Nonportable language constructs ppc Possible problems with using the preprocessor ppt Trace of preprocessor actions pro Missing function prototypes rea Code that cannot be reached ret Consistency of return statements trd Possible truncation or loss of data or precision tru Variable names truncated by the compiler uni Unitialized variables use Unused auto and static variables vft Generation of virtual function tables private Lists shared variables made private to a parallel loop. reduction Lists all variables that are recognized as reduction variables inside a parallel loop. initauto=<hh> Initialialize automatic storage to <hh>. <hh> is a hexadecimal value. This generates extra code and should only be used for error determination. inline=<x> This is functionally equivalent to the -Q option. ipa[=<ipa_options>] Turn on inter-procedural analysis. See C for AIX online documentation for details. isolated_call=<name1>:<name2>: ... Specify that the calls to the functions listed have no side effects. <name1> and <name2> are function names. The user may specify as many function names as necessary. langlvl=<langlvl> Specify language level to be used during compilation. <langlvl> can be ansi, saal2, saa, extended, or classic. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. prioriry=NNN optimize Same as -O. Optimize generated code using the best best combination for speed and size. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 Same as -O4. Internally generates -O3 -qipa with with automatic architecture and tuning option generation. proclocal=<name1>:<name2>: ... Specify which functions are local. If no filenames are specified, all invoked functions are assumed to be defined whithin the current file. The last explicit specification for a function takes precedence. procimported=<name1>:<name2>: ... Specify which functions are imported. If no filenames are specified, all invoked functions are assumed to be defined outside the current file. The last explicit specification for a function takes precedence. procunknown=<name1>:<name2>: ... Specify which functions are unknown to be local or imported. If no filenames are specified, all functions called are assumed to be unknown. This is the default when no user options are specified. The last explicit specification for a function takes precedence. smp[=suboption[:suboption] [ ... ]] [no]auto Enables or disables automatic parallelization. [no]explicit Enables or disables explicit parallelization. schedule=<sched_type>[=n] Specifies what kind of scheduling algorithms and chunking are used for loops to which no other scheduling algorithm has been explicitly assigned in the source code. Valid options for <sched_type> are: * dynamic[=n] * guided[=n] * static[=n] * affinity[=n] * runtime For more information, see C for AIX online documentation. [no]nested_par Enables or disables parallelization of nested parallel constructs. [no]rec_locks Specifies whether recursive or regular locks should be used to implement critical sections. spill=<size> Specify the size of the register allocation spill area. tabsize=<size> Changes the length of tabs in your source file. tbtable=<option> Generate a traceback table for each function and place it in the text segment at the end of the function code. The available options are: none No traceback table is generated. full A full traceback table is generated. This is the default with -g specified. small A traceback table is generated with no name or parameter information. This is the default when -g is NOT specified. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: 403 Produce an object optimized for all the PowerPC 403 processors. Use -qfloat=emulate to emulate the floating-point instructions omitted by the 403 processor. 601 Produce an object optimized for all the PowerPC 601 processors. 602 Produce an object optimized for all the PowerPC 602 processors. 603 Produce an object optimized for all the PowerPC 603 processors. 604 Produce an object optimized for all the PowerPC 604 processors. p2sc Produce an object optimized for all the p2sc processors. pwr Produce an object optimized for the POWER hardware platform. pwr2 Produce an object optimized for the POWER2 hardware platform. pwr2s Produce an object optimized for the POWER2 hardware platform, avoiding certain quadruple-precision instructions that would slow program performance. pwrx Same as pwr2. rs64a Produce an object optimized for the rs64a processor. rs64b Produce an object optimized for the rs64b processor. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] Use precompiled include files. See C for AIX online documentation for details. wait[=<seconds>] Specify the number of seconds to wait for a LUM license to become available. The default is to wait forever. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. For a detailed description of each option, please refer to the C for AIX online documentation. exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL) unlink: /tmp/xlcW0Lx3fya unlink: /tmp/xlcW1Lx3fyb unlink: /tmp/xlcW2Lx3fyc configure:2121: $? = 249 configure:2123: ccache cc -V </dev/null >&5 /usr/vac/bin/cc: 1501-208 command option V is missing a subargument configure:2126: $? = 40 configure:2150: checking for C compiler default output configure:2153: ccache cc conftest.c >&5 configure:2156: $? = 0 configure:2202: result: a.out configure:2207: checking whether the C compiler works configure:2213: ./a.out configure:2216: $? = 0 configure:2233: result: yes configure:2240: checking whether we are cross compiling configure:2242: result: no configure:2245: checking for suffix of executables configure:2247: ccache cc -o conftest conftest.c >&5 configure:2250: $? = 0 configure:2275: result: configure:2281: checking for suffix of object files configure:2328: result: o configure:2332: checking whether we are using the GNU C compiler configure:2379: result: no configure:2385: checking whether ccache cc accepts -g configure:2427: result: yes configure:2444: checking for ccache cc option to accept ANSI C configure:2532: result: none needed configure:2550: ccache cc -c -g conftest.c >&5 "conftest.c", line 2.3: 1506-166 (S) Definition of function choke requires parentheses. "conftest.c", line 2.9: 1506-046 (S) Syntax error. configure:2553: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2673: checking for style of include used by make configure:2701: result: GNU configure:2729: checking dependency style of ccache cc configure:2812: result: none configure:2835: checking how to run the C preprocessor configure:2953: result: ccache cc -E configure:2978: ccache cc -E conftest.c configure:2984: $? = 0 configure:3016: ccache cc -E conftest.c "configure", line 3018.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. configure:3022: $? = 1 configure: failed program was: | #line 3007 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "isc" | #define PACKAGE_TARNAME "isc" | #define PACKAGE_VERSION "1.01" | #define PACKAGE_STRING "isc 1.01" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "isc" | #define VERSION "1.01" | #define USE_MALLOC_GUARDS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3065: checking for egrep configure:3075: result: grep -E configure:3081: checking for AIX configure:3097: result: yes configure:3110: checking for library containing strerror configure:3209: result: none required configure:3216: checking for ANSI C header files configure:3366: result: yes configure:3390: checking for sys/types.h configure:3427: result: yes configure:3390: checking for sys/stat.h configure:3427: result: yes configure:3390: checking for stdlib.h configure:3427: result: yes configure:3390: checking for string.h configure:3427: result: yes configure:3390: checking for memory.h configure:3427: result: yes configure:3390: checking for strings.h configure:3427: result: yes configure:3390: checking for inttypes.h configure:3427: result: yes configure:3390: checking for stdint.h configure:3427: result: no configure:3390: checking for unistd.h configure:3427: result: yes configure:3440: checking for minix/config.h configure:3445: result: no configure:3634: checking for ranlib configure:3661: result: ranlib configure:3675: checking for ANSI C header files configure:3825: result: yes configure:3845: checking for stdlib.h configure:3850: result: yes configure:3845: checking for stdarg.h configure:3850: result: yes configure:3845: checking for stddef.h configure:3850: result: yes configure:3845: checking for string.h configure:3850: result: yes configure:3854: checking sys/select.h usability configure:3867: ccache cc -c -g conftest.c >&5 configure:3870: $? = 0 configure:3873: test -s conftest.o configure:3876: $? = 0 configure:3886: result: yes configure:3890: checking sys/select.h presence configure:3901: ccache cc -E conftest.c configure:3907: $? = 0 configure:3926: result: yes configure:3962: checking for sys/select.h configure:3969: result: yes configure:3845: checking for unistd.h configure:3850: result: yes configure:3989: checking for sys/time.h configure:3994: result: yes configure:3989: checking for stdint.h configure:3994: result: no configure:3989: checking for strings.h configure:3994: result: yes configure:4130: checking for ccache cc option to accept ANSI C configure:4218: result: none needed configure:4229: checking whether time.h and sys/time.h may both be included configure:4275: result: yes configure:4285: checking for an ANSI C-conforming const configure:4373: result: yes configure:4383: checking for inline configure:4426: result: __inline configure:4441: checking for size_t configure:4486: result: yes configure:4498: checking for socklen_t configure:4527: ccache cc -c -g conftest.c >&5 configure:4530: $? = 0 configure:4533: test -s conftest.o configure:4536: $? = 0 configure:4547: result: yes configure:4557: checking for gethostbyname configure:4627: result: yes configure:4697: checking for socket configure:4767: result: yes configure:4841: checking for inet_aton configure:4891: ccache cc -o conftest -g conftest.c >&5 configure:4894: $? = 0 configure:4897: test -s conftest configure:4900: $? = 0 configure:4911: result: yes configure:4985: checking for uint32_t configure:5019: ccache cc -c -g conftest.c >&5 configure:5022: $? = 0 configure:5025: test -s conftest.o configure:5028: $? = 0 configure:5039: result: yes configure:5774: checking for intptr_t configure:5819: result: yes configure:5822: checking for intmax_t configure:5867: result: yes configure:5870: checking for size_t configure:5915: result: yes configure:5919: checking whether ccache cc understands __attribute__((unused)) configure:5962: result: no configure:6518: checking for inet_ntop configure:6568: ccache cc -o conftest -g conftest.c >&5 configure:6571: $? = 0 configure:6574: test -s conftest configure:6577: $? = 0 configure:6588: result: yes configure:6608: checking for inet_pton configure:6658: ccache cc -o conftest -g conftest.c >&5 configure:6661: $? = 0 configure:6664: test -s conftest configure:6667: $? = 0 configure:6678: result: yes configure:6700: checking for getipnodebyname configure:6750: ccache cc -o conftest -g conftest.c >&5 ld: 0711-317 ERROR: Undefined symbol: getipnodebyname ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:6753: $? = 8 configure: failed program was: | #line 6705 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "isc" | #define PACKAGE_TARNAME "isc" | #define PACKAGE_VERSION "1.01" | #define PACKAGE_STRING "isc 1.01" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "isc" | #define VERSION "1.01" | #define USE_MALLOC_GUARDS 1 | #define _ALL_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STRINGS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define inline __inline | #define HAVE_SOCKLEN_T 1 | #define HAVE_INET_ATON 1 | #define HAVE_UINT32_T 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getipnodebyname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getipnodebyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getipnodebyname) || defined (__stub___getipnodebyname) | choke me | #else | char (*f) () = getipnodebyname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getipnodebyname; | ; | return 0; | } configure:6770: result: no configure:6700: checking for gethostbyname2 configure:6750: ccache cc -o conftest -g conftest.c >&5 configure:6753: $? = 0 configure:6756: test -s conftest configure:6759: $? = 0 configure:6770: result: yes configure:6700: checking for freehostent configure:6750: ccache cc -o conftest -g conftest.c >&5 ld: 0711-317 ERROR: Undefined symbol: freehostent ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:6753: $? = 8 configure: failed program was: | #line 6705 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "isc" | #define PACKAGE_TARNAME "isc" | #define PACKAGE_VERSION "1.01" | #define PACKAGE_STRING "isc 1.01" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "isc" | #define VERSION "1.01" | #define USE_MALLOC_GUARDS 1 | #define _ALL_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STRINGS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define inline __inline | #define HAVE_SOCKLEN_T 1 | #define HAVE_INET_ATON 1 | #define HAVE_UINT32_T 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char freehostent (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char freehostent (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_freehostent) || defined (__stub___freehostent) | choke me | #else | char (*f) () = freehostent; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != freehostent; | ; | return 0; | } configure:6770: result: no configure:6780: checking for struct sockaddr_storage configure:6806: ccache cc -c -g conftest.c >&5 "configure", line 6830.5: 1506-043 (S) The operand of the sizeof operator is not valid. configure:6809: $? = 1 configure: failed program was: | #line 6785 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "isc" | #define PACKAGE_TARNAME "isc" | #define PACKAGE_VERSION "1.01" | #define PACKAGE_STRING "isc 1.01" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "isc" | #define VERSION "1.01" | #define USE_MALLOC_GUARDS 1 | #define _ALL_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STRINGS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define inline __inline | #define HAVE_SOCKLEN_T 1 | #define HAVE_INET_ATON 1 | #define HAVE_UINT32_T 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | #include <sys/socket.h> | | int | main () | { | if ((struct sockaddr_storage *) 0) | return 0; | if (sizeof (struct sockaddr_storage)) | return 0; | ; | return 0; | } configure:6826: result: no configure:7157: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by isc config.status 1.01, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on dupond.lysator.liu.se config.status:652: creating Makefile config.status:652: creating src/Makefile config.status:652: creating man/Makefile config.status:652: creating doc/Makefile config.status:652: creating demo/Makefile config.status:777: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=__inline ac_cv_env_AR_set='' ac_cv_env_AR_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value='ccache cc' 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_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_func_alloca_works=yes ac_cv_func_crypt=yes ac_cv_func_difftime=yes ac_cv_func_freehostent=no ac_cv_func_getcwd=yes ac_cv_func_getdtablesize=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname2=yes ac_cv_func_getipnodebyname=no ac_cv_func_inet_aton=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_memchr=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memset=yes ac_cv_func_remove=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_strchr=yes ac_cv_func_strerror=yes ac_cv_func_sysconf=yes ac_cv_func_vfprintf=yes ac_cv_header_alloca_h=no ac_cv_header_crypt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=yes ac_cv_lib_authuser_auth_tcpuser3=no ac_cv_lib_fl_yywrap=no ac_cv_lib_i_setlocale=no ac_cv_lib_l_yywrap=yes ac_cv_lib_resolv_main=no ac_cv_objext=o ac_cv_path_AR=/usr/ccs/bin/ar ac_cv_path_PYTHON=/usr/local/bin/python ac_cv_path_install='/usr/local/bin/install -c' ac_cv_prog_AWK=nawk ac_cv_prog_BISON=bison ac_cv_prog_CPP='ccache cc -E' ac_cv_prog_FLEX=flex ac_cv_prog_LEX=flex ac_cv_prog_SED=sed ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC='ccache cc' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' ac_cv_type_intmax_t=yes ac_cv_type_intptr_t=yes ac_cv_type_pid_t=yes ac_cv_type_rlim_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_struct_sockaddr_storage=no ac_cv_type_uint32_t=yes ac_cv_working_alloca_h=no am_cv_CC_dependencies_compiler_type=none am_cv_prog_cc_stdc='' am_cv_python_platform=aix4 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.2/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.2/site-packages' am_cv_python_version=2.2 cmod_cv_c_working_attribute_unused=no kom_cv_c_attribute_format_printf=no kom_cv_c_attribute_noreturn=no kom_cv_func_rlimit_nofile=yes kom_cv_header_posix_source_needed=no kom_cv_struct_sigaction=yes kom_cv_sys_hpux_source=no kom_cv_type_sig_atomic_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run aclocal-1.7' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run tar' AR='/usr/ccs/bin/ar' AUTOCONF='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run autoconf' AUTOHEADER='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run autoheader' AUTOMAKE='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run automake-1.7' AWK='nawk' CC='ccache cc' CCDEPMODE='depmode=none' CFLAGS='-g' CHECKER='' CPP='ccache cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -D_ALL_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -Dinline=__inline -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 ' DEPDIR='.deps' ECHO_C='ECHO_N='' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/missing --run makeinfo' OBJEXT='o' PACKAGE='isc' PACKAGE_BUGREPORT='' PACKAGE_NAME='isc' PACKAGE_STRING='isc 1.01' PACKAGE_TARNAME='isc' PACKAGE_VERSION='1.01' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.01' ac_ct_CC='ccache cc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/lyskom-server-2.0.7/src/libraries/libisc-new/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/home/xenofarm/xenofarm/client/lyskom-server/dupond.lysator.liu.se/buildtmp/dist/pfx' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETHOSTBYNAME2 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_PTON 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SOCKLEN_T 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UINT32_T 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "isc" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "isc" #define PACKAGE_STRING "isc 1.01" #define PACKAGE_TARNAME "isc" #define PACKAGE_VERSION "1.01" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define USE_MALLOC_GUARDS 1 #define VERSION "1.01" #define _ALL_SOURCE 1 #define inline __inline configure: exit 0