15 Mar
2005
15 Mar
'05
4:03 p.m.
Bob Jamison wrote:
Blah, blah, droning on endlessly....
By the way, if anyone wants to try a preview snapshot, it is here:
ftp://gcc.gnu.org/pub/gcc/snapshots/LATEST-4.0
How to make it:
tar jxf gcc-4.0-2005mmdd.tar.bz2
cd gcc-4.0-2005mmdd mkdir objdir cd objdir ../configure --disable-shared --enable-languages=c,c++ make > /dev/null [su to root] make install
This will install gcc in /usr/local. --disable-shared will build stdc++ and the others as static, so that your binaries will not have incompatible dependencies on other machines.
To build Inkscape, you will probably need to do a
make clean ; make
...to flush out the old dependencies.
Enjoy.
Bob