[Chicken-users] Educate me please: compiling modules

2011-03-30 Thread Shaun Bruner
I've only recently begun to play with Chicken's module system, and am having a bit of trouble figuring out how to use csc against compiled modules. I'm hoping someone on this list can show me the error of my ways. One thing that trips me up is that what I'm trying works while using csi. Here's a sm

Re: [Chicken-users] Educate me please: compiling modules

2011-03-30 Thread Mario Domenech Goulart
Hi Shaun, On Wed, 30 Mar 2011 16:46:33 -0500 Shaun Bruner wrote: > I've only recently begun to play with Chicken's module system, and am having a > bit of trouble figuring out how to use csc against compiled modules. I'm > hoping > someone on this list can show me the error of my ways. One thi

Re: [Chicken-users] Educate me please: compiling modules

2011-03-30 Thread Shaun Bruner
On Wed, Mar 30, 2011 at 5:08 PM, Mario Domenech Goulart < mario.goul...@gmail.com> wrote: > Hi Shaun, > > On Wed, 30 Mar 2011 16:46:33 -0500 Shaun Bruner > wrote: > > > I've only recently begun to play with Chicken's module system, and am > having a > > bit of trouble figuring out how to use csc

Re: [Chicken-users] Educate me please: compiling modules

2011-03-30 Thread Felix
> $ csc -c hello.scm > $ csc -c main.scm Try: csc -s hello.scm -J csc main.scm cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users