Subject: Re: ipf 4.1.23 build problem
To: None <freedom.day@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 06/21/2007 16:10:40
On Thu, Jun 21, 2007 at 04:02:50PM +0200, freedom.day@gmail.com wrote:
>    /usr/current/src/usr.sbin/ipf/libipf/obj/libipf.a(portname.o): In function `portname':
>    portname.c:(.text+0x113): undefined reference to `__sprintf_chk'
>    collect2: ld returned 1 exit status
>    *** Error code 1

How are you trying to build? This symbol should be in libc (it used to be
in libssp, but moved when that got removed).

Martin