[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Compiling modules
From: |
Blake Sweeney |
Subject: |
Re: [Chicken-users] Compiling modules |
Date: |
Sun, 25 Sep 2011 17:33:58 -0400 |
On Sat, 24 Sep 2011 23:54:29 +0200, Peter Bex <address@hidden> wrote:
> On Sat, Sep 24, 2011 at 05:48:58PM -0400, Blake Sweeney wrote:
> > Thanks for the help but I'm still lost. I tried:
> >
> > $ csc -J module-a.scm
>
> I think there's a -s missing (you want to compile to a shared
> library object). Sorry, I made this mistake in my second example
> too.
>
> > I read a little and it seemed like you include import libraries that aren't
> > in
> > the normal path by using the extend option when compiling. Was I wrong?
> > Could
> > you give me a more help?
>
> I don't have much experience loading local libraries, but AFAIK it
> should be possible to just (use module-a) or (require-extension module-a)
> and it'll try to load from the current directory or the system path.
Thanks I can compile things now.
Blake