X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <0E35B361D8274AB0970AE03D34A451C2@cit.wayne.edu> References: <0E35B361D8274AB0970AE03D34A451C2 AT cit DOT wayne DOT edu> Date: Tue, 2 Nov 2010 20:56:14 +0000 Message-ID: Subject: Re: Is part of gcc3 missing? From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 2 November 2010 19:57, Lee Maschmeyer wrote: > Gentlefolk, > > For the past couple years or more I've been building a program, brltty, from > its subversion development stream. The only problems I had were in that > stream and they were fixed quite rapidly by the developer, in large measure > because of my reports. > > The last time I was able to build it successfully was on October 11. Since > then I've been getting the error detailed in the attachments. I'm almost > positive the problem is an update to gcc or one of its henchmen because I've > downdated brltty from 5400, which no longer successfully builds, all the way > back to 5300 with no success. > > I hope it's not providing too much information, but I've attached (yes, > really :-) not only cygcheck -svr but also the typescript of the make > session and config.log. Note that I'm using gcc3 because 4 has never worked. > (That's a known problem however and we hope will be fixed in the next gcc > update.) The typescript shows the following error: ocamlmklib -L./../../Programs -lbrlapi -oc brlapi_stubs brlapi_stubs.o ** Fatal error: Cannot find file "libgcc_s" libgcc_s ships with gcc4 only, so it looks like ocaml depends on gcc4 now, probably since its recent update. You may not need the OCaml bindings being built there though. I see you can disable them with the --disable-caml-bindings configure option. Andy -- 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