Willy Calderon's bits of Thu, 28 Feb 2002 translated to:

>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?

The error is due to a failure to find an fstream.h header file.
It either doesn't exist on the system or it is not visible to
the configure script (i.e. it is in a non-standard location
or hidden by strange file permissions).

Do you know whether the file does in fact exist? And if so where
it is located? If it is not there, is there an fstream header
file (no .h extension)?

If you are working with an SGI compiler, I don't see that adding
libstdc++ will do you any good.

Jim


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to