On Sun, Feb 1, 2009 at 6:49 PM, Adam C. Emerson <[email protected]> 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 read symbols: Bad value > collect2: ld returned 1 exit status > make[1]: *** [setup-download.so] Error 1 > make[1]: *** Waiting for unfinished jobs.... >
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? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
