On Thu, 10 May 2001, Johnnie Blaze wrote:

> hrm just for list info here is what 7.1 installed:
> 
> johnblaze@DNA::/usr/local/lib[46]> rpm -q glibc
> glibc-2.2.2-10
> johnblaze@DNA::/usr/local/lib[47]> gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
> gcc version 2.95.2 19991024 (release)

IIRC, RedHat *never* installs anything (esp. the compiler) into
/usr/local.

So you have a separate compiler in /usr/local that's *not* the compiler in
/usr/bin/gcc. This is OK (e.g. I have gcc-2.95.2 in my /usr/local), but
you must make sure that you compiled your version with the same glibc.

My suggestion would be to set your PATH to have /usr/bin before /usr/local
or to set CC=/usr/bin/gcc and CXX=/usr/bin/g++ and you should have better
luck.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to