From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7297 invoked by alias); 23 Dec 2005 23:19:19 -0000 Received: (qmail 7289 invoked by uid 22791); 23 Dec 2005 23:19:19 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Dec 2005 23:19:16 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jBNNJ1hN008086; Fri, 23 Dec 2005 18:19:01 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jBNNJ1122531; Fri, 23 Dec 2005 18:19:01 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jBNNJ0tx021225; Fri, 23 Dec 2005 18:19:00 -0500 Message-ID: <43AC85E2.4060001@redhat.com> Date: Sat, 24 Dec 2005 14:00:00 -0000 From: Keith Seitz User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) MIME-Version: 1.0 To: p.rockett@sheffield.ac.uk CC: "'insight'" Subject: Re: FW: Can't build Insight with Cygwin References: <000a01c607ec$374605d0$0300a8c0@Albinoni> In-Reply-To: <000a01c607ec$374605d0$0300a8c0@Albinoni> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00072.txt.bz2 Peter Rockett wrote: > Can anybody confirm that they have definitely built Insight 6.4 with the > latest cygwin tools (gcc v3.4.4)? In case it gets lost, I have definitely built Cygwin native on Win2k using latest (this AM) cygwin & gcc (using the patches mentioned earlier. Now onto your other problem... > undefined reference to `_cp_demangled_name_to_comp' > undefined reference to `_cp_comp_to_string' Both are from cp-names.y and declared in cp-support.h. > undefined reference to `_objc_parse' > undefined reference to `_objc_error' > undefined reference to `_c_error' All from in c-exp.y and declared in objc_lang.h and c_lang.h. > undefined reference to `_ada_parse' From ada-exp.y and ada-lang.h. Do you have yacc or bison installed? Do the files BUILDDIR/gdb/{ada,c,cp,jv}-exp.c exist? Are build errors around this? [Try removing those C files from the build dir and then make again.] Keith