On Mon, 14 Nov 2005 22:37:15 -0500
Andrew Sveikauskas <[EMAIL PROTECTED]> wrote:

> Sorry, I messed up this part:
> 
> On Mon, Nov 14, 2005 at 10:31:24PM -0500, Andrew Sveikauskas wrote:
> > I was able to get clisp working like this:
> > 
> > cd /usr/ports/lang/clisp
> > make configure
> > cd w-clisp-2.33.2p0/clisp-2.33.2/src/malloc
> > ar cq /usr/local/lib/libgmalloc.a
> > cd -
> > [ Add -lgmalloc to LIBS in w-clisp-2.33.2p0/build-i386/Makefile ]
> > make install
> 
> The part with the ar line should of course read:
> 
> gcc -I. -c gmalloc.c
> ar cq /usr/local/lib/libgmalloc.a gmalloc.o
> 
It works great on i386! 


-- 
"Security is decided by quality" -- Theo de Raadt

Reply via email to