Re: linking under hurd

2000-03-08 Thread Roland McGrath
> 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

Re: linking under hurd

2000-03-08 Thread Mariusz Woloszyn
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

Re: linking under hurd

2000-03-07 Thread Roland McGrath
> 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

linking under hurd

2000-03-07 Thread Mariusz Woloszyn
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