java/2812: Build failure; missing symbols (iconv) in link of jc1

tromey@gcc.gnu.org tromey@gcc.gnu.org
Thu Jun 7 15:52:00 GMT 2001


Synopsis: Build failure; missing symbols (iconv) in link of jc1

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Thu Jun  7 15:52:58 2001
Responsible-Changed-Why:
    I'm handling it.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Thu Jun  7 15:52:58 2001
State-Changed-Why:
    I don't understand how you could see what you are seeing.
    
    In lex.c, the use of iconv() is predicated on `HAVE_ICONV'.
    This in turn is defined only if configure detects
    `iconv'.  It uses a link test to do this.  So this means
    (to me) that your libc does have iconv().
    
    Maybe your iconv.h redefines iconv() to libiconv()?
    That is what the error messages imply.  But then wouldn't
    this be a bug in your system?
    
    Is your system typical of Alpha Linux systems?
    If so then working around this problem might be appropriate.
    If you're running an unusual system then I'd prefer we just
    leave it.
    
    Tell me what you think and/or discover...
    Thanks!

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2812&database=gcc



More information about the Java-prs mailing list