|
From: Geoff H. <ghu...@ws...> - 2002-06-28 16:58:51
|
On Fri, 28 Jun 2002, Rian Kruger wrote: > precompiled binaries. What other information do you need? Do you think > it's at all possible that because the gcc was precompiled to be in > /usr/local, that make might be using an older version of gcc elsewhere > in the path? How can I test this. Take a look at what the compile line says. It will either have no path to the gcc/g++ executable or you'll see the exact one that's used. If there's no path, try "which g++" to see what part of your path is chosen. It'd also help if you could give us about 10-15+ lines of the compilation here. It seems like there should be more messages from the compiler before it died. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ |