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: felix winkelmann
Subject: Re: [Chicken-users] loading libraries: inconsistencies interpreter vs. compiler
Date: Mon, 13 Jun 2005 07:20:06 +0200

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. ;-)


cheers,
felix




reply via email to

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