Date: Mon, 13 Aug 2001 08:46:47 +1200 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: George Genovezos <ggenovez@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FWTK missing ipc Message-ID: <20010813084647.B65488@itouchnz.itouch> In-Reply-To: <F29WsqdiDuz4TNDA25F00006573@hotmail.com>; from ggenovez@hotmail.com on Sat, Aug 11, 2001 at 12:51:30AM %2B0000 References: <F29WsqdiDuz4TNDA25F00006573@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 11, 2001 at 12:51:30AM +0000, George Genovezos wrote: > > Hey all, > > I'm sorry for asking such a stupid question but I'm trying to compile fwtk & > it keeps on hanging at > > gcc -g -o x-gw x-gw.o ulib.a ../libfwall.a -L/usr/X11R6/lib -lXaw -lXmu -lXt > -lXext -lX11 -lSM -lICE -lipc -lcrypt > /usr/libexec/elf/ld: cannot find -lipc > *** Error code 1 > > Stop in /source/fwtk/fwtk/x-gw. > *** Error code 1 > > Where do I get this ipc? I've searched google & freebsd.org & altavista but > there is no clear answer. & what does IPC stand for? I Prefer Compaq? I > don't think so. # cd /usr/ports/security/fwtk # make && make install will make sure that all FreeBSD specific changes gets to your build's Makefile. I'd guess that IPC stands for Interprocess Communication, the functions are in libc under FreeBSD. -- Jonathan Chen <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- Opportunities are seldom labeled To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010813084647.B65488>