> ..\..\src\terralib\kernel\TeAffineGTFactory.cpp:31: internal compiler error: > in > rest_of_handle_final, at toplev.c:2067 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://www.mingw.org/bugs.shtml> for instructions. > mingw32-make[1]: *** [.obj\TeAffineGTFactory.o] Error 1 > mingw32-make[1]: Leaving directory > `F:/ElicpseWKspcs/Terralib320rc3/TerraLib/terralibx/terralib' > mingw32-make: *** [TerraLib] Error 2 The URL tells you how to report the problem to MinGW and that's what you should do. Filing a PR with the FSF gcc bug tracker won't accomplish anything because 3.4 has not been maintained in quite some time, so it will just be closed as invalid. For various reasons the MinGW and Cygwin projects are still stuck using older versions with lots of local patches, and so you're better off dealing with issues there rather than upstream. You should try the MinGW gcc 4.2 technology preview release and see if it still has this error. Brian