[plt-scheme] plt-deb-taskforce and a compilation problem

From: MJ Ray (markj at cloaked.freeserve.co.uk)
Date: Thu Sep 26 09:03:24 EDT 2002

Jon K=?ISO-8859-1?Q?=E5re?= Hellan <hellan at acm.org> wrote:
> Build srpersist after the rest of plt - including mzc  - has been built.

The rest of plt (as much as the makefile requires, anyway) has already been
built, but not yet installed.  We could delay it until after mzc has been
installed, but I think this could only be done if we split srpersist off
into its own package.  Maybe we can change the paths to use the
debian/mzscheme/usr/bin/mzc (or similar) that was built instead.  OK, we
have an option 4 that sounds sane.

Taking a look inside the source, I wonder if changing MZC=/usr/bin/mzc 
to MZC=$(PREFIX)/bin/mzc or similar in src/srpersist/Makefile will solve it. 
I'll give that a try, as soon as I find my clean build system.

-- 
MJR| 
---'--[ Luminas internet applications http://www.luminas.co.uk/ ]-----|



Posted on the users mailing list.