-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 13 Apr 2002, on htdig-bugs, Edward Avis wrote:
>Has anyone tried compiling htdig-3.2.0b3 with a gcc-3.1 snapshot? Another problem I found was the use of deprecated headers. Instead of <foo.h> newer compilers would prefer you to use <foo> and then access the 'std' namespace explicitly. This doesn't actually matter for compiling, you get lots of stern warnings but it still works. However for the configure script this warning causes a test to fail. I suggest changing one line in configure.in: AC_CHECK_HEADER(fstream.h,nofstream=0,nofstream=1) to AC_CHECK_HEADER(fstream,nofstream=0,nofstream=1) Of course if you do this, you should change the source files to say '#include <fstream>' too, and probably do the same for other C++ headers. So really the tail is wagging the dog, you end up changing the code to make the configure script work. But switching to new-style headers is probably worth doing anyway. After that I had one more error - 'undefined reference to .LC65' - but I think the problem there is with my toolchain and not htdig. - -- Ed Avis <[EMAIL PROTECTED]> Finger for PGP key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8uqbeIMp73jhGogoRAtNBAJ0ZClajVRG31Q07TW56nLi1RffwZACbBr+s jk/4/1Sp9PwLNL/hNYobO7I= =vBYw -----END PGP SIGNATURE----- _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev