NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: qemu-i386 segfault
On Tue, Dec 20, 2016 at 03:52:52PM +0100, r0ller wrote:
> Hi Martin,
>
> That works of course:) The point is to get it done via qemu-i386 and
> that's what doesn't work. But as I mentioned it may require
> 32bit libc which I currently don't have at hand so I'll need to
> get it from an i386 NetBSD install.
Well, it works and uses a 32bit libc.
try:
ldd a.out
For me it says:
a.out:
-lc.12 => /usr/lib/i386/libc.so.12
If you just want to test qemu, why not link statically?
Martin
Home |
Main Index |
Thread Index |
Old Index