From owner-cvs-all Wed Mar 29 2:17:10 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id D26ED37B6E7 for ; Wed, 29 Mar 2000 02:17:05 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (qmail 27384 invoked from network); 29 Mar 2000 10:16:41 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 29 Mar 2000 10:16:41 -0000 Date: Wed, 29 Mar 2000 20:16:23 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Brian Fundakowski Feldman Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libipsec Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Mar 2000, Brian Fundakowski Feldman wrote: > >From usage of nm(1), I was able to determine that absolutely nothing in > the compiled libipsec refers to libl or liby. Perhaps you could show me > what you're referring to? I really can't see the dependency. Oops. I thought __libyylex was in liby. It is actually in libipsec. libipsec uses a confusing prefix: $ grep liby /usr/src/lib/libipsec/* /usr/src/lib/libipsec/Makefile:YFLAGS+=-d -p __libyy /usr/src/lib/libipsec/Makefile:LFLAGS+=-P__libyy /usr/src/lib/libipsec/policy_token.l:#define yylval __libyylval /* XXX */ The prefix should be something like __libipsecyy. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message