I get this message while compiling:
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
configuring ht://Dig version 3.1.6
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ -Wno-deprecated ) works... yes
checking whether the C++ compiler (c++ -Wno-deprecated ) is a cross-compiler... yes
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for ar... /usr/ccs/bin/ar
checking for sh... /bin/sh
checking for sed... /usr/bin/sed
checking for sort... /usr/bin/sort
checking for find... /usr/bin/find
checking for gunzip... /usr/bin/gunzip
checking for tar... tar
checking for acroread... /usr/local/bin/acroread
checking for sendmail... /usr/lib/sendmail
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for socket in -lsocket... yes
checking for t_accept in -lnsl... yes
checking for deflate in -lz... yes
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... c++ -E
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for getopt.h... no
checking for strings.h... yes
checking for zlib.h... yes
checking for alloca.h... yes
checking for sys/select.h... yes
checking for wait.h... yes
checking for sys/wait.h... yes
checking for malloc.h... (cached) yes
checking for ostream.h... no
checking for iostream.h... no
checking for fstream.h... no
configure: error: To compile ht://Dig, you will need a C++ library. Try installing libstdc++.
Any ideas? Thanks in advance.
Budd, Sinclair schrieb:
Looking in the Faq this message also applies to you.
...... 3.8. I'm compiling with gcc 3.2 and getting all sorts of warnings/errors
about ostream and such.
You should use the following command to configure the ht://Dig package so it
can be built with gcc 3.2:
CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure
-----Original Message-----
From: Theo Bender [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 2:01 PM
To: [EMAIL PROTECTED]
Subject: [htdig] htdig
Hello,
i have a question to htdig-faq 3.6: Problems during compilation with libstdc++. The library is on the machine (/usr/local/lib), but configure does not find (PATH is set).
Can you give me an example for the right syntax of using LD_RUN_PATH?
Or is it a problem of different versions? I used the libgcc-3.2-sol9-sparc-local.gz <ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/libgcc-3.2-sol9-sparc-local.
gz> from sunfreeware.com, which includes libstdc++ .
Thanks in advance
-- freundliche Gr�sse Bender ********************************************* Theo Bender Universit�t Koblenz-Landau Pr�sidialamt Mainz Referat 12: �ffentlichkeitsarbeit - WWW-Betreuung Tel: +49-6131-3746036 Fax: +49-6131-3746040 Mail: [EMAIL PROTECTED] *********************************************
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

