This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
ICONV on Alpha Tru64 v5.0
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Subject: ICONV on Alpha Tru64 v5.0
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Fri, 3 Aug 2001 11:26:45 -0500 (EST)
- cc: <java-patches at gcc dot gnu dot org>
I tried this patch on a new fresh bootstrap,
http://gcc.gnu.org/ml/gcc-patches/2001-07/msg01392.html
But I am still having the message errors in loader:
328146:./hello: /sbin/loader: Error: Unresolved symbol in /usr/users/ake/gcc18/l
ib/libgcj.so: iconv_open
328146:./hello: /sbin/loader: Error: Unresolved symbol in /usr/users/ake/gcc18/l
ib/libgcj.so: iconv_close
328146:./hello: /sbin/loader: Error: Unresolved symbol in /usr/users/ake/gcc18/l
ib/libgcj.so: iconv
328146:./hello: /sbin/loader: Fatal Error: this executable has unresolvable symb
ols
I have been modifiying libgcj.spec adding -liconv to avoid this error.