Hetz Ben Hamo <[EMAIL PROTECTED]> writes:
> 1. I downloaded and compiled and installed GCC 2.95.2 - it installed it
> on /usr/local/bin. My question - how can I tell prorgam which comes with
> autoconf (configure) script - to use this compiler? I don't see any
> option for this in the ./configure script...
Well, configure does not compile, does it? You still compile with
make. So tell make to use /usr/local/bin/gcc by using "make
CC=/usr/local/bin/gcc" rather than just "make", or
"export CC=/usr/local/bin/gcc" (bash syntax) and then "make -e".
Does it work?
--
Oleg Goldshmidt [EMAIL PROTECTED]
BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]
"A sense of the fundamental decencies is parceled out
unequally at birth." [F. Scott FitzGerald]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]