This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)


The following reply was made to PR java/5080; it has been noted by GNATS.

From: Zack Weinberg <zack@codesourcery.com>
To: Tom Tromey <tromey@redhat.com>
Cc: George.R.Goffe@seagate.com, gcc-gnats@gcc.gnu.org
Subject: Re: java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use  in this function)
Date: Tue, 18 Dec 2001 13:32:22 -0800

 On Tue, Dec 18, 2001 at 02:25:06PM -0700, Tom Tromey wrote:
 > >>>>> "George" == George R Goffe <George.R.Goffe@seagate.com> writes:
 > 
 > George> After "talking" with Ken Raeburn at MIT re his kerberos5
 > George> implementation I decided to completely remove all gcc files
 > George> from my system and re-install gcc-3.0.1 and
 > George> binutils-2.11.2. Then I started with a fresh gcc-20011210 and
 > George> started a build. The build failed when /usr/local/bin could
 > George> not find libiconv.so. Sigh... I hope it's ok for me to send
 > George> you this build log (below).
 > 
 > I looked at this.  It looks like the results of AM_ICONV aren't
 > properly being transmitted to the Makefile.  In particular when
 > AM_ICONV appends to LDFLAGS, this doesn't seem to show up.  I couldn't
 > see an instance of `@LDFLAGS@' in Makefile.in at all.
 > 
 > I've CCd Zack, since I know he has done some work in this area.
 > Perhaps the fix requires a local change to the AM_ICONV macro.
 
 I think this is a pure oversight.  There should be an instance of
 
 LDFLAGS = @LDFLAGS@
 
 somewhere in the Makefile.in.
 
 zw


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