Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 13 Aug 2004 07:13:04 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <375224803.20040813071304@familiehaase.de> To: "Dave Korn" CC: cygwin AT cygwin DOT com Subject: Re: Problem after upgrade to gcc-3.3.3 In-Reply-To: References: <411B9DF0 DOT 2060507 AT acm DOT org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello Dave, > 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. Many thanks for the hint. I believe that is the reason. I saw the same when compiling libglade with a .def file on the link line. I will try to figure out what happens if I install gm2l where it is expected. > 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. But it is not a solution for me to force the user to use flags which are not needed in normal life. Probably the Modula 2 specs needs to be changed. And the Makefile for the Modula driver needs to be changed as well since the gm2l binary is missing after installation. I'll rebuild GCC without Modula 2 driver for now. Gerrit -- =^..^= -- 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/