Hi Benedikt,

On Thu, 30 Aug 2007 15:03:53 +0200 Benedikt Rosenau <[EMAIL PROTECTED]> wrote:

> On Mon, Aug 27, 2007 at 12:03:56PM -0500, Zbigniew wrote:
> 
> > You can simply download the latest SVN snapshot (5752) now and compile
> > it with any compiler (including chicken-2.6).  You don't have to
> > install an intermediate compiler.
> 
> I thought again I had found the most complicated way to do something.
> However, I tried to do it the way you describe with the currrent version
> from svn - and I get:
> 
> $ csi
> csi: error while loading shared libraries: libchicken.0: cannot open shared 
> object file: No such file or directory
> 
> Is there a way (less complicated than the one I described) to avoid this?

Try

$ LD_LIBRARY_PATH=/path/to/chicken-prefix/lib csi

Best wishes,
Mario


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

Reply via email to