You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/10/28 20:02:48 UTC

DO NOT REPLY [Bug 31942] New: - Problem Compiling httpd-2.0.52 and Openssl-0.9.7d

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31942>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31942

Problem Compiling httpd-2.0.52 and Openssl-0.9.7d

           Summary: Problem Compiling httpd-2.0.52 and Openssl-0.9.7d
           Product: Apache httpd-2.0
           Version: 2.0.52
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: simon_lessard@canammanac.com


Hi everyone,
I am trying to compile Apache 2.0.52 / mod_ssl  with Openssl 0.9.7d on Aix
machine and I do not have any success so far. 

I used the instructions that were in the document "Apache 2.0 on AIX" at 

           http://www.apache.org/~trawick/apache-2-on-aix.html 

I have tried with the Compiler GCC 3.3.3,IBM xlc_r and IBM cc_r Version 5
without  any success 

===================================================================
The GCC 3.3.3 gave me this error message and do not produce the executable program :
        /usr/include/pthread.h:XXX: parse error before `*'
===================================================================
What follow are the steps from my last compile using  "cc_r" compiler

===================================================================
Script used to compile openssl 0.9.7d

#!/bin/ksh
 
/usr/bin/clear
 
# ./config --prefix=/dc02prog/openssl7d --openssldir=/dc02prog/openssl7d
 
./config --prefix=/dc02prog/openssl_7d --openssldir=/dc02prog/openssl_7d threads
no-shared no-dso no-asm
 
# echo "Ready to MAKE or Ctrl-C...? \c"
# read xx
 
make
 
echo "Ready to MAKE INSTALL "
# make install

===================================================================

Scrirpts use to compile Apahce 2.0

#/bin/sh
 
echo "script for automatic building of apache 2.0.52s"
 
#            --with-mpm=worker                             \  # Thread
#            --with-mpm=prefork                            \  # Linux
 
# CC=xlc_r ./configure                                                   \
# CC=cc_r LDFLAGS="-bloadmap -bnoquiet"  ./configure                     \
# CC=cc_r LDFLAGS="-bloadmap"  ./configure                     \
 
CC=cc_r LDFLAGS="-bnoquiet"  ./configure                     \
            --prefix=/dc02prog/apache_2052s                            \
            --with-mpm=worker                                          \
            --with-expat=`pwd`/srclib/apr-util/xml/expat               \
            --with-ssl=/dc02prog/openssl7d                             \
            --enable-ssl=static                                        \
            --enable-access=static                                     \
            --enable-actions=static                                    \
            --enable-alias=static                                      \
            --enable-asis=static                                       \
            --enable-auth=static                                       \
            --enable-autoindex=static                                  \
            --enable-cgi=static                                        \
            --enable-dir=static                                        \
            --enable-env=static                                        \
            --enable-imap=static                                       \
            --enable-include=static                                    \
            --enable-log_config=static                                 \
            --enable-mime=static                                       \
            --enable-negotiation=static                                \
            --enable-setenvif=static                                   \
            --enable-userdir=static                                    \
            --enable-so=static                                         \
            --enable-layout=Apache                                     \
            --enable-auth_anon=shared                                  \
            --enable-auth_dbm=shared                                   \
            --enable-auth_digest=shared                                \
            --enable-cache=shared                                      \
            --enable-cern_meta=shared                                  \
            --enable-cgid=shared                                       \
            --enable-charset_lite=shared                               \
            --enable-dav=shared                                        \
            --enable-dav-fs=shared                                     \
            --enable-echo=shared                                       \
            --enable-example=shared                                    \
            --enable-expires=shared                                    \
            --enable-ext_filter=shared                                 \
            --enable-file_cache=shared                                 \
            --enable-headers=shared                                    \
            --enable-info=shared                                       \
            --enable-mime_magic=shared                                 \
            --enable-proxy=shared                                      \
            --enable-rewrite=shared                                    \
            --enable-speling=shared                                    \
            --enable-status=shared                                     \
            --enable-suexec=shared                                     \
            --enable-unique_id=shared                                  \
            --enable-usertrack=shared                                  \
            --enable-vhost_alias=shared                                \
            --enable-mods-shared=all
 
#            --enable-deflate=shared                                    \
#            --enable-isapi=shared                                      \
#            --enable-mpm_prefork=static                                \
#            --enable-mpm_common=shared                                 \
#            --enable-mpm_perchild=shared                               \
#            --enable-mpm_worker=shared                                 \
#            --enable-ldap=shared                                       \
#            --enable-auth_ldap=shared                                  \
 
echo "apache 2.0.52s has been configured... now to make"
make
echo "apache 2.0.52s has been made now to make install"
# make install

===================================================================

>From config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was
 
  $ ./configure --prefix=/dc02prog/apache_2052s --with-mpm=worker --with-expat=/
home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat --with-ssl=/dc0
2prog/openssl7d --enable-ssl=static --enable-access=static --enable-actions=stat
ic --enable-alias=static --enable-asis=static --enable-auth=static --enable-auto
index=static --enable-cgi=static --enable-dir=static --enable-env=static --enabl
e-imap=static --enable-include=static --enable-log_config=static --enable-mime=s
tatic --enable-negotiation=static --enable-setenvif=static --enable-userdir=stat
ic --enable-so=static --enable-layout=Apache --enable-auth_anon=shared --enable-
auth_dbm=shared --enable-auth_digest=shared --enable-cache=shared --enable-cern_
meta=shared --enable-cgid=shared --enable-charset_lite=shared --enable-dav=share
d --enable-dav-fs=shared --enable-echo=shared --enable-example=shared --enable-e
xpires=shared --enable-ext_filter=shared --enable-file_cache=shared --enable-hea
ders=shared --enable-info=shared --enable-mime_magic=shared --enable-proxy=share
d --enable-rewrite=shared --enable-speling=shared --enable-status=shared --enabl
e-suexec=shared --enable-unique_id=shared --enable-usertrack=shared --enable-vho
st_alias=shared --enable-mods-shared=all
 
## --------- ##
## Platform. ##
## --------- ##
 
hostname = dc02
uname -m = 00049D2F4C00
uname -r = 2
uname -s = AIX
uname -v = 5
 
/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown
 
/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = 5.2.0.0
/bin/universe          = unknown
 
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /root/bin
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/local
PATH: /usr/local/bin
PATH: /dc02prog/local
PATH: /dc02prog/local/bin
PATH: .
 
 
## ----------- ##
## Core tests. ##
## ----------- ##
 
configure:1584: checking for chosen layout
configure:1586: result: Apache
configure:2379: checking for working mkdir -p
configure:2395: result: yes
configure:2412: checking build system type
configure:2430: result: powerpc-ibm-aix5.2.0.0
configure:2438: checking host system type
configure:2452: result: powerpc-ibm-aix5.2.0.0
configure:2460: checking target system type
configure:2474: result: powerpc-ibm-aix5.2.0.0
configure:2503: checking for APR
configure:2563: result: reconfig
configure:2803: checking for APR-util
configure:2864: result: reconfig
configure:3090: checking for gcc
configure:3116: result: cc_r
configure:3360: checking for C compiler version
configure:3363: cc_r --version </dev/null >&5
cc_r: 1501-216 command option -version is not recognized - passed to ld
  C for AIX Compiler, Version 5
 
  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...
 
  Description:
     The xlc and related commands compile C source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlc calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C source file
       3. file name with .so suffix: shared object file
       4. file name with .o suffix: object file for ld command
       5. file name with .s suffix: assembler source file
 
  Options:
     Options can be flag options or keyword options:
 
       1. Flag options:
 
        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<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       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic generation of
                  architecture and tuning option ideal for that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  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
                    I = inter-procedural analysis - compile phase
                    L = inter-procedural analysis - link phase.
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <p,c,b,i,a,l,I,L,m>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    n = round to nearest
                    m = round toward minus infinity
                    p = round toward positive infinity
                    z = round toward zero.
 
       2. Keyword options:
 
          Keyword options are specified in one of the following ways:
 
          -q<option>
          -q<option>=<parameter>
          -q<option>=<parameter>:<parameter>
 
          where <option> is an option name and <parameter> is a
          parameter value.
          Keyword options with no parameters represent switches
          that may be either on or off. The keyword by itself turns
          the switch on, and the keyword preceded by the letters NO
          turns the switch off. For example, -qLIST tells the
          compiler to produce a listing and -qNOLIST tells the
          compiler not to produce a listing. If an option that
          represents a switch is set more than once, the compiler
          uses the last setting.
 
          Keyword option and parameter names may appear in either
          UPPER CASE or lower case letters in the xlc command.
 
 
          Options without parameters:
 
          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          funcsect    Place instructions for each function in a separate csect.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          heapdebug   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    Tell the optimizer that the program will never
                      refer to or set errno.  This allows additional
                      optimizations.
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes 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.
          longdouble  Increase long double size from 64 to 128 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).
          mkshrobj    Create a shared object from generated object files.
          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  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  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.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      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>
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
                      packed  The compiler uses the packed alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
                      bit_packed
                              The same as packed. In addition, bit-fields are
                              packed as tight as possible.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          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.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      bounds  Runtime checking of addresses when
 
                              reference storage.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 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
 
                      constants.
                      int is the default, and causes enum variables to be
                      treated as though they were of type signed int
                      depending on the range of the enum constants.
                      1 will cause enum variables to be packed into 1 byte.
                      2 will cause enum variables to be packed into 2 bytes.
                      4 will cause enum variables to be packed into 4 bytes.
                      8 will cause enum variables to be packed into 8 bytes.
                        (enum=8 is valid in 64-bit mode only)
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
 
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  cc128, xlc128 invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
                      hssngl  Round single-precision expressions only
                              when the results are stored into 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.
                      rndsngl Ensure strict adherence to IEEE standard.
                              all operations on single-precision values
                              produce results that remain in single
 
                              all operations on single-precision values
                              produce results that remain in single
                              precision.
                      rrm     Specify run-time rounding mode. Compile with
                              this option if the run-time rounding mode
                              is round toward minus infinity, round toward
                              positive infinity, or not known.
                      rsqrt   Specify whether a division by the result of a
                              square root can be replaced with a multiply
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signalling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
 
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genpcomp[=dirname]
                      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     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  It turns on all
                      diagnostic messages for all groups.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      cmp     Possible redundancies in unsigned comparisons
 
                      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
 
                      ppt     Trace of preprocessor actions
                      pro     Missing function prototypes
                      rea     Code that cannot be reached
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      uni     Unitialized variables
                      use     Unused auto and static variables
                      private Lists shared variables made private to a parallel
                              loop.
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa[=<ipa_options>]
                      Turn on inter-procedural analysis.  See online
                      documentation for details.
          isolated_call=<name1>:<name2>: ...
 
                      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>
                              can be ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          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.
          optimize=<level>
 
                      optimizations to <num>.  <num> specified in kilobytes.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggresive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       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>: ...
 
                      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>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              IBM's Performance Analysis tool.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
 
                      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.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
 
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress  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.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
 
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
 
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
 
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
                      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
 
 
  For a detailed description of each option, please refer to the online
  documentation.
 
 
configure:3366: $? = 249
configure:3368: cc_r -v </dev/null >&5
exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL)
  C for AIX Compiler, Version 5
 
exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL)
  C for AIX Compiler, Version 5
 
  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...
 
  Description:
     The xlc and related commands compile C source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlc calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C source file
 
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C source file
       3. file name with .so suffix: shared object file
       4. file name with .o suffix: object file for ld command
       5. file name with .s suffix: assembler source file
 
  Options:
     Options can be flag options or keyword options:
 
       1. Flag options:
 
        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<prefix>
                  Construct alternate compiler/assembler/linkage editor
                  program names. <prefix> is added to the beginning of
                  the standard program names.
        -c        Do not send object files to the linkage editor.
 
                  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
 
        -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       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic generation of
                  architecture and tuning option ideal for that platform.
 
        -O5       Equivalent to -O3 -qipa=level=2 with automatic generation of
                  architecture and tuning option ideal for that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  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
 
                    p = preprocessor
                    c = compiler frontend
                    b = compiler backend
                    i = compiler inliner
                    a = assembler
                    l = linkage editor
                    I = inter-procedural analysis - compile phase
                    L = inter-procedural analysis - link phase.
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <p,c,b,i,a,l,I,L,m>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    n = round to nearest
                    m = round toward minus infinity
                    p = round toward positive infinity
                    z = round toward zero.
 
 
                    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.
 
          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.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
 
                      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
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          funcsect    Place instructions for each function in a separate csect.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          heapdebug   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
 
                      with the -Idirectory option.  If -qidirfirst option
                      is specified, the directories specified by the
                      -Idirectory option are searched before the directory
                      where the current file resides.
          ignerrno    Tell the optimizer that the program will never
                      refer to or set errno.  This allows additional
                      optimizations.
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes 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.
          longdouble  Increase long double size from 64 to 128 bits.
          longlit     Changes implicit type selection for integer constants in
                      64-bit mode.
          longlong    Allow long long integers.
 
                      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).
          mkshrobj    Create a shared object from generated object files.
          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  Perform aggressive optimizations with profile
                      directed feedback.
 
          pdf1, pdf2  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  Same as
                      -qsymtab=static.
          strict      Turns off aggresive optimizations which have the
                      potential to alter the semantics of a user's program.
 
          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.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      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.
 
          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>
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
 
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
                      packed  The compiler uses the packed alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
                      bit_packed
                              The same as packed. In addition, bit-fields are
                              packed as tight as possible.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
 
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
 
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          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
 
                      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.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
 
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 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.
 
                      treated as though they were of type signed int
                      depending on the range of the enum constants.
                      1 will cause enum variables to be packed into 1 byte.
                      2 will cause enum variables to be packed into 2 bytes.
                      4 will cause enum variables to be packed into 4 bytes.
                      8 will cause enum variables to be packed into 8 bytes.
                        (enum=8 is valid in 64-bit mode only)
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  cc128, xlc128 invocation commands
 
                              o  -qlongdouble, -qldbl128
                              o  cc128, xlc128 invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
                      hssngl  Round single-precision expressions only
                              when the results are stored into 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.
                      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
 
                              precision.
                      rrm     Specify run-time rounding mode. Compile with
                              this option if the run-time rounding mode
                              is round toward minus infinity, round toward
                              positive infinity, or not known.
                      rsqrt   Specify whether a division by the result of a
                              square root can be replaced with a multiply
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signalling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genpcomp[=dirname]
                      Generate precompiled include files.  See online
 
          genpcomp[=dirname]
                      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     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  It turns on all
                      diagnostic messages for all groups.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      cmp     Possible redundancies in unsigned comparisons
                      cnd     Possible redundancies or problems in conditional
                              expressions
 
                      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
 
                      rea     Code that cannot be reached
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      uni     Unitialized variables
                      use     Unused auto and static variables
                      private Lists shared variables made private to a parallel
                              loop.
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa[=<ipa_options>]
                      Turn on inter-procedural analysis.  See 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.
 
                      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>
                              can be ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          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.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
 
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggresive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       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
 
                      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>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              IBM's Performance Analysis tool.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
                              and chunking are used for loops to which no
                              other scheduling algorithm has been explicitly
 
                              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.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress  Don't suppress compiler messages.
          symtab=<options>
 
          nosuppress  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.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
 
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
 
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
                      Use precompiled include files.  See online documentation
                      for details.
 
                      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.
 
 
  documentation.
 
 
unlink: /tmp/xlcW0qczKqa
unlink: /tmp/xlcW1qczKqb
unlink: /tmp/xlcW2qczKqc
configure:3371: $? = 249
configure:3373: cc_r -V </dev/null >&5
/usr/bin/pg /usr/vac/exe/default_msg/vac.help
  C for AIX Compiler, Version 5
 
  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
"sim" [Modified] The cursor is at line 1475 of 4562 --32%-- .
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...
 
  Description:
     The xlc and related commands compile C source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlc calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C source file
       3. file name with .so suffix: shared object file
       4. file name with .o suffix: object file for ld command
       5. file name with .s suffix: assembler source file
 
  Options:
     Options can be flag options or keyword options:
 
 
     Options can be flag options or keyword options:
 
       1. Flag options:
 
        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<prefix>
                  Construct alternate compiler/assembler/linkage editor
                  program names. <prefix> is added to the beginning of
                  the standard program names.
        -c        Do not send object files to the linkage editor.
        -C        Write comments to output when doing preprocessing,
                  used with -E and -P.
        -D<name>[=<def>]
                  Define <name> as in #define directive. If <def> is
                  not specified, 1 is assumed.
        -E        Preprocess but do not compile; output goes to stdout
        -f<filename>
 
        -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
 
                  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       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic generation of
                  architecture and tuning option ideal for that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  Inline all appropriate functions where x can be
                  one of the following:
 
                  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
                    I = inter-procedural analysis - compile phase
                    L = inter-procedural analysis - link phase.
        -U<name>  Undefine name as in #undef directive.
 
                    L = inter-procedural analysis - link phase.
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <p,c,b,i,a,l,I,L,m>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    n = round to nearest
                    m = round toward minus infinity
                    p = round toward positive infinity
                    z = round toward zero.
 
       2. Keyword options:
 
          Keyword options are specified in one of the following ways:
 
          -q<option>
          -q<option>=<parameter>
          -q<option>=<parameter>:<parameter>
 
          -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.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
 
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
 
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          funcsect    Place instructions for each function in a separate csect.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          heapdebug   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    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
 
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes 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.
          longdouble  Increase long double size from 64 to 128 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).
          mkshrobj    Create a shared object from generated object files.
 
                      characters (same as dbcs option).
          mkshrobj    Create a shared object from generated object files.
          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  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
 
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  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
 
                      -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.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      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>
 
                      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>
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
                      packed  The compiler uses the packed alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
 
                      natural The compiler maps structure members to
                              their natural boundaries.
                      bit_packed
                              The same as packed. In addition, bit-fields are
                              packed as tight as possible.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
 
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
 
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          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.
          cache=<suboption>:<suboption>...
 
                      Specify whether bitfields will be signed or unsigned.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
 
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 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.
                      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>:<sev2>
                      Specify severity level of diagnostics to be reported
 
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  cc128, xlc128 invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
 
                              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.
                      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.
 
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signalling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genpcomp[=dirname]
                      Generate precompiled include files.  See online
                      documentation for details.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          ignprag=<option>
                      The available options are:
                      disjoint
                              Ignore pragma disjoint.
 
                      disjoint
                              Ignore pragma disjoint.
                      isolated
                              Ignore pragma isolated_call.
                      omp     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  It turns on all
                      diagnostic messages for all groups.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      cmp     Possible redundancies in unsigned comparisons
                      cnd     Possible redundancies or problems in conditional
                              expressions
                      cns     Operations involving constants.
                      cnv     Conversions
                      dcl     Consistency of declarations
                      eff     Statements with no effect
                      enu     Consistency of enum variables
                      ext     Unused external definitions
                      gen     General diagnostic messages
 
                      ext     Unused external definitions
                      gen     General diagnostic messages
                      gnr     Generation of temporary variables
                      got     Use of goto statements
                      ini     Possible problems with initialization
                      inl     Functions not inlined
                      lan     Language level effects
                      obs     Obsolete features
                      ord     Unspecified order of evaluation
                      par     Unused parameters
                      por     Nonportable language constructs
                      ppc     Possible problems with using the preprocessor
                      ppt     Trace of preprocessor actions
                      pro     Missing function prototypes
                      rea     Code that cannot be reached
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      uni     Unitialized variables
                      use     Unused auto and static variables
                      private Lists shared variables made private to a parallel
                              loop.
                      reduction
 
                              loop.
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa[=<ipa_options>]
                      Turn on inter-procedural analysis.  See 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>
                              can be ansi, saal2, saa, extended, or classic.
 
                      <langlvl>
                              can be ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          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.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggresive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       Same as -O5. Internally generates -O3
                              -qipa=level=2 with automatic architecture and
                              tuning option generation.
 
                              -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>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
 
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              IBM's Performance Analysis tool.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
                              and chunking are used for loops to which no
                              other scheduling algorithm has been explicitly
                              assigned in the source code.
                              Valid options for <sched_type> are:
                                         * dynamic[=n]
                                         * guided[=n]
                                         * static[=n]
                                         * affinity[=n]
                                         * runtime
 
                                         * 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.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress  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
 
                              -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.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
 
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
 
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
                      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
 
 
                   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/xlcW0qfDAia
rm /tmp/xlcW1qfDAib
rm /tmp/xlcW2qfDAic
configure:3376: $? = 249
configure:3400: checking for C compiler default output
configure:3403: cc_r  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS -bnoquiet
 -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/l
ib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename a.out
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
 
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 48 of 3290 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
 
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 55 of 55 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 804+912+4 (0x324+0x390+0x4 hex)
SAVE: Size of TOC: 88 (0x58 hex)
(ld): rc
RC: Highest return code was 0.
configure:3406: $? = 0
configure:3452: result: a.out
configure:3457: checking whether the C compiler works
configure:3463: ./a.out
configure:3466: $? = 0
configure:3483: result: yes
configure:3490: checking whether we are cross compiling
configure:3492: result: no
 
configure:3490: checking whether we are cross compiling
configure:3492: result: no
configure:3495: checking for suffix of executables
configure:3497: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
 
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 48 of 3290 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 55 of 55 relocation entries.
(ld): origin page 0x10000000 0x20000000
 
COMPRLD: Kept 55 of 55 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 804+912+4 (0x324+0x390+0x4 hex)
SAVE: Size of TOC: 88 (0x58 hex)
(ld): rc
RC: Highest return code was 0.
configure:3500: $? = 0
configure:3525: result:
configure:3531: checking for suffix of object files
configure:3553: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:3556: $? = 0
configure:3578: result: o
configure:3582: checking whether we are using the GNU C compiler
configure:3607: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"configure", line 3600.14: 1506-275 (S) Unexpected text me encountered.
"configure", line 3600.8: 1506-045 (S) Undeclared identifier choke.
 
"configure", line 3600.14: 1506-275 (S) Unexpected text me encountered.
"configure", line 3600.8: 1506-045 (S) Undeclared identifier choke.
configure:3610: $? = 1
configure: failed program was:
| #line 3587 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
 
|   ;
|   return 0;
| }
configure:3629: result: no
configure:3635: checking whether cc_r accepts -g
configure:3657: cc_r -c -g  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c >&5
configure:3660: $? = 0
configure:3663: test -s conftest.o
configure:3666: $? = 0
configure:3677: result: yes
configure:3694: checking for cc_r option to accept ANSI C
configure:3755: cc_r  -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:3758: $? = 0
configure:3761: test -s conftest.o
configure:3764: $? = 0
configure:3782: result: none needed
configure:3800: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"conftest.c", line 2.3: 1506-166 (S) Definition of function choke requires paren
theses.
"conftest.c", line 2.9: 1506-046 (S) Syntax error.
configure:3803: $? = 1
 
"conftest.c", line 2.9: 1506-046 (S) Syntax error.
configure:3803: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3917: checking how to run the C preprocessor
configure:4035: result: cc_r -E
configure:4060: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:4066: $? = 0
configure:4098: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
"configure", line 4097.10: 1506-296 (S) #include file <ac_nonexistent.h> not fou
nd.
configure:4104: $? = 1
configure: failed program was:
| #line 4089 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
 
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4483: checking for rm
configure:4501: found /usr/bin/rm
configure:4513: result: /usr/bin/rm
configure:4524: checking for gawk
configure:4553: result: no
configure:4524: checking for mawk
configure:4553: result: no
configure:4524: checking for nawk
configure:4540: found /usr/bin/nawk
configure:4550: result: nawk
configure:4572: checking for a BSD-compatible install
configure:4626: result: build/install.sh -c
configure:4637: checking whether ln -s works
configure:4641: result: yes
configure:4689: checking for ranlib
configure:4705: found /usr/bin/ranlib
configure:4716: result: ranlib
 
configure:4705: found /usr/bin/ranlib
configure:4716: result: ranlib
configure:4731: checking for egrep
configure:4741: result: grep -E
configure:4747: checking for AIX
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:4763: result: yes
configure:4776: checking for library containing strerror
configure:4807: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
 
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 50 of 3291 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 5 symbols.
(ld): er full
ER: There are no unresolved symbols.
 
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 58 of 58 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 876+916+4 (0x36C+0x394+0x4 hex)
SAVE: Size of TOC: 92 (0x5C hex)
(ld): rc
RC: Highest return code was 0.
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4875: result: none required
configure:4882: checking for ANSI C header files
configure:4908: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
 
configure:4882: checking for ANSI C header files
configure:4908: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:4911: $? = 0
configure:4914: test -s conftest.o
configure:4917: $? = 0
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5009: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
 
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3292 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 6 symbols.
(ld): er full
ER: There are no unresolved symbols.
 
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 64 of 64 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 1204+920+4 (0x4B4+0x398+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:5012: $? = 0
configure:5014: ./conftest
configure:5017: $? = 0
configure:5032: result: yes
configure:5056: checking for sys/types.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
 
configure:5056: checking for sys/types.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for sys/stat.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for stdlib.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for string.h
@
 
configure:5093: result: yes
configure:5056: checking for string.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for memory.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for strings.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for inttypes.h
 
configure:5093: result: yes
configure:5056: checking for inttypes.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for stdint.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5056: checking for unistd.h
configure:5073: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5093: result: yes
configure:5115: checking minix/config.h usability
 
configure:5093: result: yes
configure:5115: checking minix/config.h usability
configure:5128: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"configure", line 5170.10: 1506-296 (S) #include file <minix/config.h> not found
.
configure:5131: $? = 1
configure: failed program was:
 
| #line 5117 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
 
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_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
 
| #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>
 
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5147: result: no
configure:5151: checking minix/config.h presence
configure:5162: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
"configure", line 5172.10: 1506-296 (S) #include file <minix/config.h> not found
.
configure:5168: $? = 1
configure: failed program was:
| #line 5153 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
 
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5187: result: no
configure:5223: checking for minix/config.h
configure:5230: result: no
configure:5264: checking for ANSI C header files
configure:5414: result: yes
configure:5449: checking for string.h
configure:5454: result: yes
 
configure:5449: checking for string.h
configure:5454: result: yes
configure:5458: checking limits.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking limits.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for limits.h
configure:5573: result: yes
configure:5449: checking for unistd.h
configure:5454: result: yes
configure:5458: checking sys/socket.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
 
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking sys/socket.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for sys/socket.h
configure:5573: result: yes
configure:5458: checking pwd.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking pwd.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
 
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for pwd.h
configure:5573: result: yes
configure:5458: checking grp.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking grp.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for grp.h
configure:5573: result: yes
configure:5449: checking for strings.h
configure:5454: result: yes
configure:5458: checking sys/prctl.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
 
configure:5458: checking sys/prctl.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"configure", line 5521.10: 1506-296 (S) #include file <sys/prctl.h> not found.
configure:5474: $? = 1
configure: failed program was:
| #line 5460 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
 
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_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>
 
| # 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
 
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:5490: result: no
configure:5494: checking sys/prctl.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
"configure", line 5523.10: 1506-296 (S) #include file <sys/prctl.h> not found.
configure:5511: $? = 1
configure: failed program was:
| #line 5496 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
 
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <sys/prctl.h>
configure:5530: result: no
configure:5566: checking for sys/prctl.h
 
configure:5530: result: no
configure:5566: checking for sys/prctl.h
configure:5573: result: no
configure:5458: checking sys/processor.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking sys/processor.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for sys/processor.h
configure:5573: result: yes
configure:5458: checking sys/sem.h usability
configure:5471: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5474: $? = 0
configure:5477: test -s conftest.o
configure:5480: $? = 0
 
configure:5477: test -s conftest.o
configure:5480: $? = 0
configure:5490: result: yes
configure:5494: checking sys/sem.h presence
configure:5505: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:5511: $? = 0
configure:5530: result: yes
configure:5566: checking for sys/sem.h
configure:5573: result: yes
configure:5586: checking for sys/wait.h that is POSIX.1 compatible
configure:5618: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:5621: $? = 0
configure:5624: test -s conftest.o
configure:5627: $? = 0
configure:5638: result: yes
configure:5650: checking for an ANSI C-conforming const
configure:5718: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"configure", line 5693.17: 1506-359 (I) Automatic variable x contains a const me
mber and is not initialized.  It will be initialized to zero.
configure:5721: $? = 0
 
"configure", line 5693.17: 1506-359 (I) Automatic variable x contains a const me
mber and is not initialized.  It will be initialized to zero.
configure:5721: $? = 0
configure:5724: test -s conftest.o
configure:5727: $? = 0
configure:5738: result: yes
configure:5790: checking for getpwnam
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
 
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3294 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
 
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:5843: $? = 0
configure:5846: test -s conftest
configure:5849: $? = 0
configure:5860: result: yes
configure:5790: checking for getgrnam
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
 
configure:5790: checking for getgrnam
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
 
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3294 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
 
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:5843: $? = 0
configure:5846: test -s conftest
configure:5849: $? = 0
configure:5860: result: yes
configure:5790: checking for initgroups
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
 
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
 
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3294 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
 
(ld): rc
RC: Highest return code was 0.
configure:5843: $? = 0
configure:5846: test -s conftest
configure:5849: $? = 0
configure:5860: result: yes
configure:5790: checking for bindprocessor
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
 
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3294 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
 
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:5843: $? = 0
configure:5846: test -s conftest
configure:5849: $? = 0
configure:5860: result: yes
configure:5790: checking for prctl
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
 
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 51 of 3293 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
 
ADDGL: Glink code added for 4 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
 -------------------------------------------------------------------------------
---------------
ld: 0711-317 ERROR: Undefined symbol: prctl
 prctl                     [41]    ER DS conftest.c(conftest.o)
                                   00000060 .data    R_POS    [36]    f
                                   00000050 .data    R_POS    [43]    <prctl>
ER: The return code is 8.
configure:5843: $? = 8
configure: failed program was:
| #line 5795 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
 
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
 
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char prctl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
 
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char prctl ();
| /* 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_prctl) || defined (__stub___prctl)
| choke me
| #else
| char (*f) () = prctl;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != prctl;
|   ;
|   return 0;
 
|   ;
|   return 0;
| }
configure:5860: result: no
configure:5790: checking for timegm
configure:5840: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
 
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 51 of 3293 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
 
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
 -------------------------------------------------------------------------------
---------------
ld: 0711-317 ERROR: Undefined symbol: timegm
 timegm                    [41]    ER DS conftest.c(conftest.o)
                                   00000060 .data    R_POS    [36]    f
                                   00000050 .data    R_POS    [43]    <timegm>
ER: The return code is 8.
configure:5843: $? = 8
configure: failed program was:
| #line 5795 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
 
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
 
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char timegm (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char timegm ();
 
|    builtin and then its argument prototype would still apply.  */
| char timegm ();
| /* 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_timegm) || defined (__stub___timegm)
| choke me
| #else
| char (*f) () = timegm;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != timegm;
|   ;
|   return 0;
| }
configure:5860: result: no
configure:5871: checking for tm_gmtoff in struct tm
 
configure:5860: result: no
configure:5871: checking for tm_gmtoff in struct tm
configure:5894: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
"configure", line 5915.18: 1506-022 (S) "tm_gmtoff" is not a member of "struct t
m".
configure:5897: $? = 1
configure: failed program was:
| #line 5876 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
 
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| /* end confdefs.h.  */
| #include <sys/types.h>
 
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| int
| main ()
| {
| struct tm tm; tm.tm_gmtoff;
|   ;
|   return 0;
| }
configure:5914: result: no
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:6104: checking whether to enable mod_access
configure:6142: result: yes
configure:6190: checking whether to enable mod_auth
configure:6228: result: yes
configure:6276: checking whether to enable mod_auth_anon
configure:6314: result: shared
configure:6362: checking whether to enable mod_auth_dbm
configure:6400: result: shared
configure:6449: checking whether to enable mod_auth_digest
configure:6485: result: checking dependencies
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
 
configure:6485: result: checking dependencies
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:6521: checking whether to enable mod_auth_digest
configure:6533: result: shared
configure:6629: checking whether to enable mod_isapi
configure:6667: result: no
configure:6763: checking whether to enable mod_file_cache
configure:6801: result: shared
configure:6897: checking whether to enable mod_echo
configure:6935: result: shared
configure:7120: checking whether to enable mod_charset_lite
configure:7158: result: shared
configure:7210: checking whether to enable mod_cache
configure:7248: result: shared
configure:7296: checking whether to enable mod_disk_cache
configure:7334: result: no
configure:7382: checking whether to enable mod_mem_cache
configure:7420: result: no
configure:7468: checking whether to enable mod_example
configure:7506: result: shared
configure:7554: checking whether to enable mod_case_filter
configure:7592: result: no
configure:7640: checking whether to enable mod_case_filter_in
 
configure:7592: result: no
configure:7640: checking whether to enable mod_case_filter_in
configure:7678: result: no
configure:7728: checking whether to enable mod_ldap
configure:7766: result: no
configure:7816: checking whether to enable mod_auth_ldap
configure:7854: result: no
configure:7928: checking whether to enable mod_ext_filter
configure:7966: result: shared
configure:8014: checking whether to enable mod_include
configure:8052: result: yes
configure:8123: checking whether to enable mod_deflate
configure:8493: result: no
configure:8567: checking whether to enable mod_log_config
configure:8605: result: yes
configure:8654: checking whether to enable mod_log_forensic
configure:8692: result: shared (all)
configure:8766: checking whether to enable mod_logio
configure:8804: result: no
configure:8878: checking whether to enable mod_env
configure:8916: result: yes
configure:8964: checking whether to enable mod_mime_magic
configure:9002: result: shared
 
configure:8964: checking whether to enable mod_mime_magic
configure:9002: result: shared
configure:9050: checking whether to enable mod_cern_meta
configure:9088: result: shared
configure:9136: checking whether to enable mod_expires
configure:9174: result: shared
configure:9222: checking whether to enable mod_headers
configure:9260: result: shared
configure:9309: checking whether to enable mod_usertrack
configure:9345: result: checking dependencies
configure:9362: checking sys/times.h usability
configure:9375: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS confte
st.c >&5
configure:9378: $? = 0
configure:9381: test -s conftest.o
configure:9384: $? = 0
configure:9394: result: yes
configure:9398: checking sys/times.h presence
configure:9409: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:9415: $? = 0
configure:9434: result: yes
configure:9470: checking for sys/times.h
 
configure:9434: result: yes
configure:9470: checking for sys/times.h
configure:9477: result: yes
configure:9494: checking for times
configure:9544: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_I
RS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util
/xml/expat/lib conftest.c  >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 6 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
 
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 6
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 3294 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
 
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:9547: $? = 0
configure:9550: test -s conftest
configure:9553: $? = 0
configure:9564: result: yes
configure:9575: checking whether to enable mod_usertrack
configure:9587: result: shared
configure:9636: checking whether to enable mod_unique_id
configure:9674: result: shared
configure:9722: checking whether to enable mod_setenvif
configure:9760: result: yes
configure:9864: checking whether to enable mod_proxy
 
configure:9760: result: yes
configure:9864: checking whether to enable mod_proxy
configure:9902: result: shared
configure:9965: checking whether to enable mod_proxy_connect
configure:10003: result: shared
configure:10051: checking whether to enable mod_proxy_ftp
configure:10089: result: shared
configure:10137: checking whether to enable mod_proxy_http
configure:10175: result: shared
configure:10249: checking whether to enable mod_ssl
configure:10285: result: checking dependencies
configure:10290: checking for SSL/TLS toolkit base
configure:10341: result: /dc02prog/openssl7d
configure:10344: checking for SSL/TLS toolkit version
configure:10346: result: OpenSSL 0.9.7d 17 Mar 2004
configure:10364: checking for SSL/TLS toolkit includes
configure:10382: result: /dc02prog/openssl7d/include
configure:10385: checking for SSL/TLS toolkit libraries
configure:10400: result: /dc02prog/openssl7d/lib
configure:10568: checking for SSL_set_state
configure:10618: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
 
configure:10568: checking for SSL_set_state
configure:10618: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
 
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 51 of 9085 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
@
 
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
 -------------------------------------------------------------------------------
---------------
ld: 0711-317 ERROR: Undefined symbol: SSL_set_state
 SSL_set_state             [41]    ER DS conftest.c(conftest.o)
                                   00000060 .data    R_POS    [36]    f
                                   00000050 .data    R_POS    [43]    <SSL_set_s
tate>
ER: The return code is 8.
configure:10621: $? = 8
configure: failed program was:
| #line 10573 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
 
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
 
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char SSL_set_state (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
 
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char SSL_set_state ();
| /* 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_SSL_set_state) || defined (__stub___SSL_set_state)
| choke me
| #else
| char (*f) () = SSL_set_state;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != SSL_set_state;
|   ;
|   return 0;
 
|   ;
|   return 0;
| }
configure:10638: result: no
configure:10652: checking for SSL_set_cert_store
configure:10702: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
 
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 51 of 9085 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
 -------------------------------------------------------------------------------
---------------
ld: 0711-317 ERROR: Undefined symbol: SSL_set_cert_store
 SSL_set_cert_store        [41]    ER DS conftest.c(conftest.o)
                                   00000060 .data    R_POS    [36]    f
                                   00000050 .data    R_POS    [43]    <SSL_set_c
ert_store>
ER: The return code is 8.
configure:10705: $? = 8
configure: failed program was:
| #line 10657 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
 
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
 
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char SSL_set_cert_store (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
 
| #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 SSL_set_cert_store ();
| /* 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_SSL_set_cert_store) || defined (__stub___SSL_set_cert_stor
e)
| choke me
| #else
| char (*f) () = SSL_set_cert_store;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
 
| main ()
| {
| return f != SSL_set_cert_store;
|   ;
|   return 0;
| }
configure:10722: result: no
configure:10733: checking whether to enable mod_ssl
configure:10745: result: yes
configure:10819: checking whether to enable mod_optional_hook_export
configure:10857: result: no
configure:10905: checking whether to enable mod_optional_hook_import
configure:10943: result: no
configure:10991: checking whether to enable mod_optional_fn_import
configure:11029: result: no
configure:11077: checking whether to enable mod_optional_fn_export
configure:11115: result: no
configure:11163: checking whether to enable mod_bucketeer
configure:11201: result: no
configure:11287: checking for target platform
configure:11312: result: unix
configure:11344: checking for rlim_t
@
 
configure:11312: result: unix
configure:11344: checking for rlim_t
configure:11371: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:11374: $? = 0
configure:11377: test -s conftest.o
configure:11380: $? = 0
configure:11395: result: yes
configure:11423: checking sys/time.h usability
configure:11436: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:11439: $? = 0
configure:11442: test -s conftest.o
configure:11445: $? = 0
configure:11455: result: yes
configure:11459: checking sys/time.h presence
configure:11470: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:11476: $? = 0
configure:11495: result: yes
configure:11531: checking for sys/time.h
configure:11538: result: yes
configure:11423: checking sys/resource.h usability
 
configure:11538: result: yes
configure:11423: checking sys/resource.h usability
configure:11436: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:11439: $? = 0
configure:11442: test -s conftest.o
configure:11445: $? = 0
configure:11455: result: yes
configure:11459: checking sys/resource.h presence
configure:11470: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:11476: $? = 0
configure:11495: result: yes
configure:11531: checking for sys/resource.h
configure:11538: result: yes
configure:11414: checking for sys/sem.h
configure:11419: result: yes
configure:11423: checking sys/ipc.h usability
configure:11436: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:11439: $? = 0
configure:11442: test -s conftest.o
configure:11445: $? = 0
 
configure:11442: test -s conftest.o
configure:11445: $? = 0
configure:11455: result: yes
configure:11459: checking sys/ipc.h presence
configure:11470: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:11476: $? = 0
configure:11495: result: yes
configure:11531: checking for sys/ipc.h
configure:11538: result: yes
configure:11557: checking for setsid
configure:11607: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
 
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
 
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 9086 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
 
 
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:11610: $? = 0
configure:11613: test -s conftest
configure:11616: $? = 0
configure:11627: result: yes
configure:11557: checking for killpg
configure:11607: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
 
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
 
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 9086 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
 
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:11610: $? = 0
configure:11613: test -s conftest
configure:11616: $? = 0
configure:11627: result: yes
configure:11656: checking bstring.h usability
configure:11669: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
"configure", line 11735.10: 1506-296 (S) #include file <bstring.h> not found.
configure:11672: $? = 1
configure: failed program was:
| #line 11658 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
 
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
 
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 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>
 
| #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
 
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bstring.h>
configure:11688: result: no
configure:11692: checking bstring.h presence
configure:11703: cc_r -E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conftest.c
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
"configure", line 11737.10: 1506-296 (S) #include file <bstring.h> not found.
configure:11709: $? = 1
configure: failed program was:
| #line 11694 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
 
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
 
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_BINDPROCESSOR 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| /* end confdefs.h.  */
| #include <bstring.h>
configure:11728: result: no
configure:11764: checking for bstring.h
configure:11771: result: no
 
configure:11764: checking for bstring.h
configure:11771: result: no
configure:11647: checking for unistd.h
configure:11652: result: yes
configure:11791: checking for syslog
configure:11841: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
 
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 9086 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
 
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:11844: $? = 0
configure:11847: test -s conftest
configure:11850: $? = 0
configure:11861: result: yes
configure:11877: checking for sys/times.h
configure:11882: result: yes
configure:12018: checking for times
configure:12088: result: yes
 
configure:12018: checking for times
configure:12088: result: yes
configure:12099: checking which MPM to use
configure:12115: result: worker
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:12793: checking whether to enable mod_http
configure:12831: result: yes
configure:12879: checking whether to enable mod_mime
configure:12917: result: yes
configure:12979: checking for extra modules
configure:13024: result: no extra modules
configure:13048: checking whether to enable mod_dav
configure:13086: result: shared
configure:13187: checking whether to enable mod_status
configure:13225: result: shared
configure:13273: checking whether to enable mod_autoindex
configure:13311: result: yes
configure:13359: checking whether to enable mod_asis
configure:13397: result: yes
configure:13445: checking whether to enable mod_info
configure:13483: result: shared
configure:13531: checking whether to enable mod_suexec
configure:13567: result: checking dependencies
 
configure:13531: checking whether to enable mod_suexec
configure:13567: result: checking dependencies
configure:13571: checking whether to enable mod_suexec
configure:13583: result: shared
configure:13657: checking whether to enable mod_cgid
configure:13695: result: shared
configure:13743: checking whether to enable mod_cgi
configure:13781: result: yes
configure:14389: checking for pthread_kill
configure:14439: cc_r -o conftest  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_
IRS -bnoquiet -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-uti
l/xml/expat/lib -L/dc02prog/openssl7d/lib conftest.c -lssl -lcrypto >&5
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename conftest
(ld): filelist 8 2
(ld): i /lib/crt0.o
(ld): i conftest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
 
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/libpthreads.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libpthreads.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthreads.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 8
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): resolve
RESOLVE: 52 of 9086 symbols were kept.
(ld): addgl /usr/lib/glink.o
 
RESOLVE: 52 of 9086 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 4 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 60 of 60 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/
lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
LIBPATH: Library path set to /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-
util/xml/expat/lib:/dc02prog/openssl7d/lib:/usr/lib/threads:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 836+924+4 (0x344+0x39C+0x4 hex)
SAVE: Size of TOC: 96 (0x60 hex)
(ld): rc
RC: Highest return code was 0.
configure:14442: $? = 0
configure:14445: test -s conftest
configure:14448: $? = 0
configure:14459: result: yes
 
configure:14448: $? = 0
configure:14459: result: yes
configure:14501: checking whether to enable mod_dav_fs
configure:14539: result: shared
configure:14613: checking whether to enable mod_vhost_alias
configure:14651: result: shared
configure:14699: checking whether to enable mod_negotiation
configure:14737: result: yes
configure:14785: checking whether to enable mod_dir
configure:14823: result: yes
configure:14871: checking whether to enable mod_imap
configure:14909: result: yes
configure:14957: checking whether to enable mod_actions
configure:14995: result: yes
configure:15043: checking whether to enable mod_speling
configure:15081: result: shared
configure:15129: checking whether to enable mod_userdir
configure:15167: result: yes
configure:15215: checking whether to enable mod_alias
configure:15253: result: yes
configure:15302: checking whether to enable mod_rewrite
configure:15340: result: shared
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
 
configure:15340: result: shared
1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
configure:15454: checking whether to enable mod_so
configure:15492: result: yes
configure:15864: checking whether byte ordering is bigendian
configure:15892: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:15895: $? = 0
configure:15898: test -s conftest.o
configure:15901: $? = 0
configure:15926: cc_r -c  -g -qHALT=E  -U__STR__ -D_THREAD_SAFE -D_USE_IRS conft
est.c >&5
configure:15929: $? = 0
configure:15932: test -s conftest.o
configure:15935: $? = 0
configure:16049: result: yes
configure:16638: creating ./config.status
 
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
 
This file was extended by config.status, which was
 
 
This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was
 
  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status
 
on dc02
 
config.status:776: creating docs/conf/httpd-std.conf
config.status:776: creating docs/conf/ssl-std.conf
config.status:776: creating include/ap_config_layout.h
config.status:776: creating support/apxs
config.status:776: creating support/apachectl
config.status:776: creating support/dbmmanage
config.status:776: creating support/envvars-std
config.status:776: creating support/log_server_status
config.status:776: creating support/logresolve.pl
config.status:776: creating support/phf_abuse_log.cgi
config.status:776: creating support/split-logfile
 
config.status:776: creating support/phf_abuse_log.cgi
config.status:776: creating support/split-logfile
config.status:776: creating build/rules.mk
config.status:880: creating include/ap_config_auto.h
config.status:1181: executing default commands
 
## ---------------- ##
## Cache variables. ##
## ---------------- ##
 
ac_cv_build=powerpc-ibm-aix5.2.0.0
ac_cv_build_alias=powerpc-ibm-aix5.2.0.0
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_define_APR_HAS_DSO=yes
ac_cv_define_APR_HAS_RANDOM=yes
ac_cv_define_APR_HAS_THREADS=yes
ac_cv_define_APR_HAVE_IPV6=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc_r
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
 
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-bnoquiet
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_SSL_set_cert_store=no
ac_cv_func_SSL_set_state=no
ac_cv_func_bindprocessor=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getpwnam=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_prctl=no
 
ac_cv_func_killpg=yes
ac_cv_func_prctl=no
ac_cv_func_pthread_kill=yes
ac_cv_func_setsid=yes
ac_cv_func_syslog=yes
ac_cv_func_timegm=no
ac_cv_func_times=yes
ac_cv_header_bstring_h=no
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_processor_h=yes
ac_cv_header_sys_resource_h=yes
 
ac_cv_header_sys_processor_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-ibm-aix5.2.0.0
ac_cv_host_alias=powerpc-ibm-aix5.2.0.0
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_RM=/usr/bin/rm
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc_r -E'
ac_cv_prog_ac_ct_CC=cc_r
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_search_strerror='none required'
 
ac_cv_prog_egrep='grep -E'
ac_cv_search_strerror='none required'
ac_cv_struct_tm_gmtoff=no
ac_cv_target=powerpc-ibm-aix5.2.0.0
ac_cv_target_alias=powerpc-ibm-aix5.2.0.0
ac_cv_type_rlim_t=yes
ap_cv_ssltk=/dc02prog/openssl7d
apache_cv_mpm=worker
 
## ----------------- ##
## Output variables. ##
## ----------------- ##
 
APACHECTL_ULIMIT='ulimit -S -n unlimited'
APR_BINDIR='/dc02prog/apache_2052s/bin'
APR_INCLUDEDIR='/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/include'
APU_BINDIR='/dc02prog/apache_2052s/bin'
APU_INCLUDEDIR='/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/include'
AP_BUILD_SRCLIB_DIRS='apr  apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util  apr'
@
@
@
 
AP_BUILD_SRCLIB_DIRS='apr  apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util  apr'
AP_LIBS='/home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la   /home/
AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/ap
ache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv  /ho
me/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl  -lpthread
'
AP_SIG_GRACEFUL='SIGUSR1'
AP_SIG_GRACEFUL_SHORT='USR1'
AP_SIG_GRACEFUL_STRING=''
AWK='nawk'
BUILTIN_LIBS=' modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters
/mod_include.la modules/loggers/mod_log_config.la modules/metadata/mod_env.la mo
dules/metadata/mod_setenvif.la modules/ssl/mod_ssl.la modules/http/mod_http.la m
odules/http/mod_mime.la modules/generators/mod_autoindex.la modules/generators/m
od_asis.la modules/generators/mod_cgi.la modules/mappers/mod_negotiation.la modu
les/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.l
a modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mo
d_so.la'
CC='cc_r'
CFLAGS=''
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
 
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='cc_r -E'
CPPFLAGS=''
CXX=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DSO_MODULES=' auth_anon auth_dbm auth_digest file_cache echo charset_lite cache
example ext_filter log_forensic mime_magic cern_meta expires headers usertrack u
nique_id proxy proxy_connect proxy_ftp proxy_http dav status info suexec cgid da
v_fs vhost_alias speling rewrite'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_CFLAGS=' -g -qHALT=E'
EXTRA_CPPFLAGS=' -U__STR__ -D_THREAD_SAFE -D_USE_IRS'
EXTRA_CXXFLAGS=''
@
@
@
@
@
 
EXTRA_CPPFLAGS=' -U__STR__ -D_THREAD_SAFE -D_USE_IRS'
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES=' -I/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/include  -
I/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/a
pache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -I. -I$(top_srcdir)/os/
$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/
http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdi
r)/include -I$(top_srcdir)/modules/generators -I$(top_builddir)/server -I/dc02pr
og/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I$(top_srcdir)/modul
es/dav/main'
EXTRA_LDFLAGS=' -Wl,-brtl -L/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-u
til/xml/expat/lib -L/dc02prog/openssl7d/lib'
EXTRA_LIBS='-lssl -lcrypto'
HTTPD_LDFLAGS=' -Wl,-uXML_Parse -Wl,-bE:/home/AIX52/apache/sources/httpd-2.0.52/
server/httpd.exp'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROG_FLAGS=''
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-bnoquiet'
LIBOBJS=''
LIBS=''
 
LIBOBJS=''
LIBS=''
LIBTOOL='/home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool $(LTFLAGS)'
LN_S='ln -s'
LTCFLAGS='-prefer-non-pic -static'
LTFLAGS='--silent'
LTLIBOBJS=''
LT_LDFLAGS='-export-dynamic'
MK_IMPLIB=''
MODULE_CLEANDIRS=' arch/win32 test'
MODULE_DIRS=' aaa cache echo experimental filters loggers metadata proxy ssl htt
p dav/main generators dav/fs mappers'
MPM_LIB='server/mpm/worker/libworker.la'
MPM_NAME='worker'
MPM_SUBDIR_NAME='worker'
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS=''
NOTEST_CXXFLAGS=''
NOTEST_LDFLAGS=''
NOTEST_LIBS=''
OBJEXT='o'
OS='unix'
OS_DIR='unix'
 
OS='unix'
OS_DIR='unix'
OS_SPECIFIC_VARS='LDR_CNTRL="MAXDATA=0x80000000" ; export LDR_CNTRL ; AIXTHREAD_
SCOPE=S ; export AIXTHREAD_SCOPE ; AIXTHREAD_MUTEX_DEBUG=OFF ; export AIXTHREAD_
MUTEX_DEBUG ; AIXTHREAD_RWLOCK_DEBUG=OFF ; export AIXTHREAD_RWLOCK_DEBUG ; AIXTH
READ_COND_DEBUG=OFF ; export AIXTHREAD_COND_DEBUG ; SPINLOOPTIME=1000 ; export S
PINLOOPTIME ; YIELDLOOPTIME=8 ; export YIELDLOOPTIME ; MALLOCMULTIHEAP=considers
ize,heaps:8 ; export MALLOCMULTIHEAP'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PORT='80'
POST_SHARED_CMDS='echo ""'
PRE_SHARED_CMDS='echo ""'
RANLIB='ranlib'
RM='/usr/bin/rm'
SHELL='/bin/sh'
SHLIBPATH_VAR='LIBPATH'
SHLTCFLAGS='-prefer-pic'
SH_LDFLAGS=' $(EXTRA_LDFLAGS) $(EXTRA_LIBS)'
 
SHLTCFLAGS='-prefer-pic'
SH_LDFLAGS=' $(EXTRA_LDFLAGS) $(EXTRA_LIBS)'
SH_LIBS=''
SH_LIBTOOL='$(LIBTOOL)'
UTIL_LDFLAGS=' -Wl,-uXML_Parse'
ab_LTFLAGS=''
abs_srcdir='/home/AIX52/apache/sources/httpd-2.0.52'
ac_ct_CC='cc_r'
ac_ct_RANLIB='ranlib'
ap_make_delimiter=' '
ap_make_include='include'
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.2.0.0'
build_alias=''
build_cpu='powerpc'
build_os='aix5.2.0.0'
build_vendor='ibm'
cgidir='${datadir}/cgi-bin'
checkgid_LTFLAGS=''
datadir='${prefix}'
errordir='${datadir}/error'
exec_prefix='${prefix}'
exp_bindir='/dc02prog/apache_2052s/bin'
 
exec_prefix='${prefix}'
exp_bindir='/dc02prog/apache_2052s/bin'
exp_cgidir='/dc02prog/apache_2052s/cgi-bin'
exp_datadir='/dc02prog/apache_2052s'
exp_errordir='/dc02prog/apache_2052s/error'
exp_exec_prefix='/dc02prog/apache_2052s'
exp_htdocsdir='/dc02prog/apache_2052s/htdocs'
exp_iconsdir='/dc02prog/apache_2052s/icons'
exp_includedir='/dc02prog/apache_2052s/include'
exp_installbuilddir='/dc02prog/apache_2052s/build'
exp_libdir='/dc02prog/apache_2052s/lib'
exp_libexecdir='/dc02prog/apache_2052s/modules'
exp_localstatedir='/dc02prog/apache_2052s'
exp_logfiledir='/dc02prog/apache_2052s/logs'
exp_mandir='/dc02prog/apache_2052s/man'
exp_manualdir='/dc02prog/apache_2052s/manual'
exp_proxycachedir='/dc02prog/apache_2052s/proxy'
exp_runtimedir='/dc02prog/apache_2052s/logs'
exp_sbindir='/dc02prog/apache_2052s/bin'
exp_sysconfdir='/dc02prog/apache_2052s/conf'
host='powerpc-ibm-aix5.2.0.0'
host_alias=''
host_cpu='powerpc'
 
host_alias=''
host_cpu='powerpc'
host_os='aix5.2.0.0'
host_vendor='ibm'
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/htdocs'
htpasswd_LTFLAGS=''
iconsdir='${datadir}/icons'
includedir='${prefix}/include'
infodir='${prefix}/info'
installbuilddir='${datadir}/build'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localstatedir='${prefix}'
logfiledir='${localstatedir}/logs'
logresolve_LTFLAGS=''
mandir='${prefix}/man'
manualdir='${datadir}/manual'
nonssl_listen_stmt_1=''
nonssl_listen_stmt_2='Listen @@Port@@'
oldincludedir='/usr/include'
other_targets='suexec'
 
oldincludedir='/usr/include'
other_targets='suexec'
perlbin='/usr/bin/perl'
prefix='/dc02prog/apache_2052s'
progname='httpd'
program_transform_name='s,x,x,'
proxycachedir='${localstatedir}/proxy'
rel_bindir='bin'
rel_cgidir='cgi-bin'
rel_datadir=''
rel_errordir='error'
rel_exec_prefix=''
rel_htdocsdir='htdocs'
rel_iconsdir='icons'
rel_includedir='include'
rel_installbuilddir='build'
rel_libdir='lib'
rel_libexecdir='modules'
rel_localstatedir=''
rel_logfiledir='logs'
rel_mandir='man'
rel_manualdir='manual'
rel_proxycachedir='proxy'
 
rel_manualdir='manual'
rel_proxycachedir='proxy'
rel_runtimedir='logs'
rel_sbindir='bin'
rel_sysconfdir='conf'
rotatelogs_LTFLAGS=''
runtimedir='${localstatedir}/logs'
sbindir='${exec_prefix}/bin'
shared_build='shared-build'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/conf'
target='powerpc-ibm-aix5.2.0.0'
target_alias=''
target_cpu='powerpc'
target_os='aix5.2.0.0'
target_vendor='ibm'
 
## ----------- ##
## confdefs.h. ##
## ----------- ##
 
#define APACHE_MPM_DIR "server/mpm/worker"
#define AP_ENABLE_V4_MAPPED 1
 
#define APACHE_MPM_DIR "server/mpm/worker"
#define AP_ENABLE_V4_MAPPED 1
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_SHORT USR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_TYPES_CONFIG_FILE "conf/mime.types"
#define AP_USING_AUTOCONF 1
#define HAVE_BINDPROCESSOR 1
#define HAVE_GETGRNAM 1
#define HAVE_GETPWNAM 1
#define HAVE_GRP_H 1
#define HAVE_INITGROUPS 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILLPG 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PTHREAD_KILL 1
#define HAVE_PWD_H 1
#define HAVE_SETSID 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
 
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_PROCESSOR_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TIMES 1
#define HAVE_TIMES 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
 
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HTTPD_ROOT "/dc02prog/apache_2052s"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SERVER_CONFIG_FILE "conf/httpd.conf"
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define WORDS_BIGENDIAN 1
#define _ALL_SOURCE 1
 
configure: exit 0

===========================================================

Compiling the Program, this is was i could retreive:


Target "local-all" is up to date.
Target "all" is up to date.
Making all in http
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c http_core.c &
& touch http_core.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c http_protocol
.c && touch http_protocol.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c http_request.
c && touch http_request.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_http.la http_core.lo http_protocol.lo http_request.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_mime.c &&
 touch mod_mime.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_mime.la mod_mime.lo
Target "local-all" is up to date.
Target "all" is up to date.
Making all in dav/main
Target "all" is up to date.
Making all in generators
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_autoindex
.c && touch mod_autoindex.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_autoindex.la mod_autoindex.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_asis.c &&
 touch mod_asis.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_asis.la mod_asis.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_cgi.c &&
touch mod_cgi.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_cgi.la mod_cgi.lo
Target "local-all" is up to date.
Target "all" is up to date.
Making all in dav/fs
Target "all" is up to date.
Making all in mappers
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_negotiati
on.c && touch mod_negotiation.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_negotiation.la mod_negotiation.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_dir.c &&
touch mod_dir.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_dir.la mod_dir.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_imap.c &&
 touch mod_imap.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_imap.la mod_imap.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_actions.c
 && touch mod_actions.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_actions.la mod_actions.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_userdir.c
 && touch mod_userdir.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_userdir.la mod_userdir.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_alias.c &
& touch mod_alias.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_alias.la mod_alias.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c mod_so.c && t
ouch mod_so.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -module -export-dynamic -Wl,-brtl -L/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/opens
sl7d/lib  -bnoquiet -o mod_so.la mod_so.lo
Target "local-all" is up to date.
Target "all" is up to date.
Target "all" is up to date.
Making all in support
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c htpasswd.c &&
 touch htpasswd.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o htpasswd  htpasswd.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/AIX52
/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sources/h
ttpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd-2.0
.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/htpasswd
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i htpasswd.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 124 of 11401 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 33 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 278 of 278 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 7668+2720+8 (0x1DF4+0xAA0+0x8 hex)
SAVE: Size of TOC: 224 (0xE0 hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c htdigest.c &&
 touch htdigest.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o htdigest  htdigest.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/AIX52
/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sources/h
ttpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd-2.0
.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/htdigest
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i htdigest.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 113 of 11387 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 27 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 206 of 206 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 5300+1656+12 (0x14B4+0x678+0xC hex)
SAVE: Size of TOC: 208 (0xD0 hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c rotatelogs.c
&& touch rotatelogs.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o rotatelogs  rotatelogs.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/A
IX52/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sourc
es/httpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd
-2.0.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sou
rces/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/rotatelogs
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i rotatelogs.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 102 of 11370 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 24 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 168 of 168 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 3964+1932+4 (0xF7C+0x78C+0x4 hex)
SAVE: Size of TOC: 184 (0xB8 hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c logresolve.c
&& touch logresolve.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o logresolve  logresolve.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/A
IX52/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sourc
es/httpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd
-2.0.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sou
rces/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/logresolve
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i logresolve.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 95 of 11371 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 21 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 181 of 181 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 5076+1788+1060 (0x13D4+0x6FC+0x424 hex)
SAVE: Size of TOC: 176 (0xB0 hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c ab.c && touch
 ab.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o ab  ab.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/AIX52/apache/sour
ces/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd-2.0.52/srclib/a
pr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sources/httpd-2.0.5
2/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/ab
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i ab.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 327 of 11718 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 58 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 966 of 966 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 26796+11160+11900 (0x68AC+0x2B98+0x2E7C hex)
SAVE: Size of TOC: 604 (0x25C hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c checkgid.c &&
 touch checkgid.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o checkgid  checkgid.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/AIX52
/apache/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sources/h
ttpd-2.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd-2.0
.52/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/checkgid
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i checkgid.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 63 of 11344 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 9 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 77 of 77 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 1356+992+4 (0x54C+0x3E0+0x4 hex)
SAVE: Size of TOC: 116 (0x74 hex)
(ld): rc
RC: Highest return code was 0.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c htdbm.c && to
uch htdbm.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o htdbm  htdbm.lo -Wl,-uXML_Parse  -lssl -lcrypto /home/AIX52/apach
e/sources/httpd-2.0.52/srclib/pcre/libpcre.la /home/AIX52/apache/sources/httpd-2
.0.52/srclib/apr-util/libaprutil-0.la /home/AIX52/apache/sources/httpd-2.0.52/sr
clib/apr-util/xml/expat/lib/libexpat.la -liconv /home/AIX52/apache/sources/httpd
-2.0.52/srclib/apr/libapr-0.la -lm -lnsl -lpthread
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/htdbm
(ld): filelist 15 2
(ld): i /lib/crt0.o
(ld): i htdbm.o
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 15
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 136 of 11415 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 34 symbols.
(ld): er full
ER: There are no unresolved symbols.
(ld): mismatch
MISMATCH: No type mismatches exist.
(ld): comprld
COMPRLD: Kept 328 of 328 relocation entries.
(ld): origin page 0x10000000 0x20000000
(ld): libpath /dc02prog/apache_2052s/lib:/usr/lib:/lib
LIBPATH: Library path set to /dc02prog/apache_2052s/lib:/usr/lib:/lib
(ld): save 1L .
SAVE: Section sizes = 9124+3100+8 (0x23A4+0xC1C+0x8 hex)
SAVE: Size of TOC: 240 (0xF0 hex)
(ld): rc
RC: Highest return code was 0.
Target "local-all" is up to date.
Target "all" is up to date.
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=compile cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/A
IX52/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources
/httpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/
srclib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/u
nix -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/ap
ache/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52
/modules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home
/AIX52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.
0.52/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02
prog/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c modules.c &&
touch modules.lo
        /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libtool --silent --mo
de=link cc_r  -g -qHALT=E    -U__STR__ -D_THREAD_SAFE -D_USE_IRS    -I/home/AIX5
2/apache/sources/httpd-2.0.52/srclib/apr/include -I/home/AIX52/apache/sources/ht
tpd-2.0.52/srclib/apr-util/include -I/home/AIX52/apache/sources/httpd-2.0.52/src
lib/apr-util/xml/expat/lib -I. -I/home/AIX52/apache/sources/httpd-2.0.52/os/unix
 -I/home/AIX52/apache/sources/httpd-2.0.52/server/mpm/worker -I/home/AIX52/apach
e/sources/httpd-2.0.52/modules/http -I/home/AIX52/apache/sources/httpd-2.0.52/mo
dules/filters -I/home/AIX52/apache/sources/httpd-2.0.52/modules/proxy -I/home/AI
X52/apache/sources/httpd-2.0.52/include -I/home/AIX52/apache/sources/httpd-2.0.5
2/modules/generators -I/home/AIX52/apache/sources/httpd-2.0.52/server -I/dc02pro
g/openssl7d/include/openssl -I/dc02prog/openssl7d/include -I/home/AIX52/apache/s
ources/httpd-2.0.52/modules/dav/main -export-dynamic -Wl,-brtl -L/home/AIX52/apa
che/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib -L/dc02prog/openssl7d/lib
  -bnoquiet -o httpd  modules.lo -Wl,-uXML_Parse -Wl,-bE:/home/AIX52/apache/sour
ces/httpd-2.0.52/server/httpd.exp modules/aaa/mod_access.la modules/aaa/mod_auth
.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/met
adata/mod_env.la modules/metadata/mod_setenvif.la modules/ssl/mod_ssl.la modules
/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_autoindex.la m
odules/generators/mod_asis.la modules/generators/mod_cgi.la modules/mappers/mod_
negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/ma
ppers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la
 modules/mappers/mod_so.la  server/mpm/worker/libworker.la  server/libmain.la  o
s/unix/libos.la -lssl -lcrypto /home/AIX52/apache/sources/httpd-2.0.52/srclib/pc
re/libpcre.la /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/libaprutil
-0.la /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/libe
xpat.la -liconv /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/libapr-0.la -
lm -lnsl -lpthread
cc_r: 1501-218 file modules/aaa/.libs/mod_access.al contains an incorrect file s
uffix
cc_r: 1501-218 file modules/aaa/.libs/mod_auth.al contains an incorrect file suf
fix
cc_r: 1501-218 file modules/filters/.libs/mod_include.al contains an incorrect f
ile suffix
cc_r: 1501-218 file modules/loggers/.libs/mod_log_config.al contains an incorrec
t file suffix
cc_r: 1501-218 file modules/metadata/.libs/mod_env.al contains an incorrect file
 suffix
cc_r: 1501-218 file modules/metadata/.libs/mod_setenvif.al contains an incorrect
 file suffix
cc_r: 1501-218 file modules/ssl/.libs/mod_ssl.al contains an incorrect file suff
ix
cc_r: 1501-218 file modules/http/.libs/mod_http.al contains an incorrect file su
ffix
cc_r: 1501-218 file modules/http/.libs/mod_mime.al contains an incorrect file su
ffix
cc_r: 1501-218 file modules/generators/.libs/mod_autoindex.al contains an incorr
ect file suffix
cc_r: 1501-218 file modules/generators/.libs/mod_asis.al contains an incorrect f
ile suffix
cc_r: 1501-218 file modules/generators/.libs/mod_cgi.al contains an incorrect fi
le suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_negotiation.al contains an incorre
ct file suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_dir.al contains an incorrect file
suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_imap.al contains an incorrect file
 suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_actions.al contains an incorrect f
ile suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_userdir.al contains an incorrect f
ile suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_alias.al contains an incorrect fil
e suffix
cc_r: 1501-218 file modules/mappers/.libs/mod_so.al contains an incorrect file s
uffix
cc_r: 1501-218 file server/mpm/worker/.libs/libworker.al contains an incorrect f
ile suffix
cc_r: 1501-218 file server/.libs/libmain.al contains an incorrect file suffix
cc_r: 1501-218 file os/unix/.libs/libos.al contains an incorrect file suffix
cc_r: 1501-218 file /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/li
bpcre.al contains an incorrect file suffix
(ld): halt 4
(ld): setopt rtl
(ld): setopt rtllib
(ld): setopt symbolic:1
(ld): lrgpage 0
(ld): savename .libs/httpd
(ld): filelist 37 3
(ld): i /lib/crt0.o
(ld): i modules.o
(ld): i modules/aaa/.libs/mod_access.al
(ld): i modules/aaa/.libs/mod_auth.al
(ld): i modules/filters/.libs/mod_include.al
(ld): i modules/loggers/.libs/mod_log_config.al
(ld): i modules/metadata/.libs/mod_env.al
(ld): i modules/metadata/.libs/mod_setenvif.al
(ld): i modules/ssl/.libs/mod_ssl.al
(ld): i modules/http/.libs/mod_http.al
(ld): i modules/http/.libs/mod_mime.al
(ld): i modules/generators/.libs/mod_autoindex.al
(ld): i modules/generators/.libs/mod_asis.al
(ld): i modules/generators/.libs/mod_cgi.al
(ld): i modules/mappers/.libs/mod_negotiation.al
(ld): i modules/mappers/.libs/mod_dir.al
(ld): i modules/mappers/.libs/mod_imap.al
(ld): i modules/mappers/.libs/mod_actions.al
(ld): i modules/mappers/.libs/mod_userdir.al
(ld): i modules/mappers/.libs/mod_alias.al
(ld): i modules/mappers/.libs/mod_so.al
(ld): i server/mpm/worker/.libs/libworker.al
(ld): i server/.libs/libmain.al
(ld): i os/unix/.libs/libos.al
(ld): lib /dc02prog/openssl7d/lib/libssl.a
(ld): lib /dc02prog/openssl7d/lib/libcrypto.a
(ld): i /home/AIX52/apache/sources/httpd-2.0.52/srclib/pcre/.libs/libpcre.al
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/.libs/libaprut
il-0.so
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr-util/xml/expat/lib/
.libs/libexpat.a
(ld): lib /usr/lib/libiconv.a
(ld): lib /home/AIX52/apache/sources/httpd-2.0.52/srclib/apr/.libs/libapr-0.so
(ld): lib /usr/lib/libm.a
(ld): lib /usr/lib/libnsl.a
(ld): lib /usr/lib/libpthread.a
(ld): lib /usr/lib/libg.a
(ld): lib /usr/lib/threads/libc.a
(ld): lib /usr/lib/librtl.a
LIBRARY: Shared object libaprutil-0.so: 195 symbols imported.
LIBRARY: Shared object libexpat.a[libexpat.so.0]: 69 symbols imported.
LIBRARY: Shared object libiconv.a[shr4.o]: 10 symbols imported.
LIBRARY: Shared object libiconv.a[shr.o]: 11 symbols imported.
LIBRARY: Shared object libapr-0.so: 436 symbols imported.
LIBRARY: Shared object libnsl.a[shr.o]: 369 symbols imported.
LIBRARY: Shared object libpthread.a[shr_comm.o]: 152 symbols imported.
LIBRARY: Shared object libpthread.a[shr_xpg5.o]: 129 symbols imported.
LIBRARY: Shared object libc.a[shr.o]: 2524 symbols imported.
LIBRARY: Shared object libc.a[meth.o]: 2 symbols imported.
LIBRARY: Shared object libc.a[posix_aio.o]: 17 symbols imported.
LIBRARY: Shared object libc.a[aio.o]: 11 symbols imported.
LIBRARY: Shared object libc.a[pse.o]: 5 symbols imported.
LIBRARY: Shared object libc.a[dl.o]: 4 symbols imported.
LIBRARY: Shared object libc.a[pty.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[shr.o]: 1 symbols imported.
LIBRARY: Shared object librtl.a[lazy42.o]: 3 symbols imported.
FILELIST: Number of previously inserted files processed: 37
(ld): exports /home/AIX52/apache/sources/httpd-2.0.52/server/httpd.exp
EXPORTS: Symbols exported: 414
(ld): exports /usr/lib/libg.exp
EXPORTS: Symbols exported: 4
(ld): keep XML_Parse
(ld): resolve
RESOLVE: 7011 of 27395 symbols were kept.
(ld): addgl /usr/lib/glink.o
ADDGL: Glink code added for 385 symbols.
(ld): er full
ld: 0711-318 ERROR: Undefined symbols were found.
        The following symbols are in error:
 Symbol                    Inpndx  TY CL Source-File(Object-File) OR Import-File
{Shared-object}
                              RLD: Address  Section  Rld-type Referencing Symbol
 -------------------------------------------------------------------------------
---------------
 .__umoddi3                [16]    ER PR bn_word.c(/dc02prog/openssl7d/lib/libcr
ypto.a[bn_word.o])
                                   00000098 .text    R_RBR    [30]    .BN_mod_wo
rd
 .__umoddi3                [18]    ER PR b_print.c(/dc02prog/openssl7d/lib/libcr
ypto.a[b_print.o])
                                   00000a90 .text    R_RBR    [52]    <.fmtint>
 .__udivdi3                [20]    ER PR b_print.c(/dc02prog/openssl7d/lib/libcr
ypto.a[b_print.o])
                                   00000acc .text    R_RBR    [52]    <.fmtint>
ER: The return code is 8.
make: 1254-004 The error code from the last command is 8.
 
 
Stop.
make: 1254-004 The error code from the last command is 1.
 
 
Stop.
apache 2.0.52s has been made now to make install

================================================================


By the way, using an old version of Openssl, compiled with Aix 4.3.3 and Gcc
2.9, i was able to get an executable version.

I am anticipating problems in the future because IBM will not support Aix 4.3.3
and we will only have Aix 5 to work with

Any advices will be helpfull

Thank you

Simon Lessard
e-mail: simon.lessard@canammanac.com

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org