Garrett: do you still work on uClibc++ at all anymore? I can't seem to find the git repo, if so, and the last release was three years ago.
I mention this because Aboriginal Linux is using uClibc++-0.2.2, and I'm trying to build Linux From Scratch 6.7 under it, and it gets here in the "gmp" build: /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. - D__GMP_WITHIN_GMPXX -I.. -m32 -O2 -pedantic -fomit-frame-pointer - mtune=pentiumpro -march=pentiumpro -c -o ismpf.lo ismpf.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -c ismpf.cc -fPIC -DPIC -o .libs/ismpf.o ismpf.cc: In function 'std::istream& operator>>(std::istream&, __mpf_struct*)': ismpf.cc:53: error: 'use_facet' was not declared in this scope ismpf.cc:53: error: 'numpunct' was not declared in this scope ismpf.cc:53: error: expected primary-expression before 'char' ismpf.cc:53: error: expected ',' or ';' before 'char' ismpf.cc:65: error: expected initializer before '<' token ismpf.cc:71: error: 'ct' was not declared in this scope ismpf.cc:71: error: 'ctype_base' has not been declared make[2]: *** [ismpf.lo] Error 1 And I'm rusty enough on C++ I thought I'd ask first before trying to dig into it myself. I can provide reproduction sequences and narrow down the code snippet a bit if it helps... Rob -- GPLv3: as worthy a successor as The Phantom Menace, as timely as Duke Nukem Forever, and as welcome as New Coke. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
