Date: Sat, 16 May 1998 11:39:51 +0200 From: Pierre Beyssac <pb@fasterix.freenix.org> To: Bruce Evans <bde@zeta.org.au>, freebsd-current@FreeBSD.ORG Subject: Re: yywrap missing ? Message-ID: <19980516113951.A22541@fasterix.frmug.fr.net> In-Reply-To: <199805160606.QAA32527@godzilla.zeta.org.au>; from Bruce Evans on Sat, May 16, 1998 at 04:06:35PM %2B1000 References: <199805160606.QAA32527@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 16, 1998 at 04:06:35PM +1000, Bruce Evans wrote: > >arith_lex.o: Undefined symbol `_yywrap' referenced from text segment > >arith_lex.o: Undefined symbol `_yywrap' referenced from text segment > > _yywrap should be in libl.a. Mine is empty... Apparently it's a copy of libln.a, which is empty too: $ ls -l /usr/obj/u2/usr/src/usr.bin/lex/lib/ -rw-r--r-- 1 root wheel 76 15 mai 10:18 libln.a -rw-r--r-- 1 root wheel 76 15 mai 10:18 libln_p.a -rwxr-xr-x 1 root wheel 141 15 mai 10:18 libmain.o -rwxr-xr-x 1 root wheel 234 15 mai 10:18 libmain.po -rwxr-xr-x 1 root wheel 72 15 mai 10:18 libyywrap.o -rwxr-xr-x 1 root wheel 167 15 mai 10:18 libyywrap.po I assume there's something in the latest change to the lex Makefile that causes it to fail (this is the first time I rebuilt since it was changed). I'm a bit surprised no one else mentioned the problem, though. I don't see anything specific in my configuration that would cause it to behave differently from others... -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980516113951.A22541>