This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failure: libstdc++-v3/include/stdc++.h:83
On Wed, 2003-07-09 at 12:20, Gerald Pfeifer wrote:
> On Wed, 9 Jul 2003, Mark Mitchell wrote:
> > I've seen errors like that when I updated the compiler and didn't
> > rebuild the PCH file -- was this build done in a completely clean tree?
>
> Yes; I always build in a fresh objdir (/files/pfeifer/OBJ-0709-1215/ in
> this case, where 0709 is the date and 1215 the time) and also the srcdir
> contained no differences, at least according to cvs update.
I'm having trouble building on FreeBSD due to problems with iconv.
gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-\prototypes -pedantic -Wno-long-long -fno-common
-DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o
c-prag\ma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o
c-opts.o c-format.\o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o
c-cppbuiltin.o prefix.o c\-objc-common.o c-dump.o c-pch.o libcpp.a
main.o libbackend.a ../libiberty/libi\berty.a /usr/local/lib/libintl.so
-rpath /usr/local/lib -liconv
/usr/libexec/elf/ld: cannot find -liconv
On this machine, libiconv is in /usr/local/lib. What's going wrong
here?
Thanks,
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com