This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC 3.0 branch Java iconv linking problems


	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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]