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 Message-ID: <20050809184727.15709.qmail@web31502.mail.mud.yahoo.com> Date: Tue, 9 Aug 2005 11:47:26 -0700 (PDT) From: "James R. Phillips" Reply-To: antiskid56-octave AT yahoo DOT com Subject: Fwd: Re: Fwd: [Bug c++/14563] octave built under Cygwin very slow] To: cygwin AT cygwin DOT com, maintainers AT octave DOT org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit --- "John W. Eaton" wrote: > > On 9-Aug-2005, Shai Ayal wrote: > > | I think the problem is that the --disable-sjlj-exceptions is not a > | compiler flag, rather it is a flag you give when you compile the > | compiler. Thus to test it one would have to get the souces of GCC > | 3.3.3 and compile it on cygwin with the above flag, than use this > | compiler to compile octave. This is a very time consuming effort since > | compilation on cygwin are painfully slow -- on my P4 with winXP it > | take several hours to compile octave -- I don't know exactly how many > | since I always just leave it overnight > > Does the Cygwin DLL also use exception handling? If so, I suspect > that you would need to compile it with the same compiler so that the > exception handling model matches the one used by applications that > depend on the Cygwin DLL. But I'm not sure of the details, so that > might not be required. > > jwe I am forwarding this to the cygwin AT cygwin DOT com mailing list so that the cygwin experts can comment. Jim Phillips -- 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/