chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] unbound variable: export


From: Andreas Zwinkau
Subject: Re: [Chicken-users] unbound variable: export
Date: Sun, 22 Oct 2006 00:55:15 +0200

> How exactly are you using "export"? 

$ cat cackle-base.scm 
(define-extension cackle-base)
(include "cackle-server.scm")
[...]
$ cat cackle-server.scm 
(use http-server http-utils)
(declare (export cackle:server))
[...]

> If you compiled cackle-base.scm with the "-shared" option,
> load-library will not work, BTW.
I'm confused about load-library now, because i thought, this is
exactly what it is used for??

-- 
Gottes Segen!
Andi


  | Mail: address@hidden 
  | Web: http://beza1e1.tuxen.de
  | Jabber: address@hidden




reply via email to

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