From owner-freebsd-questions Mon Aug 17 14:03:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19090 for freebsd-questions-outgoing; Mon, 17 Aug 1998 14:03:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19084 for ; Mon, 17 Aug 1998 14:03:43 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id OAA15568; Mon, 17 Aug 1998 14:02:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 17 Aug 1998 14:02:35 -0700 (PDT) From: Doug White To: Dave Spencer cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious compilation failure In-Reply-To: <19980817111646.B2355@nightfall.forlorn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Aug 1998, Dave Spencer wrote: > Hi folks, > > I'm trying to port to FreeBSD 2.2.7-RELEASE an application that we > have previously ported to six flavors of UNIX, including BSDI. The > compilation process succeedes until it reaches the linking stage. The > link command is in the following format: > > gcc -L -g -l -lm -lc_r -ll -lstdc++ -o > > At that point, I see many error messages such as the following: > > XFrameBuffer.o: Undefined symbol `RunningAverage::~RunningAverage(void)' referenced from text segment > cup.o: Undefined symbol `_ba_init_set_buffer' referenced from text segment > ecvt.o: Undefined symbol `_ba_mono' referenced from data segment > parsetab.o: Undefined symbol `_yyrestart' referenced from text segment > parsetab.o: Undefined symbol `_yyin' referenced from text segment [some deletia] Check your library paths. It looks like it's looking for functions that don't exist, particuarly with regards to audio, some X classes, and lex/yacc. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message