[plt-scheme] current-library-collection-paths in Embeded MzScheme

From: Chongkai Zhu (u0476504 at utah.edu)
Date: Sat Feb 11 13:22:00 EST 2006

Hi all,

In C program that embeds MzScheme, by default I can't require any standard PLT library.
The reason seems to be that (current-library-collection-paths) is empty. The further
reanson seems to be that (find-library-collection-paths) or (find-system-path 'addon-dir)
returns empty.

Although I can first manually set (current-library-collection-paths) and then require,
will it be better that this is don't automatically?

I also wonder why (current-directory) is also empty in Embeded MzScheme.

Thanks.

Sincerely,  
Chongkai Zhu



Posted on the users mailing list.