Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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
From: "Dave Korn" <dk@artimi.com>
To: <cygwin@cygwin.com>
Subject: RE: Problem after upgrade to gcc-3.3.3
Date: Thu, 12 Aug 2004 17:44:33 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
In-Reply-To: <411B9DF0.2060507@acm.org>
Message-ID: <NUTMEGuJDx21rWOZ1A900000d20@NUTMEG.CAM.ARTIMI.COM>
X-OriginalArrivalTime: 12 Aug 2004 16:44:33.0687 (UTC) FILETIME=[A564C270:01C4808B]

> -----Original Message-----
> From: cygwin-owner On Behalf Of David Rothenberger
> Sent: 12 August 2004 17:42

> On 8/12/2004 4:38 AM, Johnny Willemsen wrote:
> > I just upgraded to gcc-3.3.3 which was available from 
> setup. I now get the
> > following error:
> > 
> > g++: installation problem, cannot exec `gm2l': No such file 
> or directory
> > make[2]: *** 
> 
> I'm seeing the same problem while trying to compile the 
> cygwin DLL from 
> CVS sources.  It occurs while trying to link cygwin0.dll.

  I noticed in the first example that the g++ command line had a linker/dll
.def file included as one of the files-to-compile.

  Apparently '.def' is the standard file extension for modula files, I
guess.

  You could try forcing the issue by issuing the same command line but with
"-x c++" to convince the driver it isn't a modula file after all.  That
might do it.


    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/

