>
>inside the top gcc source directory,
>mkdir somedir
>cd somedir
>../configure --prefix=/usr/local/some/directory/for/this/gcc
>make install
>
>Then, put /usr/local/some/directory/for/this/gcc/bin in the beginning of
>your path. For c++ programs you will also want to put
>/usr/local/some/directory/for/this/gcc/lib in your LD_LIBRARY_PATH.
>
>I hold 3 versions this way, soon 4 (3.2).
>If you want to set a default, link to /usr/local/bin.
>

Great, thanks!!!
What about header files (C/C++), anything special to do ?
Like, maybe set the paths for gcc to find those headers ?

Eli


"There's so many different worlds
 So many different suns
 And we have just one world
 But we live in different ones.."
 
 - Dire Straits




=================================================================
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]

Reply via email to