From owner-freebsd-questions Tue Dec 19 09:32:13 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23907 for questions-outgoing; Tue, 19 Dec 1995 09:32:13 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA23898 for ; Tue, 19 Dec 1995 09:32:10 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA14686; Tue, 19 Dec 1995 10:28:58 -0700 From: Terry Lambert Message-Id: <199512191728.KAA14686@phaeton.artisoft.com> Subject: Re: ISODE port To: maint@spike.fa.gau.hu (Maintenance user) Date: Tue, 19 Dec 1995 10:28:58 -0700 (MST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "Maintenance user" at Dec 13, 95 00:23:58 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG Precedence: bulk > pepsy.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > pepsy-yacc.o: Undefined symbol `_yylineno' referenced from text segment > *** Error code 1 BISON does not generate yylineno references for its parser core. Clearly, you are using a private core. You will need to eliminate the yylineno references from your code, or you will need to run the yacc portion of the build on another box, like a Sun machine, and prevent it from being rerun on the BSD box. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.