> On Tue, 7 Mar 2000, Roland McGrath wrote:
>
> > > I found that if I compile binaries to object files under linux and then
> > > link it under hurd agains its libc everything works OK.
> >
> > It is true that they are both ELF/x86 platforms. But the ABIs are not
> > binary compatible at any le
On Tue, 7 Mar 2000, Roland McGrath wrote:
> > I found that if I compile binaries to object files under linux and then
> > link it under hurd agains its libc everything works OK.
>
> It is true that they are both ELF/x86 platforms. But the ABIs are not
> binary compatible at any level. So compi
> I found that if I compile binaries to object files under linux and then
> link it under hurd agains its libc everything works OK.
It is true that they are both ELF/x86 platforms. But the ABIs are not
binary compatible at any level. So compiling sources with Linux header
files and then linking
Hi! I have a question regarding linking binaries under hurd.
I found that if I compile binaries to object files under linux and then
link it under hurd agains its libc everything works OK.
I'am trying to port a386 and Linux/a386 to hurd, so I'm compiling linux
kernel under linux and I would lik