chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Getting a dynamic library to compile


From: Julian Morrison
Subject: [Chicken-users] Getting a dynamic library to compile
Date: Thu, 24 Feb 2005 06:38:45 +0000
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Trying to compile my code** but although it seems to parse and build a .so file, it can't load.

Summary of what I did:

address@hidden fetchpop]$ csc -dynamic advanced-pop3.scm
address@hidden fetchpop]$ csi
#;> (require-extension advanced-pop3)
; loading ./advanced-pop3.so ...
Error: (load) unable to load compiled module
"./advanced-pop3.so"
#f

Is my code buggy? Am I compiling it in the wrong way?

(** For speed, rather than posting my current code to email, I've put it up at http://extropy.demon.co.uk/advanced-pop3.scm )




reply via email to

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