X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <295903.31584.qm@web25007.mail.ukl.yahoo.com> Date: Sun, 15 Mar 2009 06:32:54 +0000 (GMT) From: Marco Atzeri Subject: using gcc-4.3.2-2: gcc-4 -shared-libgcc To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi All, this is just an info for other mantainers and users on gcc-4.3.2-2. As reported by David announcment http://cygwin.com/ml/cygwin/2009-03/msg00378.html the current standard is "linked statically against libgcc". I found a case where=20 CC=3D"gcc-4 -shared-libgcc" is absolutely needed and=20 CC=3Dgcc-4=20 does not work. With hdf5-1.6.8 in both cases the compilation is fine but during "make check" if CC=3Dgcc-4 is used the test of I/O drivers crashes very bad and moreover=20 it cripples the underlying cygwin1.dll. I need a restart to be able to perform again the test with any version.=20 I suppose it is an exception handling issues, and it=20 applies to both 1.5 and 1.7 cygwin versions. Currently I am rebuilding all my cygwin-1.7=20 packages with CC=3D"gcc-4 -shared-libgcc" and I have not yet found problems. Regards Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/