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: Sun, 7 Jul 2002 13:04:54 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT 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: <20020707170454.GC1962@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20020707032010 DOT GA22463 AT redhat DOT com> <20020707122342 DOT 89055 DOT qmail AT web21007 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020707122342.89055.qmail@web21007.mail.yahoo.com> User-Agent: Mutt/1.3.23.1i On Sun, Jul 07, 2002 at 05:23:42AM -0700, Nicholas Wourms wrote: >Do we still need to create a "g++-3" symlink in the /usr/include/mingw >dir that points to /usr/include/g++-3/ for c++ to work? Or is that >covered by the gcc-mingw-3_1-20020516-1 package? That would be a question that would easily be satisfied by empirical testing, wouldn't it? >Would it be possible to add "objc" to the "--enable-languages="? Since it >seems to compile cleanly OOB, I think it should be added so that those >wishing to develop in objc on cygwin may do so. Nope. I am not interested in supporting objective c at this point. If I was it would be a separate package anyway. >2)Since you wanted to enable java support, you must pass a few more flags >for it to work. First off, the java runtime library is disabled by >default on most every platform. Also, as per David B's reccomendation, >you should explicitly pass the sjlj-exceptions flag during configuration. >So, the most optimal set of flags to pass would be: > >--enable-sjlj-exceptions --enable-libgcj --enable-interpreter --enable-sjlj-exceptions is not supposed to be required anymore. I'll try turning on --enable-libgcj. Meant to do that previously. Getting this working were the impetus for David Billinghurst's changes. 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/