Hey all,

I'm new to this list but have gone through the FAQ and have been looking
through the Search Engine for people with a similar if not the exact
same problem.

I am using RedHat 6.2 with GCC 2.95.2 with GNU ld 2.9.5, and I have
libstdc++ 2.9.0-30 installed (latest version). This is htdig-3.1.5 

I am not able to figure out what is going wrong.. any assistance you can
lend is greatly appreciated!

Thanks much!

-dan

I run the configure and have the following...

##
## CONFIG
##
## This file is part of ht://Dig
##

#
# These variables are set by configure
#
# This specifies the root of the directory tree to be used by ht://Dig
prefix=                 /home2/htdig

# This specifies the root of the directory tree to be used for programs
# installed by ht://Dig
exec_prefix=            ${prefix}

#
# Please modify the variables below to reflect your preferences.
#

#
# DEST
#
# This specifies the root of the directory tree to be used by ht://Dig
#
DEST=                  $(prefix)

#
# BIN_DIR
# Set this macro to where you want the binaries to be installed.
#
BIN_DIR=               $(exec_prefix)/bin

#
# CONFIG_DIR
# This is the directory that contains ht://Dig configuration files
#
CONFIG_DIR=            $(DEST)/conf

#
# COMMON_DIR
# This is the directory for files that can be shared between different
# databases.
#
COMMON_DIR=            $(DEST)/common

#
# DATABASE_DIR
# The default directory where the search databases will reside.
#
DATABASE_DIR=          $(DEST)/db

#
# DEFAULT_CONFIG_FILE
# This macro defines where the various programs will look for a
configuration
# file.
#
DEFAULT_CONFIG_FILE=   $(CONFIG_DIR)/htdig.conf

#
# CGIBIN_DIR
# The directory where your HTTP server looks for CGI programs.  This is
where
# htsearch will get installed.
#
CGIBIN_DIR=             /sys3/apache-1.3.14/cgi-bin

#
# IMAGE_DIR
# Define this to be a place that can be accessed by your web server.
This is
# where a couple of images will be placed.
#
IMAGE_DIR=              /sys3/apache-1.3.14/htdocs/htdig

#
# IMAGE_URL_PREFIX
# This is the URL to prefix the images placed in IMAGE_DIR.
#
IMAGE_URL_PREFIX=        /htdig

#
# SEARCH_DIR
# Set this to the absolute path where you want the sample search form to
# be installed.
#
SEARCH_DIR=             /sys3/apache-1.3.14/htdocs/htdig

#
# SEARCH_FORM
# Set this to the name you want to give to the search form.  This form
# will be located in the SEARCH_DIR directory.
#
SEARCH_FORM=            search.html

When I run make, everything works well, but then this slew of errors
takes place.

Entering directory `/sys2/installs/htdig-3.1.5/htfuzzy'
gcc -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib
Endings.o EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o
SuffixEntry.o Synonym.o htfuzzy.o Substring.o Prefix.o
../htcommon/libcommon.a ../htlib/libht.a ../db/dist/libdb.a 
EndingsDB.o: In function `Endings::createDB(Configuration &)':
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:46: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:46: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:52: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:52: undefined reference
to `ostream::operator<<(char const *)'
EndingsDB.o: In function `Endings::createRoot(Dictionary &, char *, char
*, char *)':
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:165: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:165: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:165: undefined reference
to `ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:165: undefined reference
to `ostream::operator<<(char)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:166: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:166: undefined reference
to `ostream::flush(void)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:180: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:180: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:180: undefined reference
to `ostream::operator<<(char const *)'
EndingsDB.o: In function `Endings::createRoot(Dictionary &, char *, char
*, char *)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `cout'
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
EndingsDB.o: In function `Endings::expandWord(String &, List &,
Dictionary &, char *, char *)':
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:315: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:315: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:315: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:315: undefined reference
to `ostream::operator<<(char const *)'
EndingsDB.o: In function `Endings::expandWord(String &, List &,
Dictionary &, char *, char *)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
EndingsDB.o: In function `Endings::expandWord(String &, List &,
Dictionary &, char *, char *)':
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:341: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:341: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:341: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:341: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/EndingsDB.cc:341: undefined reference
to `ostream::operator<<(char const *)'
Fuzzy.o: In function `Fuzzy::getWords(char *, List &)':
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:68: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:68: undefined reference to
`ostream::operator<<(char const *)'
Fuzzy.o: In function `Fuzzy::getWords(char *, List &)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
Fuzzy.o: In function `Fuzzy::writeDB(Configuration &)':
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:145: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:150: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:150: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:150: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:150: undefined reference to
`ostream::operator<<(char)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:151: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:151: undefined reference to
`ostream::flush(void)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:156: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:156: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:156: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Fuzzy.cc:156: undefined reference to
`ostream::operator<<(char const *)'
Synonym.o: In function `Synonym::createDB(Configuration &)':
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:56: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:56: undefined reference to
`ostream::operator<<(char const *)'
Synonym.o: In function `Synonym::createDB(Configuration &)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
Synonym.o: In function `Synonym::createDB(Configuration &)':
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:57: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:57: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:58: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:58: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:91: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:91: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:91: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:91: undefined reference to
`ostream::operator<<(char)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:91: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:92: undefined reference to
`cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:92: undefined reference to
`ostream::flush(void)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:102: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:102: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:102: undefined reference
to `ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:102: undefined reference
to `ostream::operator<<(char)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:102: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:103: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/Synonym.cc:103: undefined reference
to `ostream::operator<<(char const *)'
htfuzzy.o: In function `main':
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:127: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:127: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:177: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:177: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:177: undefined reference
to `ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:177: undefined reference
to `ostream::operator<<(char)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:178: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:178: undefined reference
to `ostream::flush(void)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:183: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:183: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:183: undefined reference
to `ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:183: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:184: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:184: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:214: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:214: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:214: undefined reference
to `ostream::operator<<(char const *)'
htfuzzy.o: In function `main':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:106: undefined reference to `endl(ostream &)'
htfuzzy.o: In function `main':
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:222: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:222: undefined reference
to `ostream::operator<<(char const *)'
htfuzzy.o: In function `usage(void)':
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:235: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:235: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:236: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:236: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:236: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:236: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:237: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:237: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:238: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:238: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:239: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:239: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:240: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:240: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:241: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:241: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:242: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:242: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:244: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:244: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:246: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:246: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:247: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:247: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:248: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:248: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:250: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:250: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:251: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:251: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:252: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:252: undefined reference
to `ostream::operator<<(char const *)'
htfuzzy.o: In function `reportError(char *)':
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:264: undefined reference
to `cout'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:264: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:264: undefined reference
to `ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/htfuzzy.cc:264: undefined reference
to `ostream::operator<<(char const *)'
Prefix.o: In function `Prefix::getWords(char *, List &)':
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`cerr'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htfuzzy/Prefix.cc:56: undefined reference to
`ostream::operator<<(char const *)'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/streambuf.h:479: undefined reference to `ios virtual table'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/fstream.h:65: undefined reference to `fstreambase::fstreambase(int,
char const *, int, int)'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/iostream.h:122: undefined reference to `istream::ios virtual table'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/fstream.h:65: undefined reference to `ifstream::ios virtual table'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/streambuf.h:481: undefined reference to `ios virtual table'
../htlib/libht.a(Configuration.o): In function `Configuration::Read(char
*)':
/sys2/installs/htdig-3.1.5/htlib/Configuration.cc:308: undefined
reference to `ifstream::~ifstream(void)'
/sys2/installs/htdig-3.1.5/htlib/Configuration.cc:323: undefined
reference to `istream::getline(char *, int, char)'
/sys2/installs/htdig-3.1.5/htlib/Configuration.cc:383: undefined
reference to `fstreambase::close(void)'
/sys2/installs/htdig-3.1.5/htlib/Configuration.cc:384: undefined
reference to `ifstream::~ifstream(void)'
/sys2/installs/htdig-3.1.5/htlib/Configuration.cc:384: undefined
reference to `ifstream::~ifstream(void)'
../htlib/libht.a(String.o): In function `operator<<(ostream &, String
&)':
/sys2/installs/htdig-3.1.5/htlib/String.cc:544: undefined reference to
`ostream::write(char const *, int)'
../htlib/libht.a(String.o): In function `String::debug(ostream &)':
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(int)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(void const *)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(char const *)'
/sys2/installs/htdig-3.1.5/htlib/String.cc:621: undefined reference to
`ostream::operator<<(char const *)'
collect2: ld returned 1 exit status
make[1]: *** [htfuzzy] Error 1
make[1]: Leaving directory `/sys2/installs/htdig-3.1.5/htfuzzy'
make: *** [all] Error 1

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to