chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] loading libraries: inconsistencies interpreter vs. c


From: Michele Simionato
Subject: Re: [Chicken-users] loading libraries: inconsistencies interpreter vs. compiler
Date: Mon, 13 Jun 2005 01:42:04 -0400

On 6/13/05, felix winkelmann <address@hidden> wrote:
> On 6/12/05, Michele Simionato <address@hidden> wrote:
> > I have a library in a subdirectory of CHICKEN_INCLUDE_PATH, say in
> > mystuff/mylib. In the interpreter, from any directory I do
> >
> > (require-extension mystuff/mylib)
> >
> 
> CHICKEN_INCLUDE_PATH is not intended to be used for
> libraries (eggs), but for include-files (loaded via `include').
> Moreover specifying directories with require-extension is not
> allowed (...and will be documented right now. ;-)
> 

But then, how am I supposed to write a package (package=directory
containing various modules and possibily subpackages)?

         Michele Simionato




reply via email to

[Prev in Thread] Current Thread [Next in Thread]