Bug 38396

Summary: jikes option "-encoding" does not work and solution
Product: Ports & Packages Reporter: ASKS S.H. Zhong <aska>
Component: Individual Port(s)Assignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me CC: aska
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description ASKS S.H. Zhong 2002-05-22 03:50:01 UTC
	After compiling jikes from ports, you will find it has no "-encoding"
option. The "-encoding" option is import for java programer of non-English 
country. Without the "-encoding" option, the jikes compiled java program cannot
show non-English strings correctly. (ex. Japanese, Chinese...blahblah)

Fix: 

Install ports/devel/icu and do a little modify to the original 
configure file.
Replace all "-licu-uc" with "-licuuc".
Finally, run configure with
CPPFLAGS="-pthread -I/usr/local/include -L/usr/local/lib -L/usr/local/lib".
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 20:03:08 UTC
Responsible Changed
From-To: freebsd-ports->archie

Over to maintainer
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2002-08-05 20:15:04 UTC
State Changed
From-To: open->closed

Jikes now utilizes the ICU library, which adds support for '-encoding'.