Subject: Re: linker errors in floppy image building
To: Jon Buller <jonb@paclink.com>
From: Simon Burge <simonb@netbsd.org>
List: port-pc532
Date: 12/30/1999 19:43:32
Jon Buller wrote:

> Type: cd /usr/src/distrib/pc532 ; make
> and get:
> 	[[ bz stuff missing ]]
> ping.cro: Undefined symbol `_ipsec_strerror' referenced from text segment
> ...
> 
> Anyone have some quick hints?  I assume I need to add a few libraries
> to the link, but I'm not sure exactly which ones, and where they
> go, and it's too late for me to be able to do it without some real
> screw-ups.  (And I don't want to hold up some people doing upgrades
> that I badgered into turning on their pc532's again 8-)

Add -lbz2 to the last line of distrib/pc532/floppies/inst-common/instbin.conf
and it _should_ work...

Simon.