chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] (use posix) on mac os x


From: felix winkelmann
Subject: Re: [Chicken-users] (use posix) on mac os x
Date: Mon, 30 Jan 2006 05:23:50 +0100

On 1/29/06, Ashish Shrestha <address@hidden> wrote:
> Hi!
>
> More Mac OSX issues.
>
>  )   ___
> (__/_____) /)   ,    /)
>   /       (/      _ (/_   _ __
>  /        / )__(_(__/(___(/_/ (_
> (______)
> Version 2, Build 216 - macosx-unix-gnu-ppc - [ dload ptables ]
> (c)2000-2005 Felix L. Winkelmann
> #;1> (use posix)
> ; loading library posix ...
> Error: (load-library) unable to load library
> posix
> "dlopen(libchicken.dylib, 9): image not found"
>
>         Call history:
>
>         <eval>          (load-library (quote posix))    <--
> #;1>
>
> Works fine on cygwin and different linux distros that I tried.
>

Very strange. Are you sure the chicken libraries are properly
installed?

Try

otool -L `which csi`

and:

DYLD_PRINT_LIBRARIES=1 csi -R posix


cheers,
felix




reply via email to

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