[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to build Lisp.app



>>>>> "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