From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19240 invoked by alias); 13 May 2014 07:49:07 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 19228 invoked by uid 89); 13 May 2014 07:49:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 13 May 2014 07:49:05 +0000 Received: from [10.9.9.209] (helo=mailfront04.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1Wk7SP-00030Z-VS for kawa@sourceware.org; Tue, 13 May 2014 09:49:02 +0200 Received: from 70-36-239-203.dsl.dynamic.sonic.net ([70.36.239.203] helo=toshie.bothner.com) by mailfront04.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1Wk7S8-0007Dp-Iw for kawa@sourceware.org; Tue, 13 May 2014 09:48:44 +0200 Message-ID: <5371CE5A.109@bothner.com> Date: Tue, 13 May 2014 07:49:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: kawa@sourceware.org Subject: Re: the right way to compile and load modules References: <9F312D97-98C6-4F47-BDD9-B6CAF3868A28@me.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-q2/txt/msg00043.txt.bz2 On 05/13/2014 12:29 AM, Charles Turner wrote: > I now compile these files like so, > prompt> java kawa.repl -C bar.scm > prompt> java jawa.repl --main -C foo.scm > ... > Here's where I now get confused, > > prompt> java foo > # > > What? I was expecting as output "message from bar", as you get in the REPL: Hm. I got the expected result. Could you be having a classpath issue? -- --Per Bothner per@bothner.com http://per.bothner.com/