[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: aplicación interesante y un problemilla



El Viernes 05 Mayo 2006 03:05, Ricardo Araoz escribió:
> Llegó a mi conocimiento una aplicación en extremo interesante,
>
> kmhtconvert : http://users.otenet.gr/~geosp/kmhtconvert/
>
> Sencillamente traduce los archivos .mht (generados por el IE  en guardar
> como una única página web) en archivos .war (lo mismo pero para konqueror).
> Resulta que un amigo hace investigación en la red y el último obstáculo
> para pasarse a linux es la gran cantidad de páginas web en formato .mht que
> tiene guardadas.
> Me bajé el .tar.gz, lo abrí y corrí ./configure. Hete aquí mi sorpresa
> cuando me dice que 'Your Installation isn't able to compile simple C++
> programs'. Busco y es cierto, no tengo g++ (y yo que creía que con tener
> gcc ya lo tenía). Busco y tengo g++-4.0, así que...  alias g++="g++-4.0" y
> asunto solucionado.

haz "apt-get install g++" y así te olvidas de ese alias

> Grave error, sigue el mismo mensaje.
> Alguien tiene idea qué puede ser?
>
> Aquí abajo van más datos, espero que sean suficientes.
>
> Gracias
> Ricardo
>
> En la consola, últimas líneas dicen :
>
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking if C++ programs can be compiled... no
> configure: error: Your Installation isn't able to compile simple C++
> programs. Check config.log for details - if you're using a Linux
> distribution you might miss
> a package named similiar to libstd++-dev.
>
> Por supuest que libstd++-dev no existe, pero instalé "libstdc++-6.0-dev" y
> ni modo, sigue el mismo error.
>
> El archivo config.log contiene :
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.59.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = raraoz
> uname -m = i686
> uname -r = 2.6.12
> uname -s = Linux
> uname -v = #2 Tue Feb 7 17:33:37 ART 2006
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/bin/X11
> PATH: /usr/games
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1562: checking build system type
> configure:1580: result: i686-pc-linux-gnu
> configure:1588: checking host system type
> configure:1602: result: i686-pc-linux-gnu
> configure:1610: checking target system type
> configure:1624: result: i686-pc-linux-gnu
> configure:1671: checking for a BSD-compatible install
> configure:1726: result: /usr/bin/install -c
> configure:1741: checking for -p flag to install
> configure:1754: result: yes
> configure:1765: checking whether build environment is sane
> configure:1808: result: yes
> configure:1860: checking for gawk
> configure:1876: found /usr/bin/gawk
> configure:1886: result: gawk
> configure:1896: checking whether make sets $(MAKE)
> configure:1916: result: yes
> configure:2102: checking for kde-config
> configure:2164: result: /usr/bin/kde-config
> configure:2260: checking where to install
> configure:2264: result: /usr (as returned by kde-config)
> configure:2319: checking for style of include used by make
> configure:2347: result: GNU
> configure:2495: checking for gcc
> configure:2511: found /usr/bin/gcc
> configure:2521: result: gcc
> configure:2765: checking for C compiler version
> configure:2768: gcc --version </dev/null >&5
> gcc (GCC) 4.0.3 (Debian 4.0.3-1)
> Copyright (C) 2006 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:2771: $? = 0
> configure:2773: gcc -v </dev/null >&5
> Using built-in specs.
> Target: i486-linux-gnu
> Configured
> with: ../src/configure -v
> --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
> --enable-shared --with-system-zlib --libexecdir=/usr/lib
> --without-included-gettext --enable-threads=posix --enable-nls
> --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo
> --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
> --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
> Thread model: posix
> gcc version 4.0.3 (Debian 4.0.3-1)
> configure:2776: $? = 0
> configure:2778: gcc -V </dev/null >&5
> gcc: '-V' option must have argument
> configure:2781: $? = 1
> configure:2804: checking for C compiler default output file name
> configure:2807: gcc     conftest.c  >&5
> configure:2810: $? = 0
> configure:2856: result: a.out
> configure:2861: checking whether the C compiler works
> configure:2867: ./a.out
> configure:2870: $? = 0
> configure:2887: result: yes
> configure:2894: checking whether we are cross compiling
> configure:2896: result: no
> configure:2899: checking for suffix of executables
> configure:2901: gcc -o conftest     conftest.c  >&5
> configure:2904: $? = 0
> configure:2929: result:
> configure:2935: checking for suffix of object files
> configure:2956: gcc -c    conftest.c >&5
> configure:2959: $? = 0
> configure:2981: result: o
> configure:2985: checking whether we are using the GNU C compiler
> configure:3009: gcc -c    conftest.c >&5
> configure:3015: $? = 0
> configure:3019: test -z
>
> 			 || test ! -s conftest.err
>
> configure:3022: $? = 0
> configure:3025: test -s conftest.o
> configure:3028: $? = 0
> configure:3041: result: yes
> configure:3047: checking whether gcc accepts -g
> configure:3068: gcc -c -g  conftest.c >&5
> configure:3074: $? = 0
> configure:3078: test -z
>
> 			 || test ! -s conftest.err
>
> configure:3081: $? = 0
> configure:3084: test -s conftest.o
> configure:3087: $? = 0
> configure:3098: result: yes
> configure:3115: checking for gcc option to accept ANSI C
> configure:3185: gcc  -c    conftest.c >&5
> configure:3191: $? = 0
> configure:3195: test -z
>
> 			 || test ! -s conftest.err
>
> configure:3198: $? = 0
> configure:3201: test -s conftest.o
> configure:3204: $? = 0
> configure:3222: result: none needed
> configure:3240: gcc -c    conftest.c >&5
> conftest.c:2: error: syntax error before 'me'
> configure:3246: $? = 1
>
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
>
> configure:3381: checking dependency style of gcc
> configure:3471: result: gcc3
> configure:3494: checking how to run the C preprocessor
> configure:3529: gcc -E  conftest.c
> configure:3535: $? = 0
> configure:3567: gcc -E  conftest.c
> conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
> configure:3573: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
>
> configure:3612: result: gcc -E
> configure:3636: gcc -E  conftest.c
> configure:3642: $? = 0
> configure:3674: gcc -E  conftest.c
> conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
> configure:3680: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
>
> configure:3804: checking for g++
> configure:3833: result: no

Y es justo aquí donde te pide que lo instales

> configure:3804: checking for c++
> configure:3833: result: no
> configure:3804: checking for gpp
> configure:3833: result: no
> configure:3804: checking for aCC
> configure:3833: result: no
> configure:3804: checking for CC
> configure:3833: result: no
> configure:3804: checking for cxx
> configure:3833: result: no
> configure:3804: checking for cc++
> configure:3833: result: no
> configure:3804: checking for cl
> configure:3833: result: no
> configure:3804: checking for FCC
> configure:3833: result: no
> configure:3804: checking for KCC
> configure:3833: result: no
> configure:3804: checking for RCC
> configure:3833: result: no
> configure:3804: checking for xlC_r
> configure:3833: result: no
> configure:3804: checking for xlC
> configure:3833: result: no
> configure:3846: checking for C++ compiler version
> configure:3849: g++ --version </dev/null >&5
> ./configure: line 3850: g++: command not found
> configure:3852: $? = 127
> configure:3854: g++ -v </dev/null >&5
> ./configure: line 3855: g++: command not found
> configure:3857: $? = 127
> configure:3859: g++ -V </dev/null >&5
> ./configure: line 3860: g++: command not found
> configure:3862: $? = 127
> configure:3865: checking whether we are using the GNU C++ compiler
> configure:3889: g++ -c    conftest.cc >&5
> ./configure: line 3890: g++: command not found
> configure:3895: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> | #ifndef __GNUC__
> |        choke me
> | #endif
> |
> |   ;
> |   return 0;
> | }
>
> configure:3921: result: no
> configure:3927: checking whether g++ accepts -g
> configure:3948: g++ -c -g  conftest.cc >&5
> ./configure: line 3949: g++: command not found
> configure:3954: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |
> |   ;
> |   return 0;
> | }
>
> configure:3978: result: no
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> |
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | extern "C" void std::exit (int) throw (); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | extern "C" void std::exit (int); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | extern "C" void exit (int) throw ();
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | extern "C" void exit (int);
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4020: g++ -c    conftest.cc >&5
> ./configure: line 4021: g++: command not found
> configure:4026: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | /* end confdefs.h.  */
> | void exit (int);
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
>
> configure:4109: checking dependency style of g++
> configure:4199: result: none
> configure:4523: checking whether g++ supports -Wmissing-format-attribute
> configure:4559: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings  
> -Wmissing-format-attribute conftest.cc  1>&5
> ./configure: line 4560: g++: command not found
> configure:4565: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:4604: result: no
> configure:4611: checking whether gcc supports -Wmissing-format-attribute
> configure:4644: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wmissing-format-attribute conftest.c  >&5
> configure:4650: $? = 0
> configure:4654: test -z
>
> 			 || test ! -s conftest.err
>
> configure:4657: $? = 0
> configure:4660: test -s conftest
> configure:4663: $? = 0
> configure:4684: result: yes
> configure:4698: checking whether g++ supports -Wundef
> configure:4734: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings   -Wundef
> conftest.cc  1>&5
> ./configure: line 4735: g++: command not found
> configure:4740: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:4779: result: no
> configure:4786: checking whether g++ supports -Wno-long-long
> configure:4822: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings   -Wno-long-long
> conftest.cc  1>&5
> ./configure: line 4823: g++: command not found
> configure:4828: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:4867: result: no
> configure:4874: checking whether g++ supports -Wnon-virtual-dtor
> configure:4910: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings  
> -Wnon-virtual-dtor conftest.cc  1>&5
> ./configure: line 4911: g++: command not found
> configure:4916: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:4955: result: no
> configure:5972: checking how to run the C++ preprocessor
> configure:6003: g++ -E  conftest.cc
> ./configure: line 6004: g++: command not found
> configure:6009: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> | 		     Syntax error
>
> configure:6003: g++ -E  conftest.cc
> ./configure: line 6004: g++: command not found
> configure:6009: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> | 		     Syntax error
>
> configure:6003: /lib/cpp  conftest.cc
> configure:6009: $? = 0
> configure:6041: /lib/cpp  conftest.cc
> conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
> configure:6047: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
>
> configure:6086: result: /lib/cpp
> configure:6110: /lib/cpp  conftest.cc
> configure:6116: $? = 0
> configure:6148: /lib/cpp  conftest.cc
> conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
> configure:6154: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
>
> configure:6202: checking whether g++ supports -O0
> configure:6238: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O0 conftest.cc 
> 1>&5
> ./configure: line 6239: g++: command not found
> configure:6244: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:6283: result: no
> configure:6334: checking whether g++ supports -Wl,--no-undefined
> configure:6370: rm -rf SunWS_cache; g++ -o
> conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings
> -Wl,--no-undefined conftest.cc  1>&5
> ./configure: line 6371: g++: command not found
> configure:6376: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |  return 0;
> |   ;
> |   return 0;
> | }
>
> configure:6502: result: no
> configure:6603: result: not using lib directory suffix
> configure:6648: checking for a sed that does not truncate output
> configure:6702: result: /bin/sed
> configure:6705: checking for egrep
> configure:6715: result: grep -E
> configure:6731: checking for ld used by gcc
> configure:6798: result: /usr/bin/ld
> configure:6807: checking if the linker (/usr/bin/ld) is GNU ld
> configure:6822: result: yes
> configure:6827: checking for /usr/bin/ld option to reload object files
> configure:6834: result: -r
> configure:6843: checking for BSD-compatible nm
> configure:6885: result: /usr/bin/nm -B
> configure:6889: checking whether ln -s works
> configure:6893: result: yes
> configure:6900: checking how to recognise dependent libraries
> configure:7107: result: pass_all
> configure:7316: checking for ANSI C header files
> configure:7341:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7347: $? = 0
> configure:7351: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7354: $? = 0
> configure:7357: test -s conftest.o
> configure:7360: $? = 0
> configure:7449: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c  >&5
> conftest.c: In function 'main':
> conftest.c:32: warning: implicit declaration of function 'exit'
> conftest.c:32: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:7452: $? = 0
> configure:7454: ./conftest
> configure:7457: $? = 0
> configure:7472: result: yes
> configure:7496: checking for sys/types.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for sys/stat.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for stdlib.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for string.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for memory.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for strings.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for inttypes.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for stdint.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7496: checking for unistd.h
> configure:7512:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7518: $? = 0
> configure:7522: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7525: $? = 0
> configure:7528: test -s conftest.o
> configure:7531: $? = 0
> configure:7542: result: yes
> configure:7568: checking dlfcn.h usability
> configure:7580:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:7586: $? = 0
> configure:7590: test -z
>
> 			 || test ! -s conftest.err
>
> configure:7593: $? = 0
> configure:7596: test -s conftest.o
> configure:7599: $? = 0
> configure:7609: result: yes
> configure:7613: checking dlfcn.h presence
> configure:7623: gcc -E  conftest.c
> configure:7629: $? = 0
> configure:7649: result: yes
> configure:7684: checking for dlfcn.h
> configure:7691: result: yes
> configure:7755: checking for g77
> configure:7784: result: no
> configure:7755: checking for f77
> configure:7784: result: no
> configure:7755: checking for xlf
> configure:7784: result: no
> configure:7755: checking for frt
> configure:7784: result: no
> configure:7755: checking for pgf77
> configure:7784: result: no
> configure:7755: checking for fort77
> configure:7784: result: no
> configure:7755: checking for fl32
> configure:7784: result: no
> configure:7755: checking for af77
> configure:7784: result: no
> configure:7755: checking for f90
> configure:7784: result: no
> configure:7755: checking for xlf90
> configure:7784: result: no
> configure:7755: checking for pgf90
> configure:7784: result: no
> configure:7755: checking for epcf90
> configure:7784: result: no
> configure:7755: checking for f95
> configure:7784: result: no
> configure:7755: checking for fort
> configure:7784: result: no
> configure:7755: checking for xlf95
> configure:7784: result: no
> configure:7755: checking for ifc
> configure:7784: result: no
> configure:7755: checking for efc
> configure:7784: result: no
> configure:7755: checking for pgf95
> configure:7784: result: no
> configure:7755: checking for lf95
> configure:7784: result: no
> configure:7755: checking for gfortran
> configure:7784: result: no
> configure:7796: checking for Fortran 77 compiler version
> configure:7799:  --version </dev/null >&5
> ./configure: line 7800: --version: command not found
> configure:7802: $? = 127
> configure:7804:  -v </dev/null >&5
> ./configure: line 7805: -v: command not found
> configure:7807: $? = 127
> configure:7809:  -V </dev/null >&5
> ./configure: line 7810: -V: command not found
> configure:7812: $? = 127
> configure:7820: checking whether we are using the GNU Fortran 77 compiler
> configure:7834:  -c  conftest.F >&5
> ./configure: line 7835: -c: command not found
> configure:7840: $? = 127
>
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> |
> |       end
>
> configure:7866: result: no
> configure:7872: checking whether  accepts -g
> configure:7884:  -c -g conftest.f >&5
> ./configure: line 7885: -c: command not found
> configure:7890: $? = 127
>
> configure: failed program was:
> |       program main
> |
> |       end
>
> configure:7915: result: no
> configure:7945: checking the maximum length of command line arguments
> configure:8004: result: 32768
> configure:8015: checking command to parse /usr/bin/nm -B output from gcc
> object
> configure:8104:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> conftest.c:5: warning: no previous prototype for 'nm_test_func'
> configure:8107: $? = 0
> configure:8111: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
> 	]\([ABCDGISTW] [ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
> \2\3 \3/p' \> conftest.nm
> configure:8114: $? = 0
> configure:8166: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5
> configure:8169: $? = 0
> configure:8207: result: ok
> configure:8211: checking for objdir
> configure:8226: result: .libs
> configure:8316: checking for ar
> configure:8332: found /usr/bin/ar
> configure:8343: result: ar
> configure:8396: checking for ranlib
> configure:8412: found /usr/bin/ranlib
> configure:8423: result: ranlib
> configure:8476: checking for strip
> configure:8492: found /usr/bin/strip
> configure:8503: result: strip
> configure:8765: checking if gcc static flag  works
> configure:8788: result: yes
> configure:8810: checking if gcc supports -fno-rtti -fno-exceptions
> configure:8828:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute  -fno-rtti -fno-exceptions
> conftest.c >&5
> cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but
> not for C
> configure:8832: $? = 0
> configure:8843: result: no
> configure:8858: checking for gcc option to produce PIC
> configure:9035: result: -fPIC
> configure:9043: checking if gcc PIC flag -fPIC works
> configure:9061:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute  -fPIC -DPIC conftest.c >&5
> configure:9065: $? = 0
> configure:9076: result: yes
> configure:9100: checking if gcc supports -c -o file.o
> configure:9128:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute  -o out/conftest2.o
> conftest.c >&5
> configure:9132: $? = 0
> configure:9149: result: yes
> configure:9175: checking whether the gcc linker (/usr/bin/ld) supports
> shared libraries
> configure:9976: result: yes
> configure:10002: checking whether -lc should be explicitly linked in
> configure:10007:
> gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c >&5
> configure:10010: $? = 0
> configure:10024: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
> conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
> configure:10027: $? = 0
> configure:10039: result: no
> configure:10047: checking dynamic linker characteristics
> configure:10565: result: GNU/Linux ld.so
> configure:10569: checking how to hardcode library paths into programs
> configure:10594: result: immediate
> configure:10608: checking whether stripping libraries is possible
> configure:10613: result: yes
> configure:10739: checking for shl_load
> configure:10796: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c  >&5
> /tmp/ccip62rr.o: In function `main':
> conftest.c:(.text+0x14): undefined reference to `shl_load'
> /tmp/ccip62rr.o:(.data+0x0): undefined reference to `shl_load'
> collect2: ld returned 1 exit status
> configure:10802: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | #define KDELIBSUFF ""
> | #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.  */
> | /* Define shl_load to an innocuous variant, in case <limits.h> declares
>
> shl_load.
>
> |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
> | #define shl_load innocuous_shl_load
> |
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char shl_load (); below.
> |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
> |     <limits.h> exists even on freestanding compilers.  */
> |
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> |
> | #undef shl_load
> |
> | /* Override any gcc2 internal prototype to avoid an error.  */
> | #ifdef __cplusplus
> | extern "C"
> | {
> | #endif
> | /* We use char because int might match the return type of a gcc2
> |    builtin and then its argument prototype would still apply.  */
> | char shl_load ();
> | /* The GNU C library defines this for functions which it implements
> |     to always fail with ENOSYS.  Some functions are actually named
> |     something starting with __ and the normal name is an alias.  */
> | #if defined (__stub_shl_load) || defined (__stub___shl_load)
> | choke me
> | #else
> | char (*f) () = shl_load;
> | #endif
> | #ifdef __cplusplus
> | }
> | #endif
> |
> | int
> | main ()
> | {
> | return f != shl_load;
> |   ;
> |   return 0;
> | }
>
> configure:10827: result: no
> configure:10832: checking for shl_load in -ldld
> configure:10862: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c -ldld   >&5
> /usr/bin/ld: cannot find -ldld
> collect2: ld returned 1 exit status
> configure:10868: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | #define KDELIBSUFF ""
> | #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.  */
> |
> | /* Override any gcc2 internal prototype to avoid an error.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | /* We use char because int might match the return type of a gcc2
> |    builtin and then its argument prototype would still apply.  */
> | char shl_load ();
> | int
> | main ()
> | {
> | shl_load ();
> |   ;
> |   return 0;
> | }
>
> configure:10894: result: no
> configure:10899: checking for dlopen
> configure:10956: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c  >&5
> /tmp/cc6xhZaa.o: In function `main':
> conftest.c:(.text+0x14): undefined reference to `dlopen'
> /tmp/cc6xhZaa.o:(.data+0x0): undefined reference to `dlopen'
> collect2: ld returned 1 exit status
> configure:10962: $? = 1
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | #define KDELIBSUFF ""
> | #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.  */
> | /* Define dlopen to an innocuous variant, in case <limits.h> declares
>
> dlopen.
>
> |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
> | #define dlopen innocuous_dlopen
> |
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char dlopen (); below.
> |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
> |     <limits.h> exists even on freestanding compilers.  */
> |
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> |
> | #undef dlopen
> |
> | /* Override any gcc2 internal prototype to avoid an error.  */
> | #ifdef __cplusplus
> | extern "C"
> | {
> | #endif
> | /* We use char because int might match the return type of a gcc2
> |    builtin and then its argument prototype would still apply.  */
> | char dlopen ();
> | /* The GNU C library defines this for functions which it implements
> |     to always fail with ENOSYS.  Some functions are actually named
> |     something starting with __ and the normal name is an alias.  */
> | #if defined (__stub_dlopen) || defined (__stub___dlopen)
> | choke me
> | #else
> | char (*f) () = dlopen;
> | #endif
> | #ifdef __cplusplus
> | }
> | #endif
> |
> | int
> | main ()
> | {
> | return f != dlopen;
> |   ;
> |   return 0;
> | }
>
> configure:10987: result: no
> configure:10992: checking for dlopen in -ldl
> configure:11022: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute conftest.c -ldl   >&5
> configure:11028: $? = 0
> configure:11032: test -z
>
> 			 || test ! -s conftest.err
>
> configure:11035: $? = 0
> configure:11038: test -s conftest
> configure:11041: $? = 0
> configure:11054: result: yes
> configure:11229: checking whether a program can dlopen itself
> configure:11301: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute  -DHAVE_DLFCN_H 
> -Wl,--export-dynamic conftest.c -ldl  >&5
> configure:11284: warning: no previous prototype for 'fnord'
> configure: In function 'fnord':
> configure:11284: warning: unused variable 'i'
> configure: In function 'main':
> configure:11297: warning: implicit declaration of function 'exit'
> configure:11297: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:11304: $? = 0
> configure:11322: result: yes
> configure:11327: checking whether a statically linked program can dlopen
> itself
> configure:11399: gcc -o
> conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute  -DHAVE_DLFCN_H 
> -Wl,--export-dynamic conftest.c -ldl  >&5
> configure:11382: warning: no previous prototype for 'fnord'
> configure: In function 'fnord':
> configure:11382: warning: unused variable 'i'
> configure: In function 'main':
> configure:11395: warning: implicit declaration of function 'exit'
> configure:11395: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:11402: $? = 0
> configure:11420: result: yes
> configure:11443: checking if libtool supports shared libraries
> configure:11445: result: yes
> configure:11448: checking whether to build shared libraries
> configure:11495: result: yes
> configure:11498: checking whether to build static libraries
> configure:11502: result: no
> configure:11593: creating libtool
> configure:12279: checking whether the g++ linker (/usr/bin/ld) supports
> shared libraries
> configure:13082: result: yes
> configure:13104:
> g++ -c -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings conftest.cc >&5
> ./configure: line 13105: g++: command not found
> configure:13107: $? = 127
> configure:13203: checking for g++ option to produce PIC
> configure:13455: result:
> configure:13520: checking if g++ supports -c -o file.o
> configure:13548:
> g++ -c -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings  -o
> out/conftest2.o conftest.cc >&5
> ./configure: line 13549: g++: command not found
> configure:13552: $? = 127
> configure:13569: result: no
> configure:13595: checking whether the g++ linker (/usr/bin/ld) supports
> shared libraries
> configure:13620: result: yes
> configure:13691: checking dynamic linker characteristics
> configure:14209: result: GNU/Linux ld.so
> configure:14213: checking how to hardcode library paths into programs
> configure:14238: result: immediate
> configure:14252: checking whether stripping libraries is possible
> configure:14257: result: yes
> configure:14383: checking for shl_load
> configure:14471: result: no
> configure:14476: checking for shl_load in -ldld
> configure:14538: result: no
> configure:14543: checking for dlopen
> configure:14631: result: no
> configure:14636: checking for dlopen in -ldl
> configure:14698: result: yes
> configure:14873: checking whether a program can dlopen itself
> configure:14966: result: yes
> configure:14971: checking whether a statically linked program can dlopen
> itself
> configure:15064: result: yes
> configure:21378: checking for msgfmt
> configure:21405: result: /usr/bin/msgfmt
> configure:21414: checking for gmsgfmt
> configure:21445: result: /usr/bin/msgfmt
> configure:21464: checking for xgettext
> configure:21491: result: /usr/bin/xgettext
> configure:21604: checking if C++ programs can be compiled
> configure:21633:
> g++ -c -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings conftest.cc >&5
> ./configure: line 21634: g++: command not found
> configure:21639: $? = 127
>
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "kmhtconvert"
> | #define VERSION "0.7.3"
> | #ifdef __cplusplus
> | void exit (int);
> | #endif
> | #define KDELIBSUFF ""
> | #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 <string>
> | using namespace std;
> |
> | int
> | main ()
> | {
> |
> |   string astring="Hallo Welt.";
> |   astring.erase(0, 6); // now astring is "Welt"
> |   return 0;
> |
> |   ;
> |   return 0;
> | }
>
> configure:21666: result: no
> configure:21679: error: Your Installation isn't able to compile simple C++
> programs.
> Check config.log for details - if you're using a Linux distribution you
> might miss
> a package named similiar to libstd++-dev.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=i686-pc-linux-gnu
> ac_cv_build_alias=i686-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_cxx_compiler_gnu=no
> 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_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_exeext=
> ac_cv_f77_compiler_gnu=no
> ac_cv_func_dlopen=no
> ac_cv_func_shl_load=no
> ac_cv_header_dlfcn_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=i686-pc-linux-gnu
> ac_cv_host_alias=i686-pc-linux-gnu
> ac_cv_lib_dl_dlopen=yes
> ac_cv_lib_dld_shl_load=no
> ac_cv_objext=o
> ac_cv_path_GMSGFMT=/usr/bin/msgfmt
> ac_cv_path_MSGFMT=/usr/bin/msgfmt
> ac_cv_path_XGETTEXT=/usr/bin/xgettext
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_CXXCPP=/lib/cpp
> ac_cv_prog_ac_ct_AR=ar
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_ac_ct_STRIP=strip
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_cxx_g=no
> ac_cv_prog_egrep='grep -E'
> ac_cv_prog_f77_g=no
> ac_cv_prog_make_make_set=yes
> ac_cv_target=i686-pc-linux-gnu
> ac_cv_target_alias=i686-pc-linux-gnu
> am_cv_CC_dependencies_compiler_type=gcc3
> am_cv_CXX_dependencies_compiler_type=none
> kde_cv_path=/usr/bin/kde-config
> kde_cv_path_kde_config=/usr/bin/kde-config
> kde_cv_prog_cc_Wmissing_format_attribute=yes
> kde_cv_stl_works=no
> lt_cv_deplibs_check_method=pass_all
> lt_cv_dlopen=dlopen
> lt_cv_dlopen_libs=-ldl
> lt_cv_dlopen_self=yes
> lt_cv_dlopen_self_static=yes
> lt_cv_file_magic_cmd='$MAGIC_CMD'
> lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.6.so'
> lt_cv_ld_reload_flag=-r
> lt_cv_objdir=.libs
> lt_cv_path_LD=/usr/bin/ld
> lt_cv_path_LDCXX=
> 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=no
> lt_cv_prog_compiler_rtti_exceptions=no
> lt_cv_prog_gnu_ld=yes
> lt_cv_prog_gnu_ldcxx=
> lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW]
> [ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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='"no"'
> lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW]
> [ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3
> \\3/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/richie/Downloads/kmhtconvert-0.7.3/admin/missing
> --run aclocal-1.9'
> AMDEPBACKSLASH='\'
> AMDEP_FALSE='#'
> AMDEP_TRUE=''
> AMTAR='${SHELL} /home/richie/Downloads/kmhtconvert-0.7.3/admin/missing
> --run tar'
> AR='ar'
> ARTSCCONFIG=''
> AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
> AUTODIRS=''
> AUTOHEADER='${SHELL} /home/richie/Downloads/kmhtconvert-0.7.3/admin/missing
> --run autoheader'
> AUTOMAKE='${SHELL} /home/richie/Downloads/kmhtconvert-0.7.3/admin/missing
> --run automake-1.9'
> AWK='gawk'
> CC='gcc'
> CCDEPMODE='depmode=gcc3'
> CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 
>  -Wformat-security -Wmissing-format-attribute' CONF_FILES='
> $(top_srcdir)/./admin/configure.in.min
> $(top_srcdir)/configure.in.in'
> CPP='gcc -E'
> CPPFLAGS=''
> CXX='g++'
> CXXCPP='/lib/cpp'
> CXXDEPMODE='depmode=none'
> CXXFLAGS='-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings'
> CYGPATH_W='echo'
> DCOPIDL2CPP=''
> DCOPIDL=''
> DCOPIDLNG=''
> DCOP_DEPENDENCIES=''
> DEFS=''
> DEPDIR='.deps'
> ECHO='echo'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='grep -E'
> ENABLE_PERMISSIVE_FLAG=''
> EXEEXT=''
> F77=''
> FFLAGS=''
> FRAMEWORK_COREAUDIO=''
> GMSGFMT='/usr/bin/msgfmt'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
> INSTALL_TYPE_FALSE=''
> INSTALL_TYPE_TRUE=''
> KCFG_DEPENDENCIES=''
> KCONFIG_COMPILER=''
> KDECONFIG='/usr/bin/kde-config'
> KDE_EXTRA_RPATH=''
> KDE_INCLUDES=''
> KDE_LDFLAGS=''
> KDE_MT_LDFLAGS=''
> KDE_MT_LIBS=''
> KDE_NO_UNDEFINED=''
> KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED)
> $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
> KDE_RPATH=''
> KDE_USE_CLOSURE_FALSE=''
> KDE_USE_CLOSURE_TRUE='#'
> KDE_USE_FINAL_FALSE=''
> KDE_USE_FINAL_TRUE='#'
> KDE_USE_NMCHECK_FALSE=''
> KDE_USE_NMCHECK_TRUE='#'
> KDE_XSL_STYLESHEET=''
> LDFLAGS=''
> LIBCOMPAT=''
> LIBCRYPT=''
> LIBDL=''
> LIBJPEG=''
> LIBOBJS=''
> LIBPNG=''
> LIBPTHREAD=''
> LIBRESOLV=''
> LIBS=''
> LIBSM=''
> LIBSOCKET=''
> LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
> LIBUCB=''
> LIBUTIL=''
> LIBZ=''
> LIB_KAB=''
> LIB_KABC=''
> LIB_KDECORE=''
> LIB_KDEPIM=''
> LIB_KDEPRINT=''
> LIB_KDEUI=''
> LIB_KFILE=''
> LIB_KFM=''
> LIB_KHTML=''
> LIB_KIO=''
> LIB_KPARTS=''
> LIB_KSPELL=''
> LIB_KSYCOCA=''
> LIB_KUTILS=''
> LIB_POLL=''
> LIB_QPE=''
> LIB_QT=''
> LIB_SMB=''
> LIB_X11=''
> LIB_XEXT=''
> LIB_XRENDER=''
> LN_S='ln -s'
> LTLIBOBJS=''
> MAKEINFO='${SHELL} /home/richie/Downloads/kmhtconvert-0.7.3/admin/missing
> --run makeinfo'
> MCOPIDL=''
> MEINPROC=''
> MOC=''
> MSGFMT='/usr/bin/msgfmt'
> NOOPT_CFLAGS='-O0'
> NOOPT_CXXFLAGS=''
> OBJEXT='o'
> PACKAGE='kmhtconvert'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PERL=''
> QTE_NORTTI=''
> QT_INCLUDES=''
> QT_LDFLAGS=''
> RANLIB='ranlib'
> SET_MAKE=''
> SHELL='/bin/sh'
> STRIP='strip'
> TOPSUBDIRS=''
> UIC=''
> UIC_TR=''
> USER_INCLUDES=''
> USER_LDFLAGS=''
> USE_EXCEPTIONS=''
> USE_RTTI=''
> USE_THREADS=''
> VERSION='0.7.3'
> WOVERLOADED_VIRTUAL=''
> XGETTEXT='/usr/bin/xgettext'
> XMLLINT=''
> X_EXTRA_LIBS=''
> X_INCLUDES=''
> X_LDFLAGS=''
> X_PRE_LIBS=''
> X_RPATH=''
> ac_ct_AR='ar'
> ac_ct_CC='gcc'
> ac_ct_CXX='g++'
> ac_ct_F77=''
> ac_ct_RANLIB='ranlib'
> ac_ct_STRIP='strip'
> all_includes=''
> all_libraries=''
> 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='i686-pc-linux-gnu'
> build_alias=''
> build_cpu='i686'
> build_os='linux-gnu'
> build_vendor='pc'
> datadir='${prefix}/share'
> exec_prefix='NONE'
> host='i686-pc-linux-gnu'
> host_alias=''
> host_cpu='i686'
> host_os='linux-gnu'
> host_vendor='pc'
> include_ARTS_FALSE=''
> include_ARTS_TRUE=''
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> install_sh='/home/richie/Downloads/kmhtconvert-0.7.3/admin/install-sh'
> kde_appsdir=''
> kde_bindir=''
> kde_confdir=''
> kde_datadir=''
> kde_htmldir=''
> kde_icondir=''
> kde_includes=''
> kde_kcfgdir=''
> kde_libraries=''
> kde_libs_htmldir='/usr/share/doc/kde/HTML'
> kde_libs_prefix='/usr'
> kde_locale=''
> kde_mimedir=''
> kde_moduledir=''
> kde_qtver='3'
> kde_servicesdir=''
> kde_servicetypesdir=''
> kde_sounddir=''
> kde_styledir=''
> kde_templatesdir=''
> kde_wallpaperdir=''
> kde_widgetdir=''
> kdeinitdir=''
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> mkdir_p='mkdir -p --'
> oldincludedir='/usr/include'
> prefix='/usr'
> program_transform_name='s,x,x,'
> qt_includes=''
> qt_libraries=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target='i686-pc-linux-gnu'
> target_alias=''
> target_cpu='i686'
> target_os='linux-gnu'
> target_vendor='pc'
> x_includes='NONE'
> x_libraries='NONE'
> xdg_appsdir=''
> xdg_directorydir=''
> xdg_menudir=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define HAVE_DLFCN_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRING_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_UNISTD_H 1
> #define KDELIBSUFF ""
> #define PACKAGE "kmhtconvert"
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define STDC_HEADERS 1
> #define VERSION "0.7.3"
> #endif
> #ifdef __cplusplus
> void exit (int);
>
> configure: exit 1

-- 
 Jorge Mena
 Linux Registered User 416139



Reply to: