Re: [Chicken-users] Chicken svn doesn't want to compile on x86-64

2009-02-05 Thread Adam C. Emerson
felix winkelmann bunny...@gmail.com writes: On Sun, Feb 1, 2009 at 6:49 PM, Adam C. Emerson az...@azureprime.com wrote: Hm... setup-download.so should not be linked with the static libchicken (which seems to be the case here). This is on Linux, right? Could you send me a build log, please?

Re: [Chicken-users] Chicken svn doesn't want to compile on x86-64

2009-02-03 Thread felix winkelmann
On Sun, Feb 1, 2009 at 6:49 PM, Adam C. Emerson az...@azureprime.com wrote: The compile fails with: /usr/bin/ld: ./libchicken.a(library-static.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC ./libchicken.a: could not

[Chicken-users] Chicken svn doesn't want to compile on x86-64

2009-02-01 Thread Adam C. Emerson
The compile fails with: /usr/bin/ld: ./libchicken.a(library-static.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC ./libchicken.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: ***