This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/17284] build failure, unsatisfied symbols: libiconv libiconv_open libiconv_close


------- 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


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