Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 20:16:23 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Brian Fundakowski Feldman <green@FreeBSD.org>
Cc:        Marcel Moolenaar <marcel@cup.hp.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libipsec Makefile
Message-ID:  <Pine.BSF.4.21.0003291952360.1740-100000@alphplex.bde.org>
In-Reply-To: <Pine.BSF.4.21.0003290402590.502-100000@green.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003291952360.1740-100000>