GCC 3.0 branch Java iconv linking problems
David Edelsohn
dje@watson.ibm.com
Wed Jul 25 14:58:00 GMT 2001
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)
More information about the Java
mailing list