Hi Tommi,

thanks for your reply. I'm not in the office too often, that's why I
didn't answer earlier.

> how did you install TntReader 1.0.2? Did you compile from source?
No, I used the static package from your website
(TntReader-static-x86_64-1.0.2.tar.gz).

> Which 
> cxxtools and tntnet-versions did you use? If you compiled cxxtools, please 
> send the config.log.
For compiling I downloaded the source package from here:
http://www.tntnet.org/download/TntReader-1.0.1-2.zip
The versions are:
cxxtools: 1.4.5.2
tntnet: 1.6.0.5

> I tried TntReader on Fedora 10 and it worked without problems.
How did you install it and which version?

> Please do not copy manually iconv-headers into your system. Use the package 
> manager instead. The header /usr/include/iconv.h is in the package 
> glibc-headers on my Fedora 10 system. But if you can compile the programs you 
> have it installed for sure.
I didn't know, the iconv.h was in glibc, so I installed the headers (of
course using yum) but still could not compile:
src/.libs/libcxxtools.so: undefined reference to `libiconv'
src/.libs/libcxxtools.so: undefined reference to `libiconv_close'
src/.libs/libcxxtools.so: undefined reference to `libiconv_open'

Attached you can find the config.log. It shows a problem with iconv. The
installed version of glibc on my machine is 2.8, 64 bit. Maybe the 64bit
thing is the problem here? At least the binaries in your 1.0.1-2.zip
don't work with the 64bit libraries (presumably compiled against 32bit).

Regards,
Tim


PS: Sorry, didn't write to the list, but just to you.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cxxtools configure 1.4.5.2, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = web
uname -m = x86_64
uname -r = 2.6.25-14.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Thu May 1 06:06:21 EDT 2008

/usr/bin/uname -p = unknown
/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/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1992: checking for a BSD-compatible install
configure:2048: result: /usr/bin/install -c
configure:2059: checking whether build environment is sane
configure:2102: result: yes
configure:2167: checking for gawk
configure:2183: found /bin/gawk
configure:2194: result: gawk
configure:2205: checking whether make sets $(MAKE)
configure:2226: result: yes
configure:2442: checking for style of include used by make
configure:2470: result: GNU
configure:2543: checking for gcc
configure:2559: found /usr/bin/gcc
configure:2570: result: gcc
configure:2808: checking for C compiler version
configure:2815: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
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:2818: $? = 0
configure:2825: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 
configure:2828: $? = 0
configure:2835: gcc -V >&5
gcc: '-V' option must have argument
configure:2838: $? = 1
configure:2861: checking for C compiler default output file name
configure:2888: gcc    conftest.c  >&5
configure:2891: $? = 0
configure:2929: result: a.out
configure:2946: checking whether the C compiler works
configure:2956: ./a.out
configure:2959: $? = 0
configure:2976: result: yes
configure:2983: checking whether we are cross compiling
configure:2985: result: no
configure:2988: checking for suffix of executables
configure:2995: gcc -o conftest    conftest.c  >&5
configure:2998: $? = 0
configure:3022: result: 
configure:3028: checking for suffix of object files
configure:3054: gcc -c   conftest.c >&5
configure:3057: $? = 0
configure:3080: result: o
configure:3084: checking whether we are using the GNU C compiler
configure:3113: gcc -c   conftest.c >&5
configure:3119: $? = 0
configure:3136: result: yes
configure:3141: checking whether gcc accepts -g
configure:3171: gcc -c -g  conftest.c >&5
configure:3177: $? = 0
configure:3276: result: yes
configure:3293: checking for gcc option to accept ISO C89
configure:3367: gcc  -c -g -O2  conftest.c >&5
configure:3373: $? = 0
configure:3396: result: none needed
configure:3416: checking dependency style of gcc
configure:3506: result: gcc3
configure:3532: checking for dirent.h that defines DIR
configure:3561: gcc -c -g -O2  conftest.c >&5
configure:3567: $? = 0
configure:3583: result: yes
configure:3596: checking for library containing opendir
configure:3637: gcc -o conftest -g -O2   conftest.c  >&5
configure:3643: $? = 0
configure:3671: result: none required
configure:3814: checking for gcc
configure:3841: result: gcc
configure:4079: checking for C compiler version
configure:4086: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
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:4089: $? = 0
configure:4096: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 
configure:4099: $? = 0
configure:4106: gcc -V >&5
gcc: '-V' option must have argument
configure:4109: $? = 1
configure:4112: checking whether we are using the GNU C compiler
configure:4164: result: yes
configure:4169: checking whether gcc accepts -g
configure:4304: result: yes
configure:4321: checking for gcc option to accept ISO C89
configure:4424: result: none needed
configure:4444: checking dependency style of gcc
configure:4534: result: gcc3
configure:4609: checking for g++
configure:4625: found /usr/bin/g++
configure:4636: result: g++
configure:4667: checking for C++ compiler version
configure:4674: g++ --version >&5
g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
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:4677: $? = 0
configure:4684: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 
configure:4687: $? = 0
configure:4694: g++ -V >&5
g++: '-V' option must have argument
configure:4697: $? = 1
configure:4700: checking whether we are using the GNU C++ compiler
configure:4729: g++ -c   conftest.cpp >&5
configure:4735: $? = 0
configure:4752: result: yes
configure:4757: checking whether g++ accepts -g
configure:4787: g++ -c -g  conftest.cpp >&5
configure:4793: $? = 0
configure:4892: result: yes
configure:4917: checking dependency style of g++
configure:5007: result: gcc3
configure:5026: checking for setsockopt in -lnsl
configure:5061: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
configure:5067: $? = 0
configure:5085: result: yes
configure:5097: checking for accept in -lsocket
configure:5132: gcc -o conftest -g -O2   conftest.c -lsocket  -lnsl  >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:5138: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 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 accept ();
| int
| main ()
| {
| return accept ();
|   ;
|   return 0;
| }
configure:5156: result: no
configure:5181: checking build system type
configure:5199: result: x86_64-unknown-linux-gnu
configure:5221: checking host system type
configure:5236: result: x86_64-unknown-linux-gnu
configure:5450: checking for the pthreads library -lpthreads
configure:5493: gcc -o conftest -g -O2    conftest.c -lpthreads -lnsl  >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:5499: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:5519: result: no
configure:5450: checking for the pthreads library -lpthread
configure:5493: gcc -o conftest -g -O2    conftest.c -lpthread -lnsl  >&5
configure:5499: $? = 0
configure:5519: result: yes
configure:5538: checking for joinable pthread attribute
configure:5563: gcc -o conftest -g -O2    conftest.c -lpthread -lnsl  >&5
configure:5569: $? = 0
configure:5586: result: PTHREAD_CREATE_JOINABLE
configure:5596: checking if more special flags are required for pthreads
configure:5603: result: no
configure:5615: checking for cc_r
configure:5643: result: gcc
configure:5653: checking for CC_r
configure:5681: result: g++
configure:5791: checking for a sed that does not truncate output
configure:5845: result: /bin/sed
configure:5848: checking for grep that handles long lines and -e
configure:5922: result: /bin/grep
configure:5927: checking for egrep
configure:6005: result: /bin/grep -E
configure:6021: checking for ld used by gcc
configure:6088: result: /usr/bin/ld
configure:6097: checking if the linker (/usr/bin/ld) is GNU ld
configure:6112: result: yes
configure:6117: checking for /usr/bin/ld option to reload object files
configure:6124: result: -r
configure:6142: checking for BSD-compatible nm
configure:6191: result: /usr/bin/nm -B
configure:6195: checking whether ln -s works
configure:6199: result: yes
configure:6206: checking how to recognise dependent libraries
configure:6382: result: pass_all
configure:6469: g++ -c -g -O2  conftest.cpp >&5
configure:6472: $? = 0
configure:6615: checking how to run the C preprocessor
configure:6655: gcc -E  conftest.c
configure:6661: $? = 0
configure:6692: gcc -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:6698: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6731: result: gcc -E
configure:6760: gcc -E  conftest.c
configure:6766: $? = 0
configure:6797: gcc -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:6803: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6841: checking for ANSI C header files
configure:6871: gcc -c -g -O2  conftest.c >&5
configure:6877: $? = 0
configure:6976: gcc -o conftest -g -O2   conftest.c -lnsl  >&5
configure:6979: $? = 0
configure:6985: ./conftest
configure:6988: $? = 0
configure:7005: result: yes
configure:7029: checking for sys/types.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for sys/stat.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for stdlib.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for string.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for memory.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for strings.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for inttypes.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for stdint.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7029: checking for unistd.h
configure:7050: gcc -c -g -O2  conftest.c >&5
configure:7056: $? = 0
configure:7072: result: yes
configure:7099: checking dlfcn.h usability
configure:7116: gcc -c -g -O2  conftest.c >&5
configure:7122: $? = 0
configure:7136: result: yes
configure:7140: checking dlfcn.h presence
configure:7155: gcc -E  conftest.c
configure:7161: $? = 0
configure:7175: result: yes
configure:7208: checking for dlfcn.h
configure:7216: result: yes
configure:7239: checking how to run the C++ preprocessor
configure:7275: g++ -E  conftest.cpp
configure:7281: $? = 0
configure:7312: g++ -E  conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:7318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_PTHREAD 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7351: result: g++ -E
configure:7380: g++ -E  conftest.cpp
configure:7386: $? = 0
configure:7417: g++ -E  conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:7423: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "cxxtools"
| #define PACKAGE_TARNAME "cxxtools"
| #define PACKAGE_VERSION "1.4.5.2"
| #define PACKAGE_STRING "cxxtools 1.4.5.2"
| #define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
| #define PACKAGE "cxxtools"
| #define VERSION "1.4.5.2"
| #define HAVE_DIRENT_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_PTHREAD 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7516: checking for g77
configure:7546: result: no
configure:7516: checking for xlf
configure:7546: result: no
configure:7516: checking for f77
configure:7546: result: no
configure:7516: checking for frt
configure:7546: result: no
configure:7516: checking for pgf77
configure:7546: result: no
configure:7516: checking for cf77
configure:7546: result: no
configure:7516: checking for fort77
configure:7546: result: no
configure:7516: checking for fl32
configure:7546: result: no
configure:7516: checking for af77
configure:7546: result: no
configure:7516: checking for xlf90
configure:7546: result: no
configure:7516: checking for f90
configure:7546: result: no
configure:7516: checking for pgf90
configure:7546: result: no
configure:7516: checking for pghpf
configure:7546: result: no
configure:7516: checking for epcf90
configure:7546: result: no
configure:7516: checking for gfortran
configure:7546: result: no
configure:7516: checking for g95
configure:7546: result: no
configure:7516: checking for xlf95
configure:7546: result: no
configure:7516: checking for f95
configure:7546: result: no
configure:7516: checking for fort
configure:7546: result: no
configure:7516: checking for ifort
configure:7546: result: no
configure:7516: checking for ifc
configure:7546: result: no
configure:7516: checking for efc
configure:7546: result: no
configure:7516: checking for pgf95
configure:7546: result: no
configure:7516: checking for lf95
configure:7546: result: no
configure:7516: checking for ftn
configure:7546: result: no
configure:7573: checking for Fortran 77 compiler version
configure:7580:  --version >&5
./configure: line 7581: --version: command not found
configure:7583: $? = 127
configure:7590:  -v >&5
./configure: line 7591: -v: command not found
configure:7593: $? = 127
configure:7600:  -V >&5
./configure: line 7601: -V: command not found
configure:7603: $? = 127
configure:7611: checking whether we are using the GNU Fortran 77 compiler
configure:7630:  -c  conftest.F >&5
./configure: line 7631: -c: command not found
configure:7636: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:7653: result: no
configure:7659: checking whether  accepts -g
configure:7676:  -c -g conftest.f >&5
./configure: line 7677: -c: command not found
configure:7682: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:7698: result: no
configure:7728: checking the maximum length of command line arguments
configure:7837: result: 32768
configure:7848: checking command to parse /usr/bin/nm -B output from gcc object
configure:7953: g++ -c -g -O2  conftest.cpp >&5
configure:7956: $? = 0
configure:7960: /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:7963: $? = 0
configure:8015: g++ -o conftest -g -O2   conftest.cpp conftstm.o >&5
configure:8018: $? = 0
configure:8056: result: ok
configure:8060: checking for objdir
configure:8075: result: .libs
configure:8167: checking for ar
configure:8183: found /usr/bin/ar
configure:8194: result: ar
configure:8263: checking for ranlib
configure:8279: found /usr/bin/ranlib
configure:8290: result: ranlib
configure:8359: checking for strip
configure:8375: found /usr/bin/strip
configure:8386: result: strip
configure:8672: checking if gcc supports -fno-rtti -fno-exceptions
configure:8690: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8694: $? = 0
configure:8707: result: no
configure:8722: checking for gcc option to produce PIC
configure:8932: result: -fPIC
configure:8940: checking if gcc PIC flag -fPIC works
configure:8958: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8962: $? = 0
configure:8975: result: yes
configure:9003: checking if gcc static flag -static works
configure:9031: result: yes
configure:9041: checking if gcc supports -c -o file.o
configure:9062: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9066: $? = 0
configure:9088: result: yes
configure:9114: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10069: result: yes
configure:10090: checking whether -lc should be explicitly linked in
configure:10095: gcc -c -g -O2  conftest.c >&5
configure:10098: $? = 0
configure:10113: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:10116: $? = 0
configure:10128: result: no
configure:10136: checking dynamic linker characteristics
configure:10712: result: GNU/Linux ld.so
configure:10721: checking how to hardcode library paths into programs
configure:10746: result: immediate
configure:10760: checking whether stripping libraries is possible
configure:10765: result: yes
configure:11566: checking if libtool supports shared libraries
configure:11568: result: yes
configure:11571: checking whether to build shared libraries
configure:11592: result: yes
configure:11595: checking whether to build static libraries
configure:11599: result: yes
configure:11691: creating libtool
configure:12279: checking for ld used by g++
configure:12346: result: /usr/bin/ld -m elf_x86_64
configure:12355: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12370: result: yes
configure:12421: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13355: result: yes
configure:13373: g++ -c -g -O2  conftest.cpp >&5
configure:13376: $? = 0
configure:13495: checking for g++ option to produce PIC
configure:13769: result: -fPIC
configure:13777: checking if g++ PIC flag -fPIC works
configure:13795: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13799: $? = 0
configure:13812: result: yes
configure:13840: checking if g++ static flag -static works
configure:13868: result: yes
configure:13878: checking if g++ supports -c -o file.o
configure:13899: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13903: $? = 0
configure:13925: result: yes
configure:13951: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13979: result: yes
configure:14046: checking dynamic linker characteristics
configure:14622: result: GNU/Linux ld.so
configure:14631: checking how to hardcode library paths into programs
configure:14656: result: immediate
configure:21118: loggertype is cxxtools
configure:21155: checking iconv.h usability
configure:21172: g++ -c -g -O2  conftest.cpp >&5
configure:21178: $? = 0
configure:21192: result: yes
configure:21196: checking iconv.h presence
configure:21211: g++ -E  conftest.cpp
configure:21217: $? = 0
configure:21231: result: yes
configure:21264: checking for iconv.h
configure:21271: result: yes
configure:21302: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'void f(void*)':
conftest.cpp:8: error: invalid conversion from 'const char**' to 'char**'
conftest.cpp:8: error:   initializing argument 2 of 'size_t libiconv(void*, char**, size_t*, char**, size_t*)'
configure:21308: $? = 1
configure: failed program was:
| #include <iconv.h>
|    void f(iconv_t cd)
|    {
|      const char* inbufptr = 0;
|      size_t inbytesleft = 0;
|      char* outbufptr = 0;
|      size_t outbytesleft = 0;
|      iconv(cd, &inbufptr, &inbytesleft, &outbufptr, &outbytesleft);
|    }
| 
configure:21474: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by cxxtools config.status 1.4.5.2, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on elis-web

config.status:677: creating Makefile
config.status:677: creating src/Makefile
config.status:677: creating include/Makefile
config.status:677: creating demo/Makefile
config.status:677: creating cxxtools-config
config.status:677: creating src/config.h
config.status:677: creating include/cxxtools/config.h
config.status:949: executing depfiles commands

## ---------------- ##
## 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_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_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_host=x86_64-unknown-linux-gnu
ac_cv_lib_nsl_setsockopt=yes
ac_cv_lib_socket_accept=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_PTHREAD_CXX=g++
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_search_opendir='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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=/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=32768
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} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run autoheader'
AUTOMAKE='${SHELL} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CXXTOOLS_CXXFLAGS='-I${includedir}'
CXXTOOLS_LDFLAGS='-L${libdir} -lcxxtools'
CXXTOOLS_LOGGING='cxxtools'
CXXTOOLS_LOG_LDFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lnsl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/install/TntReader/linux/src/cxxtools-1.4.5.2/missing --run makeinfo'
NETWORK_LIBS=''
OBJEXT='o'
PACKAGE='cxxtools'
PACKAGE_BUGREPORT='Tommi Maekitalo <[email protected]>'
PACKAGE_NAME='cxxtools'
PACKAGE_STRING='cxxtools 1.4.5.2'
PACKAGE_TARNAME='cxxtools'
PACKAGE_VERSION='1.4.5.2'
PATH_SEPARATOR=':'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_CXX='g++'
PTHREAD_LIBS='-lpthread'
RANLIB='ranlib'
SET_MAKE=''
SHARED_LIB_FLAG='-shared'
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.4.5.2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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='/root/install/TntReader/linux/src/cxxtools-1.4.5.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sonumber='4:1:0'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "cxxtools"
#define PACKAGE_TARNAME "cxxtools"
#define PACKAGE_VERSION "1.4.5.2"
#define PACKAGE_STRING "cxxtools 1.4.5.2"
#define PACKAGE_BUGREPORT "Tommi Maekitalo <[email protected]>"
#define PACKAGE "cxxtools"
#define VERSION "1.4.5.2"
#define HAVE_DIRENT_H 1
#define HAVE_LIBNSL 1
#define HAVE_PTHREAD 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_DLFCN_H 1
#define CXXTOOLS_LOG_LOGBUILTIN
#define ICONV_CONST 

configure: exit 0
------------------------------------------------------------------------------
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to