Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 1995 10:28:58 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        maint@spike.fa.gau.hu (Maintenance user)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ISODE port
Message-ID:  <199512191728.KAA14686@phaeton.artisoft.com>
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

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512191728.KAA14686>