From owner-freebsd-java Sat Jun 12 22:50:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from lab12.ie.pitt.edu (lab12.ie.pitt.edu [136.142.89.102]) by hub.freebsd.org (Postfix) with ESMTP id 485A414CC7 for ; Sat, 12 Jun 1999 22:50:38 -0700 (PDT) (envelope-from grafe@lab12.ie.pitt.edu) Received: (from grafe@localhost) by lab12.ie.pitt.edu (8.8.8+Sun/8.8.8) id BAA10562 for freebsd-java@freebsd.org; Sun, 13 Jun 1999 01:50:35 -0400 (EDT) Date: Sun, 13 Jun 1999 01:50:35 -0400 (EDT) Message-Id: <199906130550.BAA10562@lab12.ie.pitt.edu> From: grafe@lab12.ie.pitt.edu (Gary Rafe) To: freebsd-java@freebsd.org Subject: Re: Q: what about jikes v0.51 ? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After some poking around the jikes sources, I've answered my earlier question; i.e., the specific wchar functions were there all along, only the order of "config.h" got changed since v0.47 (perhaps), which made "wcscpy" disappear to IntToWstring(), also in config.h. Shifting the required #define's prior to their reference resolves the linking problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message