|
From: Willy C. <wil...@ho...> - 2002-02-28 13:06:59
|
After installing a C++ compiler, I am still getting the error when
attempting to configure the software after typing ./configure, this is what
I get:
=================
computername # ./configure
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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
configuring ht://Dig version 3.1.6
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... no
checking for CC... CC
checking whether the C++ compiler (CC ) works... yes
checking whether the C++ compiler (CC ) is a cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... no
checking for ranlib... :
checking for ar... /usr/bin/ar
checking for sh... /bin/sh
checking for sed... /sbin/sed
checking for sort... /usr/bin/sort
checking for find... /sbin/find
checking for gunzip... /usr/sbin/gunzip
checking for tar... tar
checking for acroread... /usr/bin/acroread
checking for sendmail... /usr/lib/sendmail
checking how to run the C preprocessor... cc -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... /lib/cpp
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... yes
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++.
=================
This C++ library appears not to exist at present although under SGI IRIX
6.5.3 shows that the libraries are already there. Do I really need
libstdc++ ? or is your website accurate when it states that you need only
the SGI C++ compiler?
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
|