Mail Archives: djgpp/2002/11/06/19:30:12
>'make' still terminates with these errors:
>
>In file included from
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/bits/locale_facets.h:63,
> from
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/bits/basic_ios.h:41,
> from
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/ios:51,
> from
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/istream:44,
> from
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/fstream:45,
> from
>../../../../gcc-3.2-src/libstdc++-v3/src/globals.cc:30:
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/i686-pc-msdosdjgpp/bits/ctype_base.h:46:
> _L' was not declared in this scope
>/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/include/i686-pc-msdosdjgpp/bits/ctype_base.h:56:
>
> ...snip
>
> _N' was not declared in this scope
>make[3]: *** [globals.lo] Error 1
>make[3]: Leaving directory
>`/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3/src'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory
>`/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3'
>make[1]: *** [all-recursive-am] Error 2
>make[1]: Leaving directory
>`/root/updates/gcc/djgpp/cross/gcc-3.2-obj/i686-pc-msdosdjgpp/libstdc++-v3'
>make: *** [all-target-libstdc++-v3] Error 2
>
>Any ideas anybody?
>Charles
Well, I seemed to circumvent the 'make' failure by invoking make like
this: 'make all-gcc' instead of what I was doing which was 'make',
but while the compile completed sucessfully, apparently, the standard
library did not get built or installed.
Since this is my first successful cross compiler build, I am not
certain what to do next or if even that I invoked make correctly to
begin with...
Can anybody please enlighten me with any suggestions?
Charles
- Raw text -