Subject: Re: Mixing NetBSD and Linux shared libs
To: None <current-users@netbsd.org>
From: Thomas Runge <coto@core.de>
List: current-users
Date: 04/19/2002 09:26:21
> Calling libc functions, or any other function outside of the scope of
> the fixed JNI API (which is usually the point of JNI in the first place
> :) typically will not work without actually using Linux includes and
> libraries (and typically, compiler, since the crtbegin/crtend files are
> different).

Do I get it right? If we use our native compiler/linker
with -nostdinc and -nostdlib but providing Linux's
includes, libs and startup files, we can get a binary
that works on a real Linux box?

-- 
Tom