Date: Sat, 16 May 1998 16:06:35 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@FreeBSD.ORG, pb@fasterix.freenix.org Subject: Re: yywrap missing ? Message-ID: <199805160606.QAA32527@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I get the following on a make world from yesterday's sources (CTM >patch 3370). Have I missed something ? > >cc -O -pipe -DSHELL -I. -I/u2/usr/src/bin/sh -I/usr/obj/u2/usr/src/tmp/usr/include -static -o sh alias.o arith.o arith_lex.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o options.o output.o parser.o printf.o redir.o show.o trap.o var.o builtins.o init.o nodes.o syntax.o -ll -ledit -ltermcap >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. Bruce 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?199805160606.QAA32527>