| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by Mini-XML configure 2.10, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = sensors.lesprojekt.cz
- uname -m = x86_64
- uname -r = 2.6.32-bpo.5-amd64
- uname -s = Linux
- uname -v = #1 SMP Wed Jul 20 09:10:04 UTC 2011
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /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/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/games
- PATH: /home/mara/omnetpp-4.1/bin
- PATH: /home/mara/omnetpp-4.1/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2295: checking for gcc
- configure:2311: found /usr/bin/gcc
- configure:2322: result: gcc
- configure:2551: checking for C compiler version
- configure:2560: gcc --version >&5
- gcc (Debian 4.3.4-6~bpo50+1) 4.3.4
- Copyright (C) 2008 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:2571: $? = 0
- configure:2560: gcc -v >&5
- Using built-in specs.
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6~bpo50+1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.3.4 (Debian 4.3.4-6~bpo50+1)
- configure:2571: $? = 0
- configure:2560: gcc -V >&5
- gcc: '-V' option must have argument
- configure:2571: $? = 1
- configure:2560: gcc -qversion >&5
- gcc: unrecognized option '-qversion'
- gcc: no input files
- configure:2571: $? = 1
- configure:2591: checking whether the C compiler works
- configure:2613: gcc conftest.c >&5
- configure:2617: $? = 0
- configure:2665: result: yes
- configure:2668: checking for C compiler default output file name
- configure:2670: result: a.out
- configure:2676: checking for suffix of executables
- configure:2683: gcc -o conftest conftest.c >&5
- configure:2687: $? = 0
- configure:2709: result:
- configure:2731: checking whether we are cross compiling
- configure:2739: gcc -o conftest conftest.c >&5
- configure:2743: $? = 0
- configure:2750: ./conftest
- configure:2754: $? = 0
- configure:2769: result: no
- configure:2774: checking for suffix of object files
- configure:2796: gcc -c conftest.c >&5
- configure:2800: $? = 0
- configure:2821: result: o
- configure:2825: checking whether we are using the GNU C compiler
- configure:2844: gcc -c conftest.c >&5
- configure:2844: $? = 0
- configure:2853: result: yes
- configure:2862: checking whether gcc accepts -g
- configure:2882: gcc -c -g conftest.c >&5
- configure:2882: $? = 0
- configure:2923: result: yes
- configure:2940: checking for gcc option to accept ISO C89
- configure:3003: gcc -c conftest.c >&5
- configure:3003: $? = 0
- configure:3016: result: none needed
- configure:3094: checking for g++
- configure:3110: found /usr/bin/g++
- configure:3121: result: g++
- configure:3148: checking for C++ compiler version
- configure:3157: g++ --version >&5
- g++ (Debian 4.3.4-6~bpo50+1) 4.3.4
- Copyright (C) 2008 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:3168: $? = 0
- configure:3157: g++ -v >&5
- Using built-in specs.
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6~bpo50+1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.3.4 (Debian 4.3.4-6~bpo50+1)
- configure:3168: $? = 0
- configure:3157: g++ -V >&5
- g++: '-V' option must have argument
- configure:3168: $? = 1
- configure:3157: g++ -qversion >&5
- g++: unrecognized option '-qversion'
- g++: no input files
- configure:3168: $? = 1
- configure:3172: checking whether we are using the GNU C++ compiler
- configure:3191: g++ -c conftest.cpp >&5
- configure:3191: $? = 0
- configure:3200: result: yes
- configure:3209: checking whether g++ accepts -g
- configure:3229: g++ -c -g conftest.cpp >&5
- configure:3229: $? = 0
- configure:3270: result: yes
- configure:3336: checking for a BSD-compatible install
- configure:3404: result: /usr/bin/install -c
- configure:3462: checking for ranlib
- configure:3478: found /usr/bin/ranlib
- configure:3489: result: ranlib
- configure:3513: checking for ar
- configure:3531: found /usr/bin/ar
- configure:3543: result: /usr/bin/ar
- configure:3553: checking for cp
- configure:3571: found /bin/cp
- configure:3583: result: /bin/cp
- configure:3593: checking for ln
- configure:3611: found /bin/ln
- configure:3623: result: /bin/ln
- configure:3633: checking for mkdir
- configure:3651: found /bin/mkdir
- configure:3663: result: /bin/mkdir
- configure:3673: checking for rm
- configure:3691: found /bin/rm
- configure:3703: result: /bin/rm
- configure:3724: checking for inline
- configure:3740: gcc -c conftest.c >&5
- configure:3740: $? = 0
- configure:3748: result: inline
- configure:3770: checking for strdup
- configure:3770: gcc -o conftest conftest.c >&5
- conftest.c:33: warning: conflicting types for built-in function 'strdup'
- configure:3770: $? = 0
- configure:3770: result: yes
- configure:3785: checking for snprintf
- configure:3785: gcc -o conftest conftest.c >&5
- conftest.c:34: warning: conflicting types for built-in function 'snprintf'
- configure:3785: $? = 0
- configure:3785: result: yes
- configure:3785: checking for vsnprintf
- configure:3785: gcc -o conftest conftest.c >&5
- conftest.c:35: warning: conflicting types for built-in function 'vsnprintf'
- configure:3785: $? = 0
- configure:3785: result: yes
- configure:3796: checking for long long int
- configure:3823: result: yes
- configure:3847: checking how to run the C preprocessor
- configure:3878: gcc -E conftest.c
- configure:3878: $? = 0
- configure:3892: gcc -E conftest.c
- conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
- configure:3892: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Mini-XML"
- | #define PACKAGE_TARNAME "mxml"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "Mini-XML 2.10"
- | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
- | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
- | #define MXML_VERSION "Mini-XML v2.10"
- | #define HAVE_STRDUP 1
- | #define HAVE_SNPRINTF 1
- | #define HAVE_VSNPRINTF 1
- | #define HAVE_LONG_LONG 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3917: result: gcc -E
- configure:3937: gcc -E conftest.c
- configure:3937: $? = 0
- configure:3951: gcc -E conftest.c
- conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
- configure:3951: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Mini-XML"
- | #define PACKAGE_TARNAME "mxml"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "Mini-XML 2.10"
- | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
- | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
- | #define MXML_VERSION "Mini-XML v2.10"
- | #define HAVE_STRDUP 1
- | #define HAVE_SNPRINTF 1
- | #define HAVE_VSNPRINTF 1
- | #define HAVE_LONG_LONG 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3980: checking for grep that handles long lines and -e
- configure:4038: result: /bin/grep
- configure:4043: checking for egrep
- configure:4105: result: /bin/grep -E
- configure:4110: checking for ANSI C header files
- configure:4130: gcc -c conftest.c >&5
- configure:4130: $? = 0
- configure:4203: gcc -o conftest conftest.c >&5
- configure:4203: $? = 0
- configure:4203: ./conftest
- configure:4203: $? = 0
- configure:4214: result: yes
- configure:4227: checking for sys/types.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for sys/stat.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for stdlib.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for string.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for memory.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for strings.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for inttypes.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for stdint.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4227: checking for unistd.h
- configure:4227: gcc -c conftest.c >&5
- configure:4227: $? = 0
- configure:4227: result: yes
- configure:4239: checking pthread.h usability
- configure:4239: gcc -c conftest.c >&5
- configure:4239: $? = 0
- configure:4239: result: yes
- configure:4239: checking pthread.h presence
- configure:4239: gcc -E conftest.c
- configure:4239: $? = 0
- configure:4239: result: yes
- configure:4239: checking for pthread.h
- configure:4239: result: yes
- configure:4249: checking for pthread_create using -lpthreads
- configure:4264: gcc -o conftest conftest.c -lpthreads >&5
- /usr/bin/ld: cannot find -lpthreads
- collect2: ld returned 1 exit status
- configure:4264: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Mini-XML"
- | #define PACKAGE_TARNAME "mxml"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "Mini-XML 2.10"
- | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
- | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
- | #define MXML_VERSION "Mini-XML v2.10"
- | #define HAVE_STRDUP 1
- | #define HAVE_SNPRINTF 1
- | #define HAVE_VSNPRINTF 1
- | #define HAVE_LONG_LONG 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 HAVE_PTHREAD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_create(0, 0, 0, 0);
- | ;
- | return 0;
- | }
- configure:4269: result: no
- configure:4249: checking for pthread_create using -lpthread
- configure:4264: gcc -o conftest conftest.c -lpthread >&5
- configure:4264: $? = 0
- configure:4269: result: yes
- configure:4301: checking for shared library support
- configure:4333: result: yes
- configure:4585: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by Mini-XML config.status 2.10, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on sensors.lesprojekt.cz
- config.status:831: creating Makefile
- config.status:831: creating mxml.list
- config.status:831: creating mxml.pc
- config.status:831: creating config.h
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_c_long_long=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_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_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_func_snprintf=yes
- ac_cv_func_strdup=yes
- ac_cv_func_vsnprintf=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_pthread_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_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_objext=o
- ac_cv_path_AR=/usr/bin/ar
- ac_cv_path_CP=/bin/cp
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_LN=/bin/ln
- ac_cv_path_MKDIR=/bin/mkdir
- ac_cv_path_RM=/bin/rm
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR='/usr/bin/ar'
- ARCHFLAGS=''
- ARFLAGS='crvs'
- CC='gcc'
- CFLAGS='-Wall '
- CP='/bin/cp'
- CPP='gcc -E'
- CPPFLAGS=''
- CXX='g++'
- CXXFLAGS=''
- DEFS='-DHAVE_CONFIG_H'
- DSO='$(CC)'
- DSOFLAGS=' -Wl,-soname,libmxml.so.1,-rpath,$(libdir) -shared $(OPTIM)'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- GREP='/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- LDFLAGS=' -Wl,-rpath,$(libdir)'
- LIBMXML='libmxml.so.1.5'
- LIBOBJS=''
- LIBS=''
- LN='/bin/ln'
- LTLIBOBJS=''
- MKDIR='/bin/mkdir'
- OBJEXT='o'
- OPTIM='-fPIC -Os -g'
- PACKAGE_BUGREPORT='http://www.msweet.org/bugs.php/Mini-XML'
- PACKAGE_NAME='Mini-XML'
- PACKAGE_STRING='Mini-XML 2.10'
- PACKAGE_TARNAME='mxml'
- PACKAGE_URL='http://www.msweet.org/projects.php/Mini-XML'
- PACKAGE_VERSION='2.10'
- PATH_SEPARATOR=':'
- PC_CFLAGS='-I${prefix}/include'
- PC_LIBS='-L${exec_prefix}/lib -lmxml'
- PICFLAG='1'
- PTHREAD_FLAGS='-D_THREAD_SAFE -D_REENTRANT'
- PTHREAD_LIBS='-lpthread'
- RANLIB='ranlib'
- RM='/bin/rm'
- SHELL='/bin/bash'
- VERSION='2.10'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- bindir='${exec_prefix}/bin'
- build_alias=''
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/mxml'
- dvidir='${docdir}'
- exec_prefix='/usr/local'
- host_alias=''
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "Mini-XML"
- #define PACKAGE_TARNAME "mxml"
- #define PACKAGE_VERSION "2.10"
- #define PACKAGE_STRING "Mini-XML 2.10"
- #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
- #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
- #define MXML_VERSION "Mini-XML v2.10"
- #define HAVE_STRDUP 1
- #define HAVE_SNPRINTF 1
- #define HAVE_VSNPRINTF 1
- #define HAVE_LONG_LONG 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 HAVE_PTHREAD_H 1
- configure: exit 0
|