From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16528 invoked by alias); 29 Feb 2008 21:27:19 -0000 Received: (qmail 16520 invoked by uid 22791); 29 Feb 2008 21:27:19 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Feb 2008 21:26:49 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JVCkW-00021X-Ny; Fri, 29 Feb 2008 21:26:36 +0000 Message-ID: <47C8788B.981CD0EA@dessent.net> Date: Fri, 29 Feb 2008 22:16:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "raian.ufop" CC: gcc-help@gcc.gnu.org Subject: Re: internal compiler error References: <15766872.post@talk.nabble.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00396.txt.bz2 > ..\..\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 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