From owner-freebsd-java Wed Dec 9 07:14:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23684 for freebsd-java-outgoing; Wed, 9 Dec 1998 07:14:39 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23678 for ; Wed, 9 Dec 1998 07:14:37 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA28683; Wed, 9 Dec 1998 08:14:31 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA16861; Wed, 9 Dec 1998 08:14:30 -0700 Date: Wed, 9 Dec 1998 08:14:30 -0700 Message-Id: <199812091514.IAA16861@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Eugeny Kuzakov Cc: java@FreeBSD.ORG Subject: Re: jikes & wcslen and etc In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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 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