[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to build Lisp.app
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: Trying to build Lisp.app
- From: Marcus Daniels <marcus@ee.pdx.edu>
- Date: 22 Dec 1996 21:44:01 -0800
- In-reply-to: Roger Kirchner's message of Thu, 19 Dec 96 17:26:06 +0100
- References: <199612191608.KAA13501@phobos.mathcs.carleton.edu>
>>>>> "RK" == Roger Kirchner <rkirchne@phobos.mathcs.carleton.edu> writes:
RK> I followed nextapp/INSTALL. Everything went smoothly, but the
RK> Lisp.app build failed with some undefined symbols
When building with the dynamic-ffi support or the gettext support,
what is needed is a `Makefile.preamble' file that tells Project Builder
where to find the support libraries. Something like:
CLISP_BUILD = /build/clisp
OTHER_LDFLAGS = -L$(CLISP_BUILD)/avcall -L$(CLISP_BUILD)/trampoline -L$(CLISP_BUILD)/vacall -L$(CLISP_BUILD)/gettext/intl