Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 1998 14:09:12 -0800 (PST)
From:      Donald Burr <dburr@POBoxes.com>
To:        "Pedro F. Giffuni" <giffunip@asme.org>
Cc:        ports@FreeBSD.ORG
Subject:   RE: Strange problem while building Rayshade
Message-ID:  <XFMail.980308140912.dburr@POBoxes.com>
In-Reply-To: <3502F2B4.41C67EA6@asme.org>

next in thread | previous in thread | raw e-mail | index | archive | help
My secret spy satellite informs me that on 08-Mar-98, Pedro F. Giffuni
wrote:
> Hi,
> I was trying to port Rayshade
> http://www-graphics.stanford.edu/~cek/rayshade/rayshade.html, but I got
> the following:
> ____________
> ...
> 
> cc -O2 -m486 -pipe -o rayshade main.o raytrace.o version.o
> ../libshade/libshade.
> a ../libray/libray.a /usr/local/lib/librle.a -lm -lcompat
> lex.o: Undefined symbol `_yylineno' referenced from text segment
> lex.o: Undefined symbol `_yylineno' referenced from text segment
> lex.o: Undefined symbol `_yylineno' referenced from text segment
> misc.o: Undefined symbol `_yylineno' referenced from text segment
> yacc.o: Undefined symbol `_yylineno' referenced from text segment
> transform.o: Undefined symbol `_yylineno' referenced from text segment

You need to link against the YACC functions library (add "-ly" to the
Makefile)
---
Donald Burr <dburr@POBoxes.com> - Ask me for my PGP key | PGP: Your
WWW HomePage: http://DonaldBurr.base.org/  ICQ #1347455 | right to
Address: P.O. Box 91212, Santa Barbara, CA 93190-1212   | 'Net privacy.
Phone: (805) 957-9666    FAX: (800) 492-5954            | USE IT.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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