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 X-Originating-IP: [198.151.129.77] From: "Matthew Clark" To: "Robert Collins" Cc: References: <1034289182 DOT 31694 DOT 3 DOT camel AT lifelesswks> Subject: Re: Unable to compile setup.exe source Date: Fri, 11 Oct 2002 09:03:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 11 Oct 2002 13:03:21.0538 (UTC) FILETIME=[93654A20:01C27126] Robert Collins wrote: > I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball > according the directions in=20 > > http://sources.redhat.com/cygwin-apps/setup.html > > I get down to the final link step and I get errors complaining about, > undefined references to things like ostream, oo_malloc, streambuf, etc. I'm > no C++ expert, but I can't see what's missing from the final link step. Can > anyone clue me in? > Yes, you're bulid with gcc 2.95, and then linking with gcc 3.2 > libraries, and thats not supported. You ened to build and link with gcc > 2,95 libs. How did I get gcc 3.2 libs in the mix? More importantly, how do I force gcc 2.95 libs to be linked instead? Matt -- 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/