On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote:
> On 9/18/07, naruto canada <[EMAIL PROTECTED]> wrote:
> > hi
> >
> > 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
> >
>
> Hi!
>
>
> With what chicken version did you have this problem?

chicken-2.709.tar.gz

>
>
> cheers,
> felix
>


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

Reply via email to