Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 1998 14:02:35 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Dave Spencer <dspencer@nightfall.forlorn.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: mysterious compilation failure
Message-ID:  <Pine.BSF.4.00.9808171401320.26224-100000@resnet.uoregon.edu>
In-Reply-To: <19980817111646.B2355@nightfall.forlorn.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <object files> -L<our library paths>  -g   -l<our libraries> -lm  -lc_r -ll -lstdc++ -o <target filename>
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9808171401320.26224-100000>