Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA17728; Tue, 19 Dec 95 14:08:00 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA18601; Tue, 19 Dec 95 14:08:01 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA15606; Tue, 19 Dec 1995 14:07:44 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA23939
          Tue, 19 Dec 1995 09:32:31 -0800 (PST)
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 <freebsd-questions@FreeBSD.ORG>; 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 <terry@lambert.org>
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: <Pine.BSF.3.91.951213001001.25906A-100000@spike.fa.gau.hu> 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.
