On 6/29/06, jbarciela jbarciela <[EMAIL PROTECTED]> wrote:
Hello Peter,Unfortunatelly in my system (PowerBook G4, OSX 10.4.6, Chicken Version 2, Build 3 - macosx-unix-gnu-ppc - [ dload ptables ], installed via Darwin ports) I get this instead: #;1> (use srfi-18) ; loading library srfi-18 ... Error: (load-library) unable to load library srfi-18 "dlopen(libchicken.dylib, 9): image not found" Call history: <eval> (load-library (quote srfi-18)) <--
Where have you installed libchicken.dylib to? If it is a non-standard path, set DYLD_LIBRARY_PATH to the directory that contains the dylib and run csi again - that should find the library. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
