| View previous topic :: View next topic |
| Author |
Message |
jabbur n00b

Joined: 13 May 2003 Posts: 9
|
Posted: Tue May 13, 2003 3:34 am Post subject: Prelink link error.... |
|
|
Hi,
I'm trying to compile prelink-20030217 and I'm having the following problem :
make[2]: Entering directory `/root/prelink/src'
/bin/sh ../libtool --mode=link gcc -Wall -g -O2 -o prelink -all-static cache.o conflict.o cxx.o data.o doit.o dso.o dwarf2.o exec.o execle_open.o fptr.o get.o gather.o hashtab.o layout.o main.o mdebug.o prelink.o reloc.o space.o stabs.o undo.o undoall.o verify.o crc32.o arch-i386.o arch-alpha.o arch-ppc.o arch-ppc64.o arch-sparc.o arch-sparc64.o arch-x86_64.o arch-s390.o arch-s390x.o arch-arm.o
arch-sh.o arch-ia64.o -lelf
gcc -Wall -g -O2 -o prelink -static cache.o conflict.o cxx.o data.o doit.o dso.o dwarf2.o exec.o execle_open.o fptr.o get.o gather.o hashtab.o layout.o main.o mdebug.o prelink.o reloc.o space.o stabs.o undo.o undoall.o verify.o crc32.o arch-i386.o arch-alpha.o arch-ppc.o arch-ppc64.o arch-sparc.o arch-sparc64.o arch-x86_64.o arch-s390.o arch-s390x.o arch-arm.o arch-sh.o arch-ia64.o -lelf
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: prelink: hidden symbol `__libelf_version_initialized' isn't defined
collect2: ld returned 1 exit status
make[2]: *** [prelink] Error 1
make[2]: Leaving directory `/root/prelink/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/prelink'
make: *** [all] Error 2
I using elfutils 0.76, gcc 3.2.3, binutils 2.14.90.0.1 and glibc-2.3.2
Any help is appreciated.. |
|
| Back to top |
|
 |
yaubi Apprentice


Joined: 15 Jan 2003 Posts: 194 Location: Oxford, UK
|
Posted: Tue May 13, 2003 10:55 am Post subject: |
|
|
The same applies to me. I haven't found any fix yet ...
Doesn't anyone has an idea ?
Yoann |
|
| Back to top |
|
 |
FormerSlacker Guru


Joined: 11 Mar 2003 Posts: 340 Location: Toronto, ON. Canada
|
Posted: Sun Jun 01, 2003 3:44 pm Post subject: |
|
|
| Has this been resolved? I'm getting the exact same problem. |
|
| Back to top |
|
 |
Exner Tux's lil' helper


Joined: 08 Apr 2003 Posts: 128 Location: Melbourne, Australia
|
Posted: Sun Jun 01, 2003 9:35 pm Post subject: |
|
|
A more recent version of prelink is masked. You could try that to see if it gets past this particular problem. _________________ - Exner (Antony Suter) |
|
| Back to top |
|
 |
|