I'm trying to build an egg, but can't get a working shared library:

> csi cackle-base.so                 
Version 2, Build 3 - linux-unix-gnu-x86 - [ dload ptables ]
(c)2000-2005 Felix L. Winkelmann
; loading cackle-base.so ...
; loading /usr/lib/chicken/http-server.so ...
; loading library regex ...
; loading /usr/lib/chicken/http-utils.so ...
Error: unbound variable: export
> csi                  
Version 2, Build 3 - linux-unix-gnu-x86 - [ dload ptables ]
(c)2000-2005 Felix L. Winkelmann
#;1> (load-library 'cackle-base)
; loading library cackle-base ...
Error: (load-library) unable to load library
cackle-base
#f

The library cackle-base is a base file, which includes three other
files. All these files have their own "use" and "declare export"
statements. Is that a problem? The unbound variable error seems to
occur, when it comes to the second included file.

-- 
Gottes Segen!
Andi


  | Mail: [EMAIL PROTECTED] 
  | Web: http://beza1e1.tuxen.de
  | Jabber: [EMAIL PROTECTED]


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to