guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modules: first steps.


From: Han-Wen Nienhuys
Subject: Re: Modules: first steps.
Date: Thu, 19 Sep 2002 22:31:15 +0200

address@hidden writes:
> 
> >  * It would be nice if the C smob example also touched on module use.
> 
> There is "examples/box-module".  Is that what you are looking for, or
> something else?

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 
gcc box.o `/home/hanwen/usr/pkg/guile-1.6//bin/guile-config link` -o box
blauw:~/usr/src/guile-1.6.0/examples/box-module$ ./box
guile> (use-modules (box))
<unnamed port>: In expression ELF```ab`P%/1??iso8859-154h04:
<unnamed port>: Unbound variable: ELF```ab`P%/1??iso8859-154h04
ABORT: (unbound-variable)

Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
guile> 

-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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