This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.0 branch Java iconv linking problems
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: GCC 3.0 branch Java iconv linking problems
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 25 Jul 2001 17:57:58 -0400
- cc: java at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
I think the following definition of LIBICONV in Makefile.in is
necessary for the recent iconv change to be correct.
David
* Makefile.in (LIBICONV): Define.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.702
diff -c -p -r1.702 Makefile.in
*** Makefile.in 2001/07/22 21:33:57 1.702
--- Makefile.in 2001/07/25 21:55:41
*************** USE_NLS = @USE_NLS@
*** 335,340 ****
--- 335,343 ----
# Internationalization library.
INTLLIBS = @INTLLIBS@
+ # Character encoding conversion library.
+ LIBICONV = @LIBICONV@
+
# List of internationalization subdirectories.
POSUB = @POSUB@
INTL_SUBDIRS = intl $(POSUB)