I believe the internal compiler error is a bug with g++.  
If you turn off optimizations it should work. (get rid of the -0X (where
X=1,2,3 or empty))
You can do this in the makefile by writing rules just for the files that
don't compile.
Or if speed isn't the biggest concern you can just turn off optimizations
globally in the CXXFLAGS variable in the Makefile.
Good luck,
James

-----Original Message-----
From: Cameron McCormack [mailto:[EMAIL PROTECTED]]
...
If I try to use g++, my g++ gives an "Internal compiler error" at some
point, so I dunno what's going on there.
...

Reply via email to