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

Reply via email to