From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32633 invoked by alias); 8 Dec 2004 18:27:04 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 32518 invoked from network); 8 Dec 2004 18:26:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Dec 2004 18:26:58 -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 iB8IQqug019459 for ; Wed, 8 Dec 2004 13:26:57 -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 iB8IQqr18249; Wed, 8 Dec 2004 13:26:52 -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 iB8IQpqY010012; Wed, 8 Dec 2004 13:26:52 -0500 Subject: RE: Insight build error From: Keith Seitz To: Backhaus Willy Cc: "insight@sources.redhat.com" In-Reply-To: <000301c4dd38$97e76d50$f30210ac@backhaus> References: <000301c4dd38$97e76d50$f30210ac@backhaus> Content-Type: text/plain Message-Id: <1102530411.2774.11.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Wed, 08 Dec 2004 18:27:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00111.txt.bz2 On Wed, 2004-12-08 at 07:14, Backhaus Willy wrote: > ok.. I used --disable-nls, but now I got another error: > undefined reference to `_f_parse' > undefined reference to `_java_parse' > undefined reference to `_java_error' > undefined reference to `_c_error' > undefined reference to `_pascal_parse' [and a bunch more] These are all language functions that come from yacc files. Did the C files get generated on your machine? ["ls *-exp.c" in your gdb build directory.] If not, make sure that yacc is available and working. If they did get generated, please ask on the gdb list for more help. Keith