I thought I would try out prelinking, this is what I got :-
# emerge prelink Calculating dependencies ...done!
.....emerge (1 of 1) sys-devel/prelink-20030811 to /
arch-ppc64.c: In function `ppc64_prelink_rela':
arch-ppc64.c:180: `R_PPC64_DTPREL64' undeclared (first use in this function)
.... and lots of other missing PPC symbols
Given that I'm on an intel machine, I'm not sure why arch-ppc64.c is
being built. If it needs to be built, where can I find the missing
symbols ?
To Answer my own question, I looked at the source for binutils, extracted the missing symbols and put them into /usr/include/elf.h and prelink built.
Still don't understand why I had to do this,
Pete
-- [EMAIL PROTECTED] mailing list
