chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] -ldl problem


From: naruto canada
Subject: Re: [Chicken-users] -ldl problem
Date: Mon, 24 Sep 2007 20:36:05 +0800

On 24 Sep 2007 08:34:32 -0300, Mario Domenech Goulart
<address@hidden> wrote:
> Hi
>
> On Mon, 24 Sep 2007 16:46:55 +0800 "naruto canada" <address@hidden>
> wrote:
>
> > On 9/24/07, felix winkelmann <address@hidden> wrote:
> > > On 9/18/07, naruto canada <address@hidden> wrote:
> > > >
> > > > my attemp to compile chicken scheme run into -ldl problem:
> > > > ...
> > > > ./libchicken.so: undefined reference to `dlerror'
> > > > ./libchicken.so: undefined reference to `dlclose'
> > > > ./libchicken.so: undefined reference to `dlopen'
> > > > ./libchicken.so: undefined reference to `dlsym'
> > > > ...
> > > >
> > > > This is how I solve it:
> > > > sed -i "s/LIBRARIES =.*/LIBRARIES = -lm -ldl/" Makefile.linux
> > > > make PLATFORM=linux PREFIX=/usr SYMBOLGC=1
> > > > make PLATFORM=linux PREFIX=/usr SYMBOLGC=1 install
> > >
> > > With what chicken version did you have this problem?
> >
> > chicken-2.709.tar.gz
>
> IIRC, 2.709 from 2007-09-18 had this bug.  Can you try the most recent
> snapshot (http://chicken.wiki.br/dev-snapshots/current)?

chicken-2.711.tar.gz compiles clean on my system. thanks.

>
> Best wishes,
> Mario
>




reply via email to

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