|
From: <And...@wi...> - 2003-03-12 20:17:20
|
Hey.
For another data point, I built from cvs yesterday on a Redhat 7 box.
Using gcc 2.96, I couldn't get it to find libstdc++, and saw:
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h: check for missing prerequisite headers?
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug...@gn.... ##
for limits.h, malloc.h sys/file.h ioctl.h sys/time.h getopt.h sys/wait.h
wait.h and alloc.h, then:
configure: error: To compile, you will need a C++ library. Try installing
libstdc++
Upgradding to gcc 3.1 got past that, but it failed to recognize ssl,
despite --with-ssl=/usr/local/ssl. I changed include/htconfig.h to define
HAVE_SSL_H and then added -I /usr/local/ssl/include to cppflags to get it
to work. I did get all the 'deprecated' warnings
from DB2_db.cc:23:
/usr/local/include/g++-v3/backward/backward_warning.h:32:2: warning:
#warning This file includes at least one deprecated or antiquated header.
Please consider using one of the 32 headers found in section 17.4.1.2 of
the C++ standard. Examples include substituting the <X> header for the
<X.h> header for C++ includes, or <sstream> instead of the deprecated
header <strstream.h>. To disable this warning use -Wno-deprecated.
Autoconf version 2.13
a
Andy Bach, Sys. Mangler
Internet: and...@wi...
VOICE: (608) 261-5738 FAX 264-5030
"If you don't say anything, you won't be called on to repeat it"
Calvin Coolidge
|