This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/17284] build failure, unsatisfied symbols: libiconv libiconv_open libiconv_close
- From: "ehrhardt at mathematik dot uni-ulm dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2004 14:56:49 -0000
- Subject: [Bug bootstrap/17284] build failure, unsatisfied symbols: libiconv libiconv_open libiconv_close
- References: <20040902125516.17284.mec.gnu@mindspring.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de 2004-09-02 14:56 -------
Subject: Re: New: build failure, unsatisfied symbols: libiconv libiconv_open libiconv_close
On Thu, Sep 02, 2004 at 12:55:45PM -0000, mec dot gnu at mindspring dot com wrote:
> This looks similar to PR java/7169. However, there is no gcc anywhere
> in $PATH, so it's probably a different bug.
Probably what happens is that iconv.h from GNU libiconv (probably
somewhere in /usr/local/include/) is used with the sytem's native iconv
implementation (probably integrated into libc) which doesn't have
these functions.
regards Christian
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17284