Hi

On Mon, 24 Sep 2007 16:46:55 +0800 "naruto canada" <[EMAIL PROTECTED]> wrote:

> On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote:
> > On 9/18/07, naruto canada <[EMAIL PROTECTED]> 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


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

Reply via email to