From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: Modules: first steps. Date: Thu, 19 Sep 2002 22:31:15 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <15754.13331.360503.763500@blauw.xs4all.nl> References: <15749.6859.670744.98083@blauw.xs4all.nl> <87ofavghdw.fsf@zagadka.ping.de> Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=unknown Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1032467273 2519 127.0.0.1 (19 Sep 2002 20:27:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 20:27:53 +0000 (UTC) Cc: guile-devel@gnu.org, jantien@xs4all.nl Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17s7tv-0000eN-00 for ; Thu, 19 Sep 2002 22:27:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s7uC-0005ul-00; Thu, 19 Sep 2002 16:28:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17s7tj-0005od-00 for guile-devel@gnu.org; Thu, 19 Sep 2002 16:27:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17s7th-0005lI-00 for guile-devel@gnu.org; Thu, 19 Sep 2002 16:27:38 -0400 Original-Received: from smtpzilla1.xs4all.nl ([194.109.127.137]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s7th-0005kX-00 for guile-devel@gnu.org; Thu, 19 Sep 2002 16:27:37 -0400 Original-Received: from blauw.xs4all.nl (blauw.xs4all.nl [213.84.26.127]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g8JKRZEb092261; Thu, 19 Sep 2002 22:27:35 +0200 (CEST) Original-To: Marius Vollmer In-Reply-To: <87ofavghdw.fsf@zagadka.ping.de> X-Mailer: VM 7.05 under Emacs 21.2.1 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1356 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1356 mvo@zagadka.ping.de writes: >=20 > > * It would be nice if the C smob example also touched on module us= e. >=20 > There is "examples/box-module". Is that what you are looking for, or= > something else=3F That doesn't inspire much confidence. blauw:~/usr/src/guile-1.6.0/examples/box-module$ rm box blauw:~/usr/src/guile-1.6.0/examples/box-module$ rm box.o blauw:~/usr/src/guile-1.6.0/examples/box-module$ make box gcc `/home/hanwen/usr/pkg/guile-1.6//bin/guile-config compile` -c box.c= =20 gcc box.o `/home/hanwen/usr/pkg/guile-1.6//bin/guile-config link` -o bo= x blauw:~/usr/src/guile-1.6.0/examples/box-module$ ./box guile> (use-modules (box)) : In expression ELF```ab`P=1B%/1=80=8Biso8859-15=024h04: : Unbound variable: ELF```ab`P=1B%/1=80=8Biso8859-15=024h= 04 ABORT: (unbound-variable) Type "(backtrace)" to get more information or "(debug)" to enter the de= bugger. guile>=20 --=20 Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.cs.uu.nl/~hanwe= n=20 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel