[parisc-linux] HP/UX binaries

Randolph Chung Randolph Chung <randolph@tausq.org>
Thu, 19 Sep 2002 08:27:56 -0700


In reference to a message from Patrick Caulfield, dated Sep 19:
> How do I go about trying to run HP/UX binaries on parisc-linux ?
> 
> In particular I would like to get bitkeeper running as there's an HP/UX binary
> for that but no HP/Linux port :(

Bug Larry McVoy about it. :-) Apparently he was considering a palinux
port at some point.

we only support static SOM binaries on palinux....  from binfmt_som.c:

static inline int
do_load_som_library(struct file *f)
{
/* No lib support in SOM yet.  gizza chance.. */
        return -ENOEXEC;
}

randolph