>We tried changing the configure script to use g++ over c++, but we still
>got the same message. Is there a way to specify using gcc instead?
>(And preferably without hacking the configure script?)
What executable is it finding? Try "which g++" or "which c++" and see what
compiler it is using. Can *you* use this compiler to make executibles--try
compiling one of the source files yourself.
Generally the configure script is pretty accurate. If it can't make the
compiler work, the Makefiles won't be able to do it either. This means
you'll need to figure out what's wrong with the setup...
>Do we have to resort to building the actual makefile and conf.h files
>myself? If so, how would we go about doing that?
I would not suggest doing this. There are Makefile.in files in several
directories, plus the htconfig.h.in file, plus the Makefile.conf.in, plus
the Makefiles in the rx and db directories...
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.