Date: Wed, 9 Dec 1998 08:14:30 -0700 From: Nate Williams <nate@mt.sri.com> To: Eugeny Kuzakov <kev@lab321.ru> Cc: java@FreeBSD.ORG Subject: Re: jikes & wcslen and etc Message-ID: <199812091514.IAA16861@mt.sri.com> In-Reply-To: <Pine.BSF.4.02.9812092042330.13321-100000@lab321.ru> References: <Pine.BSF.4.02.9812092042330.13321-100000@lab321.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> I tryed to compile jikes. > fbsd hasn't this functions. Hmm, I *just* compiled it yesterday on a 2.2.8 system by replacing 'wchar.h' with: #include <stddef.h> and using the RedHat 5 - libc5 defines. CCREQUIREDFLAGS=-DGNU_LIBC5 -DUNIX -funsigned-char -c -DTYPE_bool -ansi -I. The GNU_LIBC5 sources bring in some w* definitions that are necessary, and the resulting executable appears to be working fine. (Although, it appears to run slower than the Linux version.) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812091514.IAA16861>