This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by argp configure standalone-1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure -C --with-include-path=/usr/local/include:/usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/pfx/include --with-lib-path=/usr/local/lib:/usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/pfx/lib --prefix=/usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/pfx ## --------- ## ## 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:1222: creating cache config.cache configure:1353: checking for a BSD-compatible install configure:1408: result: /usr/local/bin/install -c configure:1419: checking whether build environment is sane configure:1462: result: yes configure:1519: checking for gawk configure:1548: result: no configure:1519: checking for mawk configure:1548: result: no configure:1519: checking for nawk configure:1535: found /usr/bin/nawk configure:1545: result: nawk configure:1555: checking whether make sets $(MAKE) configure:1575: result: yes configure:1800: checking for gcc configure:1826: result: cc configure:2070: checking for C compiler version configure:2073: cc --version </dev/null >&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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. configure:2076: $? = 249 configure:2078: cc -v </dev/null >&5 exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL) 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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. unlink: /tmp/xlcW0JCynia unlink: /tmp/xlcW1JCynib unlink: /tmp/xlcW2JCynic configure:2081: $? = 249 configure:2083: cc -V </dev/null >&5 /usr/bin/pg /usr/vac/exe/default_msg/vac.help 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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. rm /tmp/xlcW0JCynqa rm /tmp/xlcW1JCynqb rm /tmp/xlcW2JCynqc configure:2086: $? = 249 configure:2109: checking for C compiler default output file name configure:2112: cc conftest.c >&5 configure:2115: $? = 0 configure:2161: result: a.out configure:2166: checking whether the C compiler works configure:2172: ./a.out configure:2175: $? = 0 configure:2192: result: yes configure:2199: checking whether we are cross compiling configure:2201: result: no configure:2204: checking for suffix of executables configure:2206: cc -o conftest conftest.c >&5 configure:2209: $? = 0 configure:2234: result: configure:2240: checking for suffix of object files configure:2261: cc -c conftest.c >&5 configure:2264: $? = 0 configure:2286: result: o configure:2290: checking whether we are using the GNU C compiler configure:2314: cc -c conftest.c >&5 "conftest.c", line 17.14: 1506-275 (S) Unexpected text me encountered. "conftest.c", line 17.8: 1506-045 (S) Undeclared identifier choke. configure:2320: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2346: result: no configure:2352: checking whether cc accepts -g configure:2373: cc -c -g conftest.c >&5 configure:2379: $? = 0 configure:2383: test -z || test ! -s conftest.err configure:2386: $? = 0 configure:2389: test -s conftest.o configure:2392: $? = 0 configure:2403: result: yes configure:2420: checking for cc option to accept ANSI C configure:2490: cc -c -g conftest.c >&5 configure:2496: $? = 0 configure:2500: test -z || test ! -s conftest.err configure:2503: $? = 0 configure:2506: test -s conftest.o configure:2509: $? = 0 configure:2527: result: none needed configure:2545: 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:2551: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2695: checking for style of include used by make configure:2723: result: GNU configure:2751: checking dependency style of cc configure:2834: result: aix configure:2851: checking whether make sets $(MAKE) configure:2871: result: yes configure:2921: checking for ranlib configure:2937: found /usr/ccs/bin/ranlib configure:2948: result: ranlib configure:3006: checking for gcc configure:3032: result: cc configure:3276: checking for C compiler version configure:3279: cc --version </dev/null >&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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. configure:3282: $? = 249 configure:3284: cc -v </dev/null >&5 exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL) 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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. unlink: /tmp/xlcW0UhybMa unlink: /tmp/xlcW1UhybMb unlink: /tmp/xlcW2UhybMc configure:3287: $? = 249 configure:3289: cc -V </dev/null >&5 /usr/bin/pg /usr/vac/exe/default_msg/vac.help 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<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<filename> Passes to the linkage editor the filename of a file containing a list of input files to be processed. -F<x>[:<stanza>] Use alternate configuration file <x> with optional <stanza>. If <stanza> 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<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 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 <Currently not supported> (C) Equivalent to -O3 -qipa with automatic generation of architecture and tuning option ideal for that platform. -O5 <Currently not supported> (C) Equivalent to -O3 -qipa=level=2 with automatic generation of architecture and tuning option ideal for that platform. -p <Currently not supported> Generate profiling support code. Same as -qprofile=p. -pg <Currently not supported> 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<x>, -qinline<x> (C) Inline all appropriate functions where x can be one of the following: ! Not inline any function (equivalent to -qnoinline) =<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 Produce the output file without linking any library. -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 (C++) f = C++ name demangler utility (C++) <Currently not supported> I = inter-procedural analysis - compile phase. <Currently not supported> 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,m,f> -y<x> <Currently not supported> 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 xlC command. Options without parameters: 32 Selects 32-bit compiler mode. (default) 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 (C) 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. Same as -qsymtab=unref. digraph Allow special digraph dollar Allow '$' as an identifier character flttrap <Currently not supported> 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. heapdebug <Currently not supported> Enables debug versions of memory management functions. idirfirst Specify the search order for files included with the #include "file_name" directive. Use -qidirfirst 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 <Currently not supported> 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. libansi Assumes that all functions with the name 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. nolongdouble Decrease long double size from 80 to 64 bits. longlit Changes implicit type selection for integer constants in 64-bit mode. 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. 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. (If -qnooptimize is specified, it is equivalent to -qoptimize=0.) pascal Accept and ignore the keyword 'pascal' as a type modifier. pdf1, pdf2 <Currently not supported> Perform aggressive optimizations with profile directed feedback. phsinfo Produce compiler phase information; output goes to stdout. proto (C) 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. rwvftable <Currently not supported> (C++) Place virtual function tables into read/write memory. 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). Same as -qsymtab=static. 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. The default is "nostrict_induction" at -O2 or higher and "strict_induction" otherwise. "nostrict_induction" is recomended if your program does not have overflows or wrap arounds of loop induction variables. syntaxonly Causes the compiler to perform syntax checking without generating an object file. tempinc (C++) Automatically generate template functions in the "tempinc" subdirectory. Use the "notempinc" option to suppress this behaviour. unique (C++) Generates unique names for static constructor/destructor file compilation units. upconv (C) Preserves the unsigned specification when performing integral promotions. vftable (C++) Force virtual function tables to be generated in this compilation unit. The default is to define the virtual function table for a class where the first non-inline virtual member function is declared. If -qnovftable is specified, then no virtual function tables are produced. warn64 Enables checking for possible pointer-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: aggrcopy=[no]overlap Asserts whether source and destination of aggregate assignments overlap. 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> <Currently not supported> arch=<option> Specifies the architecture on which the executable program will be run. The available options are: ia64 Produce an object that contains instructions that will run on all the IA64 hardware platform itanium Produce an object that contains instructions that will run on Itanium hardware platform The default is -qarch=ia64. If the -qarch option is specified without the -qtune=<option>, the compiler uses the default -qtune value for the specified Architecture, which is currently -qtune=itanium. 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 (default) chars=unsigned Specify whether the data type char will be signed or unsigned. check=<option> <Currently not supported> 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. cinc=<prefix> (C++) Include files from directories starting with <prefix> have the tokens 'extern "C" {' inserted before the file and '}' after it. 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, (C++)intlong, 1, 2, 4 or 8. small denotes that either one, two, four or eight (valid in 64-bit mode only) 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. intlong (C++) specifies that enumerations occupy 8 bytes of storage and are represented by long, if -q64 is specified and the range of the enum constants exceed the limit for int. 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. 8 will cause enum variables to be packed into 8 bytes. (enum=8 is valid in 64-bit mode only) 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: 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 float 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. reduced Uses a reduced set of floating point registers. 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. flttrap=<opt1>:<opt2>:...:<optN> <Currently not supported> 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] <Currently not supported> (C) Generate precompiled include files. See online documentation for details. genproto=<parmnames> Produces ANSI prototypes from K&R function definitions. ignprag=<option> The available options are: disjoint Ignore pragma disjoint. isolated Ignore pragma isolated_call. omp (C) Ignore OpenMP parallel processing pragmas. ibm (C) Ignore IBM parallel processing pragmas. all Ignore all the above pragmas. info info=all Produce additional lint-like messages. For C, it turns on all diagnostic messages for all groups. For C++, it turns on all diagnostic messages for all groups, except ppt. 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 Uninitialized variables use Unused auto and static variables vft (C++) Generation of virtual function tables private (C) Lists shared variables made private to a parallel loop. reduction (C) 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>] <Currently not supported> (C) Turn on inter-procedural analysis. See 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>:<feature>:... Specify language level and/or features to be enabled during compilation. <langlvl> (C) can be ansi, saal2, saa, extended, or classic. <langlvl> (C++) can be ansi/strict98, compat366, or extended. <feature> can be: [no]ucs enables or disables support for universal character names. <feature> (C++) can be: typedefclass allows typedef names to be used in base specifiers and in memory initializers. anonstruct allows anonymous structs. ansifor allows new ANSI scopes are to be used for variables declared in for-init-statements. oldfriend allows friend declarations without elaborated classnames. oldmath prevents the inclusion of new ANSI math functions in <math.h>. oldstr prevents the inclusion of new string functions in <cstring>. oldtempacc suppresses copy-constructor access checking for eliminated temporaries. oldtmplspec allows old-style template specializations. anonunion allows non-data members in anonymous unions. Member functions are not allowed. illptom allows ill-formed pointer to member expressions. implicitint allows implicit int newexcp determines whether the system operator new (other than the nothrow variants) throw the standard exception std::bad_alloc when the requested allocation fails. offsetnonpod allows offsetof() to be used with non-POD (plain ol' data) classes. olddigraph support old-style digraphs redefmac specifies whether a macro can be redefined without a prior #undef or an undefine() option trailenum allows trailing enum commas. zeroextarray allows a zero-extent array as the last non-static data member of a struct. longdouble=64|80 Set the long double to either 64 bit or 80 bit. Default: -qlongdouble=64 maxerr=<num>[:<sev>] Instructs the compiler to halt compilation when <num> errors of <sev> or greater severity is reached. The default for <sev> is current value of the -qhalt option. maxmem=<num> Limit the amount of memory used by space intensive optimizations to <num>. <num> specified in kilobytes. priority=<num> (C++) Specifies the priority level for the initialization of static constructors. optimize=<level> Enables different levels of optimization. 2 Same as -O and -qoptimize. 3 Same as -O3. Aggresive optimization. 4 <Currently not supported> (C) Same as -O4. Internally generates -O3 -qipa with automatic architecture and tuning option generation. 5 <Currently not supported> (C) Same as -O5. Internally generates -O3 -qipa=level=2 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 within 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. profile=<option> <Currently not supported> Sets up the object files produced by the compiler for profiling. The available options are: ibm Generate profiling support code for use with the Performance Analysis tool in VisualAge C++. p Generate profiling support code. Same as -p. pg Generate profiling support code including BSD profiling support. Same as -pq. rtti=<option> (C++) Use this option to generate run-time type identification (RTTI) information for the typeid operator and the dynamic_cast operator. all The compiler generates the information needed for the RTTI typeid and dynamic_cast operators. type | typeinfo The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated. dyna | dynamiccast The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated. smp[=suboption[:suboption] [ ... ]] (C) <Currently not supported> [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 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. [no]omp Enables or disables strict OpenMP mode. suppress=<msg_num>:<msg_num>... Suppress compiler messages. nosuppress=<msg_num>:<msg_num>... (C++) Don't suppress compiler messages. nosuppress (C) Don't suppress compiler messages. symtab=<options> Controls symbol table. The available options are: unref Specifies that all typedef declarations, struct, union, and enum type definitions are included for processing by the debugger. Same as -qdbxextra. static 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). Same as -qstatsym. tabsize=<size> Changes the length of tabs in your source file. tune=<option> Specifies the architecture system for which the executable program is optimized. The available options are: itanium Produce an object optimized for Itanium processor. tempinc[=<directory>] (C++) Automatically generate template functions in the specified directory. Use the "notempinc" option to suppress this behaviour. tempmax=<number> (C++) Specify the maximum number of files to be created in the tempinc directory for each template file. The default is 1. unroll[=n] Allow the optimizer to unroll loops. usepcomp[=dirname] <Currently not supported> Use precompiled include files. See online documentation for details. xref=full Produce a cross-reference listing containing all names, whether referenced or not; output goes to .lst file. Environment Variables 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by configuration file or command-line options Setting not set 32-bit compiler mode. 32 32-bit compiler mode. 64 64-bit compiler mode. 32_64 Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. any other Fatal error and stop, unless an explicit configuration file or command-line compiler-mode setting exists. For a detailed description of each option, please refer to the online documentation. rm /tmp/xlcW0UhybUa rm /tmp/xlcW1UhybUb rm /tmp/xlcW2UhybUc configure:3292: $? = 249 configure:3295: checking whether we are using the GNU C compiler configure:3351: result: no configure:3357: checking whether cc accepts -g configure:3408: result: yes configure:3425: checking for cc option to accept ANSI C configure:3532: result: none needed configure:3550: 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:3556: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3691: checking dependency style of cc configure:3774: result: aix configure:3810: checking how to run the C preprocessor configure:3845: cc -E conftest.c configure:3851: $? = 0 configure:3883: cc -E conftest.c "conftest.c", line 12.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. configure:3889: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3928: result: cc -E configure:3952: cc -E conftest.c configure:3958: $? = 0 configure:3990: cc -E conftest.c "conftest.c", line 12.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. configure:3996: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4040: checking for egrep configure:4050: result: grep -E configure:4055: checking for ANSI C header files configure:4080: cc -c -g conftest.c >&5 configure:4086: $? = 0 configure:4090: test -z || test ! -s conftest.err configure:4093: $? = 0 configure:4096: test -s conftest.o configure:4099: $? = 0 configure:4188: cc -o conftest -g conftest.c >&5 configure:4191: $? = 0 configure:4193: ./conftest configure:4196: $? = 0 configure:4211: result: yes configure:4235: checking for sys/types.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for sys/stat.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for stdlib.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for string.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for memory.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for strings.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for inttypes.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4235: checking for stdint.h configure:4251: cc -c -g conftest.c >&5 "conftest.c", line 55.10: 1506-296 (S) #include file <stdint.h> not found. configure:4257: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | | #include <stdint.h> configure:4281: result: no configure:4235: checking for unistd.h configure:4251: cc -c -g conftest.c >&5 configure:4257: $? = 0 configure:4261: test -z || test ! -s conftest.err configure:4264: $? = 0 configure:4267: test -s conftest.o configure:4270: $? = 0 configure:4281: result: yes configure:4311: checking limits.h usability configure:4323: cc -c -g conftest.c >&5 configure:4329: $? = 0 configure:4333: test -z || test ! -s conftest.err configure:4336: $? = 0 configure:4339: test -s conftest.o configure:4342: $? = 0 configure:4352: result: yes configure:4356: checking limits.h presence configure:4366: cc -E conftest.c configure:4372: $? = 0 configure:4392: result: yes configure:4427: checking for limits.h configure:4434: result: yes configure:4311: checking malloc.h usability configure:4323: cc -c -g conftest.c >&5 configure:4329: $? = 0 configure:4333: test -z || test ! -s conftest.err configure:4336: $? = 0 configure:4339: test -s conftest.o configure:4342: $? = 0 configure:4352: result: yes configure:4356: checking malloc.h presence configure:4366: cc -E conftest.c configure:4372: $? = 0 configure:4392: result: yes configure:4427: checking for malloc.h configure:4434: result: yes configure:4302: checking for unistd.h configure:4307: result: yes configure:4311: checking sysexits.h usability configure:4323: cc -c -g conftest.c >&5 configure:4329: $? = 0 configure:4333: test -z || test ! -s conftest.err configure:4336: $? = 0 configure:4339: test -s conftest.o configure:4342: $? = 0 configure:4352: result: yes configure:4356: checking sysexits.h presence configure:4366: cc -E conftest.c configure:4372: $? = 0 configure:4392: result: yes configure:4427: checking for sysexits.h configure:4434: result: yes configure:4311: checking stdarg.h usability configure:4323: cc -c -g conftest.c >&5 configure:4329: $? = 0 configure:4333: test -z || test ! -s conftest.err configure:4336: $? = 0 configure:4339: test -s conftest.o configure:4342: $? = 0 configure:4352: result: yes configure:4356: checking stdarg.h presence configure:4366: cc -E conftest.c configure:4372: $? = 0 configure:4392: result: yes configure:4427: checking for stdarg.h configure:4434: result: yes configure:4449: checking for an ANSI C-conforming const configure:4516: cc -c -g conftest.c >&5 "conftest.c", line 34.17: 1506-359 (I) Automatic variable x contains a const member and is not initialized. It will be initialized to zero. configure:4522: $? = 0 configure:4526: test -z || test ! -s conftest.err configure:4529: $? = 0 configure:4532: test -s conftest.o configure:4535: $? = 0 configure:4546: result: yes configure:4556: checking for inline configure:4577: cc -c -g conftest.c >&5 "conftest.c", line 28.35: 1506-277 (S) Syntax error: possible missing ';' or ','? "conftest.c", line 28.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline. configure:4583: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:4577: cc -c -g conftest.c >&5 "conftest.c", line 28.39: 1506-277 (S) Syntax error: possible missing ';' or ','? "conftest.c", line 28.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for __inline__. configure:4583: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:4577: cc -c -g conftest.c >&5 configure:4583: $? = 0 configure:4587: test -z || test ! -s conftest.err configure:4590: $? = 0 configure:4593: test -s conftest.o configure:4596: $? = 0 configure:4608: result: __inline configure:4627: checking for size_t configure:4651: cc -c -g conftest.c >&5 configure:4657: $? = 0 configure:4661: test -z || test ! -s conftest.err configure:4664: $? = 0 configure:4667: test -s conftest.o configure:4670: $? = 0 configure:4681: result: yes configure:4694: checking for __attribute__ configure:4725: cc -c -g conftest.c >&5 "conftest.c", line 36.23: 1506-277 (S) Syntax error: possible missing ';' or ','? "conftest.c", line 38.13: 1506-282 (S) The type of the parameters must be specified in a prototype. configure:4731: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | /* end confdefs.h. */ | | #include <stdlib.h> | | int | main () | { | | static void foo(void) __attribute__ ((noreturn)); | | static void __attribute__ ((noreturn)) | foo(void) | { | exit(1); | } | | ; | return 0; | } configure:4755: result: no configure:4773: checking for working alloca.h configure:4794: cc -o conftest -g conftest.c >&5 configure:4800: $? = 0 configure:4804: test -z || test ! -s conftest.err configure:4807: $? = 0 configure:4810: test -s conftest configure:4813: $? = 0 configure:4825: result: yes configure:4835: checking for alloca configure:4876: cc -o conftest -g conftest.c >&5 configure:4882: $? = 0 configure:4886: test -z || test ! -s conftest.err configure:4889: $? = 0 configure:4892: test -s conftest configure:4895: $? = 0 configure:4907: result: yes configure:5134: checking for vprintf configure:5191: cc -o conftest -g conftest.c >&5 configure:5197: $? = 0 configure:5201: test -z || test ! -s conftest.err configure:5204: $? = 0 configure:5207: test -s conftest configure:5210: $? = 0 configure:5222: result: yes configure:5229: checking for _doprnt configure:5286: cc -o conftest -g conftest.c >&5 configure:5292: $? = 0 configure:5296: test -z || test ! -s conftest.err configure:5299: $? = 0 configure:5302: test -s conftest configure:5305: $? = 0 configure:5317: result: yes configure:5338: checking for strerror configure:5395: cc -o conftest -g conftest.c >&5 configure:5401: $? = 0 configure:5405: test -z || test ! -s conftest.err configure:5408: $? = 0 configure:5411: test -s conftest configure:5414: $? = 0 configure:5426: result: yes configure:5338: checking for sleep configure:5395: cc -o conftest -g conftest.c >&5 configure:5401: $? = 0 configure:5405: test -z || test ! -s conftest.err configure:5408: $? = 0 configure:5411: test -s conftest configure:5414: $? = 0 configure:5426: result: yes configure:5338: checking for getpid configure:5395: cc -o conftest -g conftest.c >&5 configure:5401: $? = 0 configure:5405: test -z || test ! -s conftest.err configure:5408: $? = 0 configure:5411: test -s conftest configure:5414: $? = 0 configure:5426: result: yes configure:5338: checking for snprintf configure:5395: cc -o conftest -g conftest.c >&5 configure:5401: $? = 0 configure:5405: test -z || test ! -s conftest.err configure:5408: $? = 0 configure:5411: test -s conftest configure:5414: $? = 0 configure:5426: result: yes configure:5445: checking for mempcpy configure:5502: cc -o conftest -g conftest.c >&5 Undefined first referenced symbol in file mempcpy conftest.o ld: ERROR: Symbol referencing errors. No output written to conftest configure:5508: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define mempcpy innocuous_mempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mempcpy (); 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 | | #undef mempcpy | | /* 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 mempcpy (); | /* 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_mempcpy) || defined (__stub___mempcpy) | choke me | #else | char (*f) () = mempcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mempcpy; | ; | return 0; | } configure:5533: result: no configure:5445: checking for strndup configure:5502: cc -o conftest -g conftest.c >&5 configure:5508: $? = 0 configure:5512: test -z || test ! -s conftest.err configure:5515: $? = 0 configure:5518: test -s conftest configure:5521: $? = 0 configure:5533: result: yes configure:5445: checking for strchrnul configure:5502: cc -o conftest -g conftest.c >&5 Undefined first referenced symbol in file strchrnul conftest.o ld: ERROR: Symbol referencing errors. No output written to conftest configure:5508: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | /* end confdefs.h. */ | /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strchrnul innocuous_strchrnul | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strchrnul (); 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 | | #undef strchrnul | | /* 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 strchrnul (); | /* 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_strchrnul) || defined (__stub___strchrnul) | choke me | #else | char (*f) () = strchrnul; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strchrnul; | ; | return 0; | } configure:5533: result: no configure:5445: checking for strcasecmp configure:5502: cc -o conftest -g conftest.c >&5 configure:5508: $? = 0 configure:5512: test -z || test ! -s conftest.err configure:5515: $? = 0 configure:5518: test -s conftest configure:5521: $? = 0 configure:5533: result: yes configure:5445: checking for vsnprintf configure:5502: cc -o conftest -g conftest.c >&5 configure:5508: $? = 0 configure:5512: test -z || test ! -s conftest.err configure:5515: $? = 0 configure:5518: test -s conftest configure:5521: $? = 0 configure:5533: result: yes configure:5562: checking for putc_unlocked('x', stdout) configure:5583: cc -o conftest -g conftest.c >&5 configure:5589: $? = 0 configure:5593: test -z || test ! -s conftest.err configure:5596: $? = 0 configure:5599: test -s conftest configure:5602: $? = 0 configure:5614: result: yes configure:5632: checking for flockfile configure:5689: cc -o conftest -g conftest.c >&5 configure:5695: $? = 0 configure:5699: test -z || test ! -s conftest.err configure:5702: $? = 0 configure:5705: test -s conftest configure:5708: $? = 0 configure:5720: result: yes configure:5735: checking for fputs_unlocked configure:5792: cc -o conftest -g conftest.c >&5 Undefined first referenced symbol in file fputs_unlocked conftest.o ld: ERROR: Symbol referencing errors. No output written to conftest configure:5798: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | /* end confdefs.h. */ | /* Define fputs_unlocked to an innocuous variant, in case <limits.h> declares fputs_unlocked. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fputs_unlocked innocuous_fputs_unlocked | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fputs_unlocked (); 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 | | #undef fputs_unlocked | | /* 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 fputs_unlocked (); | /* 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_fputs_unlocked) || defined (__stub___fputs_unlocked) | choke me | #else | char (*f) () = fputs_unlocked; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fputs_unlocked; | ; | return 0; | } configure:5823: result: no configure:5735: checking for fwrite_unlocked configure:5792: cc -o conftest -g conftest.c >&5 Undefined first referenced symbol in file fwrite_unlocked conftest.o ld: ERROR: Symbol referencing errors. No output written to conftest configure:5798: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | /* end confdefs.h. */ | /* Define fwrite_unlocked to an innocuous variant, in case <limits.h> declares fwrite_unlocked. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fwrite_unlocked innocuous_fwrite_unlocked | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fwrite_unlocked (); 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 | | #undef fwrite_unlocked | | /* 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 fwrite_unlocked (); | /* 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_fwrite_unlocked) || defined (__stub___fwrite_unlocked) | choke me | #else | char (*f) () = fwrite_unlocked; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fwrite_unlocked; | ; | return 0; | } configure:5823: result: no configure:5840: checking for strdup configure:5897: cc -o conftest -g conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest configure:5916: $? = 0 configure:5928: result: yes configure:5840: checking for asprintf configure:5897: cc -o conftest -g conftest.c >&5 Undefined first referenced symbol in file asprintf conftest.o ld: ERROR: Symbol referencing errors. No output written to conftest configure:5903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define asprintf to an innocuous variant, in case <limits.h> declares asprintf. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define asprintf innocuous_asprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char asprintf (); 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 | | #undef asprintf | | /* 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 asprintf (); | /* 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_asprintf) || defined (__stub___asprintf) | choke me | #else | char (*f) () = asprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != asprintf; | ; | return 0; | } configure:5928: result: no configure:5939: checking whether program_invocation_name is declared configure:5964: cc -c -g conftest.c >&5 "conftest.c", line 49.22: 1506-045 (S) Undeclared identifier program_invocation_name. configure:5970: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | #include <errno.h> | | int | main () | { | #ifndef program_invocation_name | char *p = (char *) program_invocation_name; | #endif | | ; | return 0; | } configure:5994: result: no configure:6010: checking whether program_invocation_short_name is declared configure:6035: cc -c -g conftest.c >&5 "conftest.c", line 50.22: 1506-045 (S) Undeclared identifier program_invocation_short_name. configure:6041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "argp" | #define PACKAGE_TARNAME "argp" | #define PACKAGE_VERSION "standalone-1.3" | #define PACKAGE_STRING "argp standalone-1.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "argp" | #define VERSION "standalone-1.3" | #define _GNU_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 HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #ifndef __cplusplus | #define inline __inline | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_STRERROR 1 | #define HAVE_SLEEP 1 | #define HAVE_GETPID 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_STRDUP 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | /* end confdefs.h. */ | #include <errno.h> | | int | main () | { | #ifndef program_invocation_short_name | char *p = (char *) program_invocation_short_name; | #endif | | ; | return 0; | } configure:6065: result: no configure:6217: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by argp config.status standalone-1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lukushion.roxen.com config.status:691: creating Makefile config.status:691: creating testsuite/Makefile config.status:795: creating config.h config.status:1143: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=__inline ac_cv_env_CC_set=set ac_cv_env_CC_value=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__doprnt=yes ac_cv_func_alloca_works=yes ac_cv_func_asprintf=no ac_cv_func_call_putc_unlocked=yes ac_cv_func_flockfile=yes ac_cv_func_fputs_unlocked=no ac_cv_func_fwrite_unlocked=no ac_cv_func_getpid=yes ac_cv_func_mempcpy=no ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchrnul=no ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strndup=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_decl_program_invocation_name=no ac_cv_have_decl_program_invocation_short_name=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sysexits_h=yes ac_cv_header_unistd_h=yes ac_cv_objext=o ac_cv_path_install='/usr/local/bin/install -c' ac_cv_prog_AWK=nawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_CC=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_make_make_set=yes ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=aix am_cv_prog_cc_stdc='' lsh_cv_c_attribute=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run aclocal-1.8' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run tar' AUTOCONF='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run autoconf' AUTOHEADER='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run autoheader' AUTOMAKE='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run automake-1.8' AWK='nawk' CC='cc' CCDEPMODE='depmode=aix' CFLAGS='-g' CPP='cc -E' CPPFLAGS=' -I.' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' 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=' mempcpy$U.o strchrnul$U.o' LIBS='' LTLIBOBJS=' mempcpy$U.lo strchrnul$U.lo' MAKEINFO='${SHELL} /usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/missing --run makeinfo' OBJEXT='o' PACKAGE='argp' PACKAGE_BUGREPORT='' PACKAGE_NAME='argp' PACKAGE_STRING='argp standalone-1.3' PACKAGE_TARNAME='argp' PACKAGE_VERSION='standalone-1.3' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='standalone-1.3' ac_ct_CC='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='/usr/local/xenofarm/lsh/lukushion.roxen.com/buildtmp/dist/lsh-2.0/src/argp/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/xenofarm/lsh/lukushion.roxen.com/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_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 #define HAVE_DOPRNT 1 #define HAVE_FLOCKFILE 1 #define HAVE_GETPID 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_PUTC_UNLOCKED 1 #define HAVE_SLEEP 1 #define HAVE_SNPRINTF 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNDUP 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define PACKAGE "argp" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "argp" #define PACKAGE_STRING "argp standalone-1.3" #define PACKAGE_TARNAME "argp" #define PACKAGE_VERSION "standalone-1.3" #define STDC_HEADERS 1 #define VERSION "standalone-1.3" #define _GNU_SOURCE 1 #define inline __inline #endif #ifndef __cplusplus configure: exit 0