X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References:  <announce.001001c91336$91e70d10$9601a8c0@CAM.ARTIMI.COM> <ga9hns$e1t$1@ger.gmane.org>
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: <ga9hns$e1t$1@ger.gmane.org>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/


