Hi Bill, Please find the requested details below. OS: Ubuntu 20.04 (Running on oracle VM) Axis2/c version: 1.6.0
Please find the attached log file after running the configure command. I was trying to run binary distribution of axis2c 1.6.0 also. Could you please assist me with how to run that? Best regards, Vinay. On Fri, 10 Sept 2021 at 19:52, Bill Blough <de...@blough.us.invalid> wrote: > Depending on where the dev files got installed, you may need to specify > the path to them ( --with-apache2=/path/to/header/files ) when running > configure. > > What distro and version are you using? > > Can you please attach the config.log from a 1.6 (or newer) build attempt? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org > For additional commands, e-mail: c-user-h...@axis.apache.org > >
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by axis2c-src configure 1.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --enable-guththila-yes --prefix=/home/charlie/Documents/axis2/axis2c-src-1.6.0 --with-apache2=/usr/local/apache2/include ## --------- ## ## Platform. ## ## --------- ## hostname = charlie-VirtualBox uname -m = x86_64 uname -r = 5.11.0-34-generic uname -s = Linux uname -v = #36~20.04.1-Ubuntu SMP Fri Aug 27 08:06:32 UTC 2021 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /snap/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2039: checking build system type configure:2057: result: x86_64-unknown-linux-gnu configure:2079: checking host system type configure:2094: result: x86_64-unknown-linux-gnu configure:2116: checking target system type configure:2131: result: x86_64-unknown-linux-gnu configure:2176: checking for a BSD-compatible install configure:2232: result: /usr/bin/install -c configure:2243: checking whether build environment is sane configure:2286: result: yes configure:2314: checking for a thread-safe mkdir -p configure:2353: result: /usr/bin/mkdir -p configure:2366: checking for gawk configure:2396: result: no configure:2366: checking for mawk configure:2382: found /usr/bin/mawk configure:2393: result: mawk configure:2404: checking whether make sets $(MAKE) configure:2425: result: yes configure:2608: checking how to create a ustar tar archive configure:2621: tar --version tar (GNU tar) 1.30 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2624: $? = 0 configure:2664: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:2667: $? = 0 configure:2671: tar -xf - <conftest.tar configure:2674: $? = 0 configure:2687: result: gnutar configure:2744: checking for gcc configure:2760: found /usr/bin/gcc configure:2771: result: gcc configure:3009: checking for C compiler version configure:3016: gcc --version >&5 gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3019: $? = 0 configure:3026: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) configure:3029: $? = 0 configure:3036: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3039: $? = 1 configure:3062: checking for C compiler default output file name configure:3089: gcc conftest.c >&5 configure:3092: $? = 0 configure:3130: result: a.out configure:3147: checking whether the C compiler works configure:3157: ./a.out configure:3160: $? = 0 configure:3177: result: yes configure:3184: checking whether we are cross compiling configure:3186: result: no configure:3189: checking for suffix of executables configure:3196: gcc -o conftest conftest.c >&5 configure:3199: $? = 0 configure:3223: result: configure:3229: checking for suffix of object files configure:3255: gcc -c conftest.c >&5 configure:3258: $? = 0 configure:3281: result: o configure:3285: checking whether we are using the GNU C compiler configure:3314: gcc -c conftest.c >&5 configure:3320: $? = 0 configure:3337: result: yes configure:3342: checking whether gcc accepts -g configure:3372: gcc -c -g conftest.c >&5 configure:3378: $? = 0 configure:3477: result: yes configure:3494: checking for gcc option to accept ISO C89 configure:3568: gcc -c -g -O2 conftest.c >&5 configure:3574: $? = 0 configure:3597: result: none needed configure:3626: checking for style of include used by make configure:3654: result: GNU configure:3679: checking dependency style of gcc configure:3770: result: gcc3 configure:3843: checking for g++ configure:3859: found /usr/bin/g++ configure:3870: result: g++ configure:3901: checking for C++ compiler version configure:3908: g++ --version >&5 g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3911: $? = 0 configure:3918: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) configure:3921: $? = 0 configure:3928: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:3931: $? = 1 configure:3934: checking whether we are using the GNU C++ compiler configure:3963: g++ -c conftest.cpp >&5 configure:3969: $? = 0 configure:3986: result: yes configure:3991: checking whether g++ accepts -g configure:4021: g++ -c -g conftest.cpp >&5 configure:4027: $? = 0 configure:4126: result: yes configure:4151: checking dependency style of g++ configure:4242: result: gcc3 configure:4262: checking how to run the C preprocessor configure:4302: gcc -E conftest.c configure:4308: $? = 0 configure:4339: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory 10 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4345: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4378: result: gcc -E configure:4407: gcc -E conftest.c configure:4413: $? = 0 configure:4444: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory 10 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4450: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4559: checking for a sed that does not truncate output configure:4615: result: /usr/bin/sed configure:4618: checking for grep that handles long lines and -e configure:4692: result: /usr/bin/grep configure:4697: checking for egrep configure:4775: result: /usr/bin/grep -E configure:4791: checking for ld used by gcc configure:4858: result: /usr/bin/ld configure:4867: checking if the linker (/usr/bin/ld) is GNU ld configure:4882: result: yes configure:4887: checking for /usr/bin/ld option to reload object files configure:4894: result: -r configure:4912: checking for BSD-compatible nm configure:4961: result: /usr/bin/nm -B configure:4965: checking whether ln -s works configure:4969: result: yes configure:4976: checking how to recognize dependent libraries configure:5162: result: pass_all configure:5251: gcc -c -g -O2 conftest.c >&5 configure:5254: $? = 0 configure:5399: checking for ANSI C header files configure:5429: gcc -c -g -O2 conftest.c >&5 configure:5435: $? = 0 configure:5534: gcc -o conftest -g -O2 conftest.c >&5 configure:5537: $? = 0 configure:5543: ./conftest configure:5546: $? = 0 configure:5563: result: yes configure:5587: checking for sys/types.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for sys/stat.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for stdlib.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for string.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for memory.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for strings.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for inttypes.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for stdint.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5587: checking for unistd.h configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5614: $? = 0 configure:5630: result: yes configure:5657: checking dlfcn.h usability configure:5674: gcc -c -g -O2 conftest.c >&5 configure:5680: $? = 0 configure:5694: result: yes configure:5698: checking dlfcn.h presence configure:5713: gcc -E conftest.c configure:5719: $? = 0 configure:5733: result: yes configure:5761: checking for dlfcn.h configure:5769: result: yes configure:5792: checking how to run the C++ preprocessor configure:5828: g++ -E conftest.cpp configure:5834: $? = 0 configure:5865: g++ -E conftest.cpp conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory 21 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5871: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5904: result: g++ -E configure:5933: g++ -E conftest.cpp configure:5939: $? = 0 configure:5970: g++ -E conftest.cpp conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory 21 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5976: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6069: checking for g77 configure:6099: result: no configure:6069: checking for xlf configure:6099: result: no configure:6069: checking for f77 configure:6099: result: no configure:6069: checking for frt configure:6099: result: no configure:6069: checking for pgf77 configure:6099: result: no configure:6069: checking for cf77 configure:6099: result: no configure:6069: checking for fort77 configure:6099: result: no configure:6069: checking for fl32 configure:6099: result: no configure:6069: checking for af77 configure:6099: result: no configure:6069: checking for xlf90 configure:6099: result: no configure:6069: checking for f90 configure:6099: result: no configure:6069: checking for pgf90 configure:6099: result: no configure:6069: checking for pghpf configure:6099: result: no configure:6069: checking for epcf90 configure:6099: result: no configure:6069: checking for gfortran configure:6099: result: no configure:6069: checking for g95 configure:6099: result: no configure:6069: checking for xlf95 configure:6099: result: no configure:6069: checking for f95 configure:6099: result: no configure:6069: checking for fort configure:6099: result: no configure:6069: checking for ifort configure:6099: result: no configure:6069: checking for ifc configure:6099: result: no configure:6069: checking for efc configure:6099: result: no configure:6069: checking for pgf95 configure:6099: result: no configure:6069: checking for lf95 configure:6099: result: no configure:6069: checking for ftn configure:6099: result: no configure:6126: checking for Fortran 77 compiler version configure:6133: --version >&5 ./configure: line 6134: --version: command not found configure:6136: $? = 127 configure:6143: -v >&5 ./configure: line 6144: -v: command not found configure:6146: $? = 127 configure:6153: -V >&5 ./configure: line 6154: -V: command not found configure:6156: $? = 127 configure:6164: checking whether we are using the GNU Fortran 77 compiler configure:6183: -c conftest.F >&5 ./configure: line 6184: -c: command not found configure:6189: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6206: result: no configure:6212: checking whether accepts -g configure:6229: -c -g conftest.f >&5 ./configure: line 6230: -c: command not found configure:6235: $? = 127 configure: failed program was: | program main | | end configure:6251: result: no configure:6281: checking the maximum length of command line arguments configure:6393: result: 1572864 configure:6405: checking command to parse /usr/bin/nm -B output from gcc object configure:6510: gcc -c -g -O2 conftest.c >&5 configure:6513: $? = 0 configure:6517: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6520: $? = 0 configure:6572: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6575: $? = 0 configure:6613: result: ok configure:6617: checking for objdir configure:6632: result: .libs configure:6724: checking for ar configure:6740: found /usr/bin/ar configure:6751: result: ar configure:6820: checking for ranlib configure:6836: found /usr/bin/ranlib configure:6847: result: ranlib configure:6916: checking for strip configure:6932: found /usr/bin/strip configure:6943: result: strip configure:7229: checking if gcc supports -fno-rtti -fno-exceptions configure:7252: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:7256: $? = 0 configure:7264: result: no configure:7254: checking for gcc option to produce PIC configure:7486: result: -fPIC configure:7494: checking if gcc PIC flag -fPIC works configure:7542: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:7546: $? = 0 configure:7529: result: yes configure:7528: checking if gcc static flag -static works configure:7556: result: yes configure:7566: checking if gcc supports -c -o file.o configure:7646: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7650: $? = 0 configure:7589: result: yes configure:7615: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:8596: result: yes configure:8617: checking whether -lc should be explicitly linked in configure:8622: gcc -c -g -O2 conftest.c >&5 configure:8625: $? = 0 configure:8640: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8643: $? = 0 configure:8655: result: no configure:8663: checking dynamic linker characteristics configure:9277: result: GNU/Linux ld.so configure:9286: checking how to hardcode library paths into programs configure:9311: result: immediate configure:9325: checking whether stripping libraries is possible configure:9330: result: yes configure:10132: checking if libtool supports shared libraries configure:10134: result: yes configure:10137: checking whether to build shared libraries configure:10158: result: yes configure:10161: checking whether to build static libraries configure:10165: result: yes configure:10258: creating libtool configure:10846: checking for ld used by g++ configure:10913: result: /usr/bin/ld -m elf_x86_64 configure:10922: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:10937: result: yes configure:10988: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11962: result: yes configure:11980: g++ -c -g -O2 conftest.cpp >&5 configure:11983: $? = 0 configure:12135: checking for g++ option to produce PIC configure:12419: result: -fPIC configure:12427: checking if g++ PIC flag -fPIC works configure:12528: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:12532: $? = 0 configure:12462: result: yes configure:12490: checking if g++ static flag -static works configure:12518: result: yes configure:12528: checking if g++ supports -c -o file.o configure:12632: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:12636: $? = 0 configure:12575: result: yes configure:12601: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:12629: result: yes configure:12696: checking dynamic linker characteristics configure:13258: result: GNU/Linux ld.so configure:13267: checking how to hardcode library paths into programs configure:13292: result: immediate configure:19502: checking for a BSD-compatible install configure:19558: result: /usr/bin/install -c configure:19569: checking whether ln -s works configure:19573: result: yes configure:19580: checking whether make sets $(MAKE) configure:19601: result: yes configure:19612: checking for ISO C99 varargs macros in C configure:19639: gcc -c -g -O2 conftest.c >&5 configure:19645: $? = 0 configure:19659: result: yes configure:19662: checking for GNUC varargs macros configure:19689: gcc -c -g -O2 conftest.c >&5 configure:19695: $? = 0 configure:19709: result: yes configure:19728: checking for dlopen in -ldl configure:19763: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:19769: $? = 0 configure:19787: result: yes configure:19799: checking for inflate in -lz configure:19834: gcc -o conftest -g -O2 conftest.c -lz -ldl >&5 /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:19840: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inflate (); | int | main () | { | return inflate (); | ; | return 0; | } configure:19858: result: no configure:19870: checking for socket in -lsocket configure:19905: gcc -o conftest -g -O2 conftest.c -lsocket -ldl >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:19911: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:19929: result: no configure:19965: checking for ANSI C header files configure:20129: result: yes configure:20156: checking stdio.h usability configure:20173: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20179: $? = 0 configure:20193: result: yes configure:20197: checking stdio.h presence configure:20212: gcc -E -D_LARGEFILE64_SOURCE conftest.c configure:20218: $? = 0 configure:20232: result: yes configure:20260: checking for stdio.h configure:20268: result: yes configure:20146: checking for stdlib.h configure:20152: result: yes configure:20146: checking for string.h configure:20152: result: yes configure:20296: checking sys/socket.h usability configure:20313: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20319: $? = 0 configure:20333: result: yes configure:20337: checking sys/socket.h presence configure:20352: gcc -E -D_LARGEFILE64_SOURCE conftest.c configure:20358: $? = 0 configure:20372: result: yes configure:20400: checking for sys/socket.h configure:20408: result: yes configure:20425: checking for net/if.h configure:20458: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20464: $? = 0 configure:20480: result: yes configure:20495: checking for linux/if.h configure:20520: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20526: $? = 0 configure:20542: result: yes configure:20568: checking net/if_types.h usability configure:20585: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:64:10: fatal error: net/if_types.h: No such file or directory 64 | #include <net/if_types.h> | ^~~~~~~~~~~~~~~~ compilation terminated. configure:20591: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <net/if_types.h> configure:20605: result: no configure:20609: checking net/if_types.h presence configure:20624: gcc -E -D_LARGEFILE64_SOURCE conftest.c conftest.c:31:10: fatal error: net/if_types.h: No such file or directory 31 | #include <net/if_types.h> | ^~~~~~~~~~~~~~~~ compilation terminated. configure:20630: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <net/if_types.h> configure:20644: result: no configure:20672: checking for net/if_types.h configure:20680: result: no configure:20708: checking net/if_dl.h usability configure:20725: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:64:10: fatal error: net/if_dl.h: No such file or directory 64 | #include <net/if_dl.h> | ^~~~~~~~~~~~~ compilation terminated. configure:20731: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <net/if_dl.h> configure:20745: result: no configure:20749: checking net/if_dl.h presence configure:20764: gcc -E -D_LARGEFILE64_SOURCE conftest.c conftest.c:31:10: fatal error: net/if_dl.h: No such file or directory 31 | #include <net/if_dl.h> | ^~~~~~~~~~~~~ compilation terminated. configure:20770: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <net/if_dl.h> configure:20784: result: no configure:20812: checking for net/if_dl.h configure:20820: result: no configure:20849: checking sys/appleapiopts.h usability configure:20866: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:64:10: fatal error: sys/appleapiopts.h: No such file or directory 64 | #include <sys/appleapiopts.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:20872: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/appleapiopts.h> configure:20886: result: no configure:20890: checking sys/appleapiopts.h presence configure:20905: gcc -E -D_LARGEFILE64_SOURCE conftest.c conftest.c:31:10: fatal error: sys/appleapiopts.h: No such file or directory 31 | #include <sys/appleapiopts.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:20911: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "axis2c-src" | #define PACKAGE_TARNAME "axis2c-src" | #define PACKAGE_VERSION "1.6.0" | #define PACKAGE_STRING "axis2c-src 1.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "axis2c-src" | #define VERSION "1.6.0" | #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 HAVE_DLFCN_H 1 | #define HAVE_ISO_VARARGS 1 | #define HAVE_GNUC_VARARGS 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_LINUX_IF_H 1 | /* end confdefs.h. */ | #include <sys/appleapiopts.h> configure:20925: result: no configure:20953: checking for sys/appleapiopts.h configure:20961: result: no configure:20977: checking whether to use archive configure:21008: result: no configure:21014: checking whether to build xpath configure:21031: result: yes configure:21040: checking whether to build guththila xml parser library configure:21059: result: yes configure:21073: checking whether to build libxml2 xml parser library configure:21124: checking for pkg-config configure:21142: found /usr/bin/pkg-config configure:21154: result: /usr/bin/pkg-config configure:21183: checking pkg-config is at least version 0.9.0 configure:21186: result: yes configure:21324: result: no configure:21331: checking whether to build tcp transport configure:21348: result: no configure:21354: checking whether to use cgi transport configure:21371: result: no configure:21377: checking whether to build AMQP transport configure:21404: result: no configure:21410: checking whether to use apache2 as server transport configure:21422: result: yes configure:21443: checking whether to use apr. Note that if you build with apache2 you might need to do this. configure:21468: result: no configure:21474: checking whether to build tests configure:21492: result: no configure:21500: checking whether to enable trace configure:21519: result: no configure:21527: checking whether to enable multi threading configure:21547: result: yes configure:21555: checking whether to use openssl configure:21576: result: no configure:21584: checking whether to use libcurl configure:21605: result: no configure:21785: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by axis2c-src config.status 1.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on charlie-VirtualBox config.status:746: creating Makefile config.status:746: creating src/Makefile config.status:746: creating src/core/Makefile config.status:746: creating src/core/description/Makefile config.status:746: creating src/core/context/Makefile config.status:746: creating src/core/engine/Makefile config.status:746: creating src/core/addr/Makefile config.status:746: creating src/core/phaseresolver/Makefile config.status:746: creating src/core/transport/Makefile config.status:746: creating src/core/transport/http/Makefile config.status:746: creating src/core/transport/http/common/Makefile config.status:746: creating src/core/transport/http/util/Makefile config.status:746: creating src/core/transport/http/sender/Makefile config.status:746: creating src/core/transport/http/sender/ssl/Makefile config.status:746: creating src/core/transport/http/sender/libcurl/Makefile config.status:746: creating src/core/transport/http/receiver/Makefile config.status:746: creating src/core/transport/http/server/simple_axis2_server/Makefile config.status:746: creating src/core/transport/http/server/Makefile config.status:746: creating src/core/transport/http/server/apache2/Makefile config.status:746: creating src/core/transport/tcp/Makefile config.status:746: creating src/core/transport/tcp/sender/Makefile config.status:746: creating src/core/transport/tcp/receiver/Makefile config.status:746: creating src/core/transport/tcp/server/Makefile config.status:746: creating src/core/transport/tcp/server/simple_tcp_server/Makefile config.status:746: creating src/core/transport/amqp/Makefile config.status:746: creating src/core/transport/amqp/util/Makefile config.status:746: creating src/core/transport/amqp/receiver/Makefile config.status:746: creating src/core/transport/amqp/receiver/qpid_receiver/Makefile config.status:746: creating src/core/transport/amqp/receiver/qpid_receiver/request_processor/Makefile config.status:746: creating src/core/transport/amqp/sender/Makefile config.status:746: creating src/core/transport/amqp/sender/qpid_sender/Makefile config.status:746: creating src/core/transport/amqp/server/Makefile config.status:746: creating src/core/transport/amqp/server/axis2_amqp_server/Makefile config.status:746: creating src/core/transport/http/server/CGI/Makefile config.status:746: creating src/core/deployment/Makefile config.status:746: creating src/core/clientapi/Makefile config.status:746: creating src/core/receivers/Makefile config.status:746: creating src/core/util/Makefile config.status:746: creating src/modules/Makefile config.status:746: creating src/modules/mod_addr/Makefile config.status:746: creating src/modules/mod_log/Makefile config.status:746: creating test/Makefile config.status:746: creating test/core/Makefile config.status:746: creating test/core/description/Makefile config.status:746: creating test/core/clientapi/Makefile config.status:746: creating test/core/deployment/Makefile config.status:746: creating test/core/context/Makefile config.status:746: creating test/core/engine/Makefile config.status:746: creating test/core/addr/Makefile config.status:746: creating test/core/transport/Makefile config.status:746: creating test/core/transport/http/Makefile config.status:746: creating tools/tcpmon/Makefile config.status:746: creating tools/tcpmon/src/Makefile config.status:746: creating tools/md5/Makefile config.status:746: creating tools/md5/src/Makefile config.status:746: creating ides/Makefile config.status:746: creating include/Makefile config.status:746: creating axis2c.pc config.status:746: creating config.h config.status:983: config.h is unchanged config.status:1029: executing depfiles commands configure:23205: === configuring in util (/home/charlie/Documents/axis2/axis2c-src-1.6.0/util) configure:23308: running /bin/bash ./configure '--prefix=/home/charlie/Documents/axis2/axis2c-src-1.6.0' '--enable-guththila-yes' '--with-apache2=/usr/local/apache2/include' --cache-file=/dev/null --srcdir=. configure:23205: === configuring in axiom (/home/charlie/Documents/axis2/axis2c-src-1.6.0/axiom) configure:23308: running /bin/bash ./configure '--prefix=/home/charlie/Documents/axis2/axis2c-src-1.6.0' '--enable-guththila-yes' '--with-apache2=/usr/local/apache2/include' --cache-file=/dev/null --srcdir=. configure:23205: === configuring in neethi (/home/charlie/Documents/axis2/axis2c-src-1.6.0/neethi) configure:23308: running /bin/bash ./configure '--prefix=/home/charlie/Documents/axis2/axis2c-src-1.6.0' '--enable-guththila-yes' '--with-apache2=/usr/local/apache2/include' --cache-file=/dev/null --srcdir=. configure:23205: === configuring in guththila (/home/charlie/Documents/axis2/axis2c-src-1.6.0/guththila) configure:23308: running /bin/bash ./configure '--prefix=/home/charlie/Documents/axis2/axis2c-src-1.6.0' '--enable-guththila-yes' '--with-apache2=/usr/local/apache2/include' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_linux_if_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_if_dl_h=no ac_cv_header_net_if_h=yes ac_cv_header_net_if_types_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_appleapiopts_h=no ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_socket_socket=no ac_cv_lib_z_inflate=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-unknown-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMQP_DIR='' AMTAR='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run tar' APACHE2BUILD='apache2' APACHE2INC='-I/usr/include/apache2' APRINC='' AR='ar' AUTOCONF='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run autoconf' AUTOHEADER='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run autoheader' AUTOMAKE='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run automake-1.10' AWK='mawk' AXIS2_LIBCURL_ENABLED_FALSE='' AXIS2_LIBCURL_ENABLED_TRUE='#' AXIS2_SSL_ENABLED_FALSE='' AXIS2_SSL_ENABLED_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g -D_GNU_SOURCE -DAXIS2_GUTHTHILA_ENABLED -DAXIS2_SVR_MULTI_THREADED' CGI_DIR='' CPP='gcc -E' CPPFLAGS=' -D_LARGEFILE64_SOURCE -DAXIS2_GUTHTHILA_ENABLED -DAXIS2_SVR_MULTI_THREADED' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DICLIENT_DIR='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='' FFLAGS='' GREP='/usr/bin/grep' GUTHTHILA_DIR='guththila' GUTHTHILA_LIBS='/guththila/src/' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' -lpthread' LIBOBJS='' LIBS='-ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML2_CFLAGS='' LIBXML2_LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/charlie/Documents/axis2/axis2c-src-1.6.0/missing --run makeinfo' OBJEXT='o' PACKAGE='axis2c-src' PACKAGE_BUGREPORT='' PACKAGE_NAME='axis2c-src' PACKAGE_STRING='axis2c-src 1.6.0' PACKAGE_TARNAME='axis2c-src' PACKAGE_VERSION='1.6.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' QPID_HOME='' RANLIB='ranlib' SAMPLES='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' TCP_DIR='' TESTDIR='' VERSION='1.6.0' VERSION_NO='6:0:6' WRAPPER_DIR='guththila' ZLIBBUILD='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/charlie/Documents/axis2/axis2c-src-1.6.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/charlie/Documents/axis2/axis2c-src-1.6.0' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' util axiom neethi guththila' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "axis2c-src" #define PACKAGE_TARNAME "axis2c-src" #define PACKAGE_VERSION "1.6.0" #define PACKAGE_STRING "axis2c-src 1.6.0" #define PACKAGE_BUGREPORT "" #define PACKAGE "axis2c-src" #define VERSION "1.6.0" #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 HAVE_DLFCN_H 1 #define HAVE_ISO_VARARGS 1 #define HAVE_GNUC_VARARGS 1 #define HAVE_LIBDL 1 #define STDC_HEADERS 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NET_IF_H 1 #define HAVE_LINUX_IF_H 1 configure: exit 0
--------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org