On Thu, 30 Nov 2000, john wrote:
> have a stupid question: i've read through all the
> configure files and don't seem to be
> able to find a place to modify the location of CC, i keep
> getting the following error, any idea????
With almost any configure script you can do things like:
CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ ./configure
or (my favorite)
CFLAGS="-g -Wall" CXXFLAGS="-g -Wall" ./configure
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.