From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16104 invoked by alias); 29 Feb 2008 20:36:44 -0000 Received: (qmail 16095 invoked by uid 22791); 29 Feb 2008 20:36:43 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Feb 2008 20:36:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JVBxd-0004nl-Lv for gcc-help@gcc.gnu.org; Fri, 29 Feb 2008 12:36:05 -0800 Message-ID: <15766872.post@talk.nabble.com> Date: Fri, 29 Feb 2008 21:27:00 -0000 From: "raian.ufop" To: gcc-help@gcc.gnu.org Subject: internal compiler error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: raian.ufop@gmail.com X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00395.txt.bz2 I was trying to compile the TerraLib library (www.terralib.org) which is a C++ library for GIS development. But I found the following error: "Internal compiler error: in rest_of_handle_final, at toplev.c:2067" My development environment is: * Windows XP pro * gcc 3.4.5 * ld version 2.17.50 20060824 * mingw version 5.1.3 * build environment : DOS cmd * no MSYS The full error msg: make -f makeTerralib mingw32-make[1]: Entering directory `F:/ElicpseWKspcs/Terralib320rc3/TerraLib/terralibx/terralib' g++ -c -g -frtti -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -I"..\..\src\terralib\kernel" -I"..\..\src\terralib\functions" -I"..\..\src\terralib\utils" -I"..\..\src\tiff" -I"..\..\src\zlib" -I"..\..\src\terralib\drivers\libjpeg" -I"c:\Qt\4.3.2\mkspecs\win32-g++" -o .obj\TeAffineGTFactory.o ..\..\src\terralib\kernel\TeAffineGTFactory.cpp In file included from ../../src/terralib/kernel/TeMatrix.h:30, from ../../src/terralib/kernel/TeGeometricTransformation.h:32, from ../../src/terralib/kernel/TeGTFactory.h:44, from ../../src/terralib/kernel/TeProjectiveGTFactory.h:28, from ../../src/terralib/kernel/TeGTFactory.h:38, from ..\..\src\terralib\kernel\TeAffineGTFactory.h:31, from ..\..\src\terralib\kernel\TeAffineGTFactory.cpp:24: ../../src/terralib/kernel/TeException.h:30: warning: ignoring #pragma warning ..\..\src\terralib\kernel\TeAffineGTFactory.cpp: In constructor `TeAffineGTFactory::TeAffineGTFactory()': ..\..\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 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 Can you help me? Thanks Raian -- View this message in context: http://www.nabble.com/internal-compiler-error-tp15766872p15766872.html Sent from the gcc - Help mailing list archive at Nabble.com.