[plt-scheme] Creating a .plt distribution

From: Pedro Pinto (ppinto at cs.cmu.edu)
Date: Sat Mar 8 16:45:13 EST 2003

> Sure; does this do what you want?

...

> (pack-collections "~/ss-db.plt" "ss-db" '("ss-db") #t '())

I think you mean:

(pack-collections "~/ss-db.plt" "ss-db" '(("ss-db")) #t '())
                                          ^       ^

But either way, it still does not work. This has a similar behaviour to
mzc --collect-plt i.e. the .dll is not included in the archive.

Perhaps there is a bug here?

Thanks,
-pp





Posted on the users mailing list.