[klibc] [PATCH] HP PA-RISC support

H. Peter Anvin hpa at zytor.com
Fri Apr 9 14:24:47 PDT 2004


Kyle McMartin wrote:
> On Fri, Apr 09, 2004 at 01:12:58PM -0700, H. Peter Anvin wrote:
> 
>>Cool.  Does it work shared or just static?
>>
> 
> 
> It only works static atm. Trying to execute the built shared executables
> fails with "no such file or directory" which I found odd. However, I
> built it on an x86 machine around here, and they produced the same
> error, so I am at a loss as to the cause.
> 

The default path for the shared executable (klibc-[gunk].so) is in /lib,
so that's where it will need to be copied.  Either that, or compile with
SHLIBDIR set to a different path.

	-hpa



More information about the klibc mailing list