chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] -ldl problem


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] -ldl problem
Date: 24 Sep 2007 08:34:32 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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)?

Best wishes,
Mario




reply via email to

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