From owner-freebsd-current Fri May 15 23:10:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06421 for freebsd-current-outgoing; Fri, 15 May 1998 23:10:15 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06415 for ; Fri, 15 May 1998 23:10:06 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA32527; Sat, 16 May 1998 16:06:35 +1000 Date: Sat, 16 May 1998 16:06:35 +1000 From: Bruce Evans Message-Id: <199805160606.QAA32527@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, pb@fasterix.freenix.org Subject: Re: yywrap missing ? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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