|
From: Jim C. <li...@yg...> - 2003-09-27 06:51:07
|
On Friday, September 26, 2003, at 11:40 AM, Jessica Biola wrote: > In any case, I compiled gcc-3.3.1 to not be the main > native compiler, but rather, into the prefix: > /usr/gcc-3.3.1. > > Can someone help me with the correct CPP CXX > LIBRARY_PATH compiler environment settings that I > should be setting? I would start by setting CC and CXX to the paths of the alternate gcc and g++ compilers, respectively. Often that is all that is needed. If you run into problems with depreciated headers, see http://www.htdig.org/FAQ.html#q3.8. However it is my understanding that this should no longer be an issue if you are using a current snapshot. Jim |