[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS. |
Date: |
Tue, 16 Dec 2014 23:15:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Tomas Cech <address@hidden> skribis:
> CCLD lib/ecore_ipc/libecore_ipc.la
> ld:
> /gnu/store/ij22m0lalbagkm4fflnxc9691ax4bpvk-luajit-2.0.3/lib/libluajit-5.1.a(lj_err.o):
> relocation R_X86_64_32S against `.rodata' cannot be used when making a
> shared object; recompile with -fPIC
> /gnu/store/ij22m0lalbagkm4fflnxc9691ax4bpvk-luajit-2.0.3/lib/libluajit-5.1.a:
> error adding symbols: Bad value
> collect2: error: ld returned 1 exit status
> Makefile:16352: recipe for target 'lib/evas/libevas.la' failed
That looks like an EFL problem: why is it trying to use libluajit.a when
apparently building libecore_ipc.so?
Could you build EFL with --disable-silent-rules or similar so the log
shows more details?
Thanks,
Ludo’.