Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Sun, 7 Jul 2002 12:57:29 -0400
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Subject: Re: Available for test: gcc-3.1.1-1, gcc2-2.95.3-6, and gcc-mingw-3_1-20020516-1
Message-ID: <20020707165729.GB1962@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20020707032010.GA22463@redhat.com> <000501c225a9$c7436a20$0100a8c0@lony>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <000501c225a9$c7436a20$0100a8c0@lony>
User-Agent: Mutt/1.3.23.1i

On Sun, Jul 07, 2002 at 01:30:58PM +0200, Christoph wrote:
>> From: Christopher Faylor
>> although I believe that there are still issues with exception handling
>> in dlls.
>
>Hm - being utterly ignorant about Cygwin dll internals, I can at
>least report that it seems to be possible to compile (and link
>them to the corresponding libstdc++.a and libgcc.a libraries) the
>Cygwin dll itself without the standard option -fno-rtti -fno-exceptions.

Huh?  It's always been possible to do that.  The options are included
only avoid any overhead from including them in an application
(cygwin1.dll) that didn't need or use them.

>> to make this available, it will probably be as a separate package.  I
>> may do this with java eventually, too.
>
>I take that that it is still not possible to compile libgjc?

I haven't tried.

>> 2002-01-06  Christopher Faylor  <cgf@redhat.com>
>> 
>>         * config/i386/cygwin.h: Fix to allow -nostdinc to drop cygwin
>includes.
>> 	Only search for cyg library prefix when not -mno-cygwin
>> 	* t-cygwin: Add -lintl as an auxilliary library.
>> 	* x-cygwin: Ditto.
>
>For my native bootstrap I had to explicitly copy cygming.h into
>the build directory  Objdir/gcc/gcc to make things work.

I don't see how that could possibly be necessary.  The only reference
to cygming.h should b as i386/cygming.h.  Copying it to your build directory
would have no effect.  It should only be referenced in the config.h file
as #include "i386/cygming.h".

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

