[klibc] [parisc-linux] klibc parisc64

H. Peter Anvin hpa at zytor.com
Mon Jul 24 15:41:50 PDT 2006


John David Anglin wrote:
>>> hppa64-linux-gnu-ld: usr/klibc/libc.so: Not enough room for program headers (allocated 5, need 6)
> 
> Additional phdrs are provided by elf64_hppa_additional_program_headers
> in bfd/elf64-hppa.c.  The code doesn't expect a .interp section in
> a shared library.  That would appear to be the problem here.
> 

(k)libc.so isn't a shared library in the ELF sense.  It's an executable.

klibc doesn't do dynamic linking at all.  As Dave said, dynamically 
linked doesn't imply the presence of shared libraries; the converse is 
also true.

	-hpa



More information about the klibc mailing list