X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=1.8 required=5.0	tests=AWL,BAYES_00,BOTNET,RCVD_IN_DNSWL_NONE,TW_CX,TW_JL,TW_YG,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Message-id: <4C5DE583.1020606@verizon.net>
Date: Sat, 07 Aug 2010 16:00:19 -0700
From: Jerry DeLisle <jvdelisle@verizon.net>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6
MIME-version: 1.0
To: cygwin@cygwin.com
Subject: Re: gcc Cygwin package maintainer
References: <4C5D9100.3020601@verizon.net> <4C5DBE66.5060003@gmail.com>
In-reply-to: <4C5DBE66.5060003@gmail.com>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

On 08/07/2010 01:13 PM, Dave Korn wrote:
> On 07/08/2010 17:59, Jerry DeLisle wrote:
>> Hi,
>>
>> Who is the Cygwin gcc package maintainer?
>
>    I've been a bit AWOL recently, but I think that's still me :-/
>
>> I want to make sure my
>> gfortran 4.6 experimental builds are consistent with Cygwin
>> distributions.  I notice I have far fewer configure parameters then I
>> see when I invoke gfortran -v .
>
>    Most of the --XXXdir= settings are supplied by cygport in order to make the
> packaging conform to the Cygwin standards.  A fair few of them are options
> that would be on by default anyway, but are just there to be explicit.  The
> most absolutely critical one of all is "--disable-sjlj-exceptions", which is
> vital for ABI conformance.  Any that concern you in particular?
>
I have been using this:

../trunk/configure --prefix=/usr/local/gfortran --enable-languages=c,c++,fortran 
--enable-threads=posix --enable-sjlj-exceptions 
--enable-version-specific-runtime-libs --enable-nls --disable-libmudflap 
--disable-shared --disable-win32-registry --with-system-zlib 
--enable-checking=release --enable-werror --without-included-gettext --without-x 
--enable-libgomp

So I have sjlj backwards.  I will fix that. Then the following I am not sure about.

--disable-__cxa_atexit

--enable-static --enable-shared --enable-shared-libgcc

Shall I include these?

Thanks,

Jerry


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

