This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: gcc-2.95.2 and libstdc++-v3
- To: Rick Schumeyer <rick dot schumeyer at directray dot com>
- Subject: Re: gcc-2.95.2 and libstdc++-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 3 Jul 2000 18:33:36 -0700 (PDT)
- cc: libstdc++ at sourceware dot cygnus dot com
> I receive the following error:
>
> TARGET_MACHINE=i686-pc-linux-gnu; srcdir=`cd ../../gcc-2.95.2/gcc; pwd`;
> \
> INSTALL_ASSERT_H=; SHELL=/bin/sh ;\
> export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
> /bin/sh ./fixinc.sh `pwd`/include /usr/include
> ./fixinc.sh: ./fixinc.sh: No such file or directory
> make[2]: *** [stmp-fixinc] Error 1
> make[2]: Leaving directory `/ftp/obj/gcc'
> make[1]: *** [bootstrap] Error 2
> make[1]: Leaving directory `/ftp/obj/gcc'
> make: *** [bootstrap] Error 2
this looks like an error to do with gcc, not libstdc++ or libstdc++-v3.
Try to get gcc configured/compiled first, then try to get libstdc++ working.
-benjamin