X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: Subject: RE: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1 Date: Thu, 11 Sep 2008 10:42:40 +0100 Message-ID: <011b01c913f2$be6456b0$9601a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m8B9hS5f030552 René Berber wrote on 10 September 2008 23:29: > Hi, > > Has anyone tested it? Well, yeah :) > Can't compile a simple test: Can't reproduce: /tmp/gcc4 $ cat test.c int main () { ; return 0; } @_______. . ( /"\ ||--||(___) '" '"'---' /tmp/gcc4 $ gcc test.c ; echo $? 0 @_______. . ( /"\ ||--||(___) '" '"'---' /tmp/gcc4 $ ./a.exe ; echo $? 0 @_______. . ( /"\ ||--||(___) '" '"'---' /tmp/gcc4 $ > Fails at that point, the assembler file was not created, or the pass > deleted it, no dll's missing: > > $ cygcheck /usr/lib/gcc/i686-pc-cygwin/4.3.0/cc1.exe > C:\cygwin/lib\gcc/i686-pc-cygwin/4.3.0/cc1.exe > C:\Cygwin\bin\cygwin1.dll > C:\WINDOWS\system32\ADVAPI32.DLL > C:\WINDOWS\system32\KERNEL32.dll > C:\WINDOWS\system32\ntdll.dll > C:\WINDOWS\system32\RPCRT4.dll > C:\WINDOWS\system32\Secur32.dll > C:\Cygwin\bin\cyggmp-3.dll > C:\Cygwin\bin\cygmpfr-1.dll > > Any special requirements on binutils? I have a recent version, but > there's one in experimental. Nah, nothing like that. Cygcheck output show anything? Traces of v3 remaining and interfering? cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/