../include/cstdlib:45: error: '::srand' has not been declared
../include/cstdlib:46: error: '::strtod' has not been declared
../include/cstdlib:47: error: '::strtol' has not been declared
../include/cstdlib:48: error: '::strtoul' has not been declared
../include/cstdlib:49: error: '::system' has not been declared
../include/cstdlib: In function 'long int std::abs(long int)':
../include/cstdlib:59: error: 'labs' was not declared in this scope
../include/cstdlib: At global scope:
../include/cstdlib:62: error: 'ldiv_t' does not name a type
In file included from ../include/memory:25,
from ../include/char_traits:22,
from ../include/iosfwd:21,
from ../include/iterator:21,
from ../include/algorithm:19,
from algorithm.cpp:21:
../include/cstdio:26: error: '::FILE' has not been declared
../include/cstdio:27: error: '::fpos_t' has not been declared
../include/cstdio:29: error: '::clearerr' has not been declared
../include/cstdio:30: error: '::fclose' has not been declared
../include/cstdio:31: error: '::feof' has not been declared
../include/cstdio:32: error: '::ferror' has not been declared
../include/cstdio:33: error: '::fflush' has not been declared
../include/cstdio:34: error: '::fgetc' has not been declared
../include/cstdio:35: error: '::fgetpos' has not been declared
../include/cstdio:36: error: '::fgets' has not been declared
../include/cstdio:37: error: '::fopen' has not been declared
../include/cstdio:38: error: '::fprintf' has not been declared
../include/cstdio:39: error: '::fputc' has not been declared
../include/cstdio:40: error: '::fputs' has not been declared
../include/cstdio:41: error: '::fread' has not been declared
../include/cstdio:42: error: '::freopen' has not been declared
../include/cstdio:43: error: '::fscanf' has not been declared
../include/cstdio:44: error: '::fseek' has not been declared
../include/cstdio:45: error: '::fsetpos' has not been declared
../include/cstdio:46: error: '::ftell' has not been declared
../include/cstdio:47: error: '::fwrite' has not been declared
../include/cstdio:48: error: '::getc' has not been declared
../include/cstdio:49: error: '::getchar' has not been declared
../include/cstdio:50: error: '::gets' has not been declared
../include/cstdio:51: error: '::perror' has not been declared
../include/cstdio:52: error: '::printf' has not been declared
../include/cstdio:53: error: '::putc' has not been declared
../include/cstdio:54: error: '::putchar' has not been declared
../include/cstdio:55: error: '::puts' has not been declared
../include/cstdio:56: error: '::remove' has not been declared
../include/cstdio:57: error: '::rename' has not been declared
../include/cstdio:58: error: '::rewind' has not been declared
../include/cstdio:59: error: '::scanf' has not been declared
../include/cstdio:60: error: '::setbuf' has not been declared
../include/cstdio:61: error: '::setvbuf' has not been declared
../include/cstdio:62: error: '::sprintf' has not been declared
../include/cstdio:63: error: '::sscanf' has not been declared
../include/cstdio:64: error: '::tmpfile' has not been declared
../include/cstdio:65: error: '::tmpnam' has not been declared
../include/cstdio:66: error: '::ungetc' has not been declared
../include/cstdio:67: error: '::vfprintf' has not been declared
../include/cstdio:68: error: '::vprintf' has not been declared
../include/cstdio:69: error: '::vsprintf' has not been declared
In file included from ../include/char_traits:22,
from ../include/iosfwd:21,
from ../include/iterator:21,
from ../include/algorithm:19,
from algorithm.cpp:21:
../include/memory: In function 'std::pair<T*, int> std::get_temporary_buffer(ptrdiff_t)':
../include/memory:105: error: there are no arguments to 'malloc' that depend on a template parameter, so a declaration of 'malloc' must be available
../include/memory:105: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from ../include/iosfwd:21,
from ../include/iterator:21,
from ../include/algorithm:19,
from algorithm.cpp:21:
../include/char_traits: In static member function 'static bool std::char_traits<char>::lt(const char&, const char&)':
../include/char_traits:67: error: 'strncmp' was not declared in this scope
../include/char_traits: In static member function 'static char* std::char_traits<char>::move(char*, const char*, size_t)':
../include/char_traits:74: error: 'memmove' was not declared in this scope
../include/char_traits: In static member function 'static char* std::char_traits<char>::assign(char*, size_t, char)':
../include/char_traits:85: error: 'memset' was not declared in this scope
../include/char_traits: In static member function 'static int std::char_traits<char>::compare(const char*, const char*, size_t)':
../include/char_traits:89: error: 'strncmp' was not declared in this scope
../include/char_traits: In static member function 'static size_t std::char_traits<char>::length(const char*)':
../include/char_traits:93: error: 'strlen' was not declared in this scope
In file included from algorithm.cpp:21:
../include/algorithm: In function 'void std::random_shuffle(RandomAccessIterator, RandomAccessIterator)':
../include/algorithm:767: error: there are no arguments to 'rand' that depend on a template parameter, so a declaration of 'rand' must be available
In file included from ../include/memory:22,
from ../include/associative_base:21,
from associative_base.cpp:20:
../include/cstdlib:19:20: error: stdlib.h: No such file or directory
In file included from ../include/memory:25,
from ../include/associative_base:21,
from associative_base.cpp:20:
../include/cstdio:18:19: error: stdio.h: No such file or directory
In file included from ../include/iosfwd:21,
from ../include/iterator:21,
from ../include/associative_base:23,
from associative_base.cpp:20:
../include/char_traits:20:20: error: string.h: No such file or directory
make[2]: *** [algorithm.o] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
In file included from ../include/memory:22,
from ../include/associative_base:21,
from associative_base.cpp:20:
../include/cstdlib:27: error: '::abort' has not been declared
../include/cstdlib:28: error: '::abs' has not been declared
../include/cstdlib:29: error: '::atexit' has not been declared
../include/cstdlib:30: error: '::atol' has not been declared
../include/cstdlib:31: error: '::atof' has not been declared
../include/cstdlib:32: error: '::atoi' has not been declared
../include/cstdlib:33: error: '::bsearch' has not been declared
../include/cstdlib:34: error: '::calloc' has not been declared
../include/cstdlib:35: error: '::div' has not been declared
../include/cstdlib:36: error: '::exit' has not been declared
../include/cstdlib:37: error: '::free' has not been declared
../include/cstdlib:38: error: '::getenv' has not been declared
../include/cstdlib:39: error: '::labs' has not been declared
../include/cstdlib:40: error: '::ldiv' has not been declared
../include/cstdlib:41: error: '::malloc' has not been declared
../include/cstdlib:42: error: '::qsort' has not been declared
../include/cstdlib:43: error: '::rand' has not been declared
../include/cstdlib:44: error: '::realloc' has not been declared
../include/cstdlib:45: error: '::srand' has not been declared
../include/cstdlib:46: error: '::strtod' has not been declared
../include/cstdlib:47: error: '::strtol' has not been declared
../include/cstdlib:48: error: '::strtoul' has not been declared
../include/cstdlib:49: error: '::system' has not been declared
../include/cstdlib: In function 'long int std::abs(long int)':
../include/cstdlib:59: error: 'labs' was not declared in this scope
../include/cstdlib: At global scope:
../include/cstdlib:62: error: 'ldiv_t' does not name a type
In file included from ../include/memory:25,
from ../include/associative_base:21,
from associative_base.cpp:20:
../include/cstdio:26: error: '::FILE' has not been declared
../include/cstdio:27: error: '::fpos_t' has not been declared
../include/cstdio:29: error: '::clearerr' has not been declared
../include/cstdio:30: error: '::fclose' has not been declared
../include/cstdio:31: error: '::feof' has not been declared
../include/cstdio:32: error: '::ferror' has not been declared
../include/cstdio:33: error: '::fflush' has not been declared
../include/cstdio:34: error: '::fgetc' has not been declared
../include/cstdio:35: error: '::fgetpos' has not been declared
../include/cstdio:36: error: '::fgets' has not been declared
../include/cstdio:37: error: '::fopen' has not been declared
../include/cstdio:38: error: '::fprintf' has not been declared
../include/cstdio:39: error: '::fputc' has not been declared
../include/cstdio:40: error: '::fputs' has not been declared
../include/cstdio:41: error: '::fread' has not been declared
../include/cstdio:42: error: '::freopen' has not been declared
../include/cstdio:43: error: '::fscanf' has not been declared
../include/cstdio:44: error: '::fseek' has not been declared
../include/cstdio:45: error: '::fsetpos' has not been declared
../include/cstdio:46: error: '::ftell' has not been declared
../include/cstdio:47: error: '::fwrite' has not been declared
../include/cstdio:48: error: '::getc' has not been declared
../include/cstdio:49: error: '::getchar' has not been declared
../include/cstdio:50: error: '::gets' has not been declared
../include/cstdio:51: error: '::perror' has not been declared
../include/cstdio:52: error: '::printf' has not been declared
../include/cstdio:53: error: '::putc' has not been declared
../include/cstdio:54: error: '::putchar' has not been declared
../include/cstdio:55: error: '::puts' has not been declared
../include/cstdio:56: error: '::remove' has not been declared
../include/cstdio:57: error: '::rename' has not been declared
../include/cstdio:58: error: '::rewind' has not been declared
../include/cstdio:59: error: '::scanf' has not been declared
../include/cstdio:60: error: '::setbuf' has not been declared
../include/cstdio:61: error: '::setvbuf' has not been declared
../include/cstdio:62: error: '::sprintf' has not been declared
../include/cstdio:63: error: '::sscanf' has not been declared
../include/cstdio:64: error: '::tmpfile' has not been declared
../include/cstdio:65: error: '::tmpnam' has not been declared
../include/cstdio:66: error: '::ungetc' has not been declared
../include/cstdio:67: error: '::vfprintf' has not been declared
../include/cstdio:68: error: '::vprintf' has not been declared
../include/cstdio:69: error: '::vsprintf' has not been declared
In file included from ../include/associative_base:21,
from associative_base.cpp:20:
../include/memory: In function 'std::pair<T*, int> std::get_temporary_buffer(ptrdiff_t)':
../include/memory:105: error: there are no arguments to 'malloc' that depend on a template parameter, so a declaration of 'malloc' must be available
../include/memory:105: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from ../include/iosfwd:21,
from ../include/iterator:21,
from ../include/associative_base:23,
from associative_base.cpp:20:
../include/char_traits: In static member function 'static bool std::char_traits<char>::lt(const char&, const char&)':
../include/char_traits:67: error: 'strncmp' was not declared in this scope
../include/char_traits: In static member function 'static char* std::char_traits<char>::move(char*, const char*, size_t)':
../include/char_traits:74: error: 'memmove' was not declared in this scope
../include/char_traits: In static member function 'static char* std::char_traits<char>::assign(char*, size_t, char)':
../include/char_traits:85: error: 'memset' was not declared in this scope
../include/char_traits: In static member function 'static int std::char_traits<char>::compare(const char*, const char*, size_t)':
../include/char_traits:89: error: 'strncmp' was not declared in this scope
../include/char_traits: In static member function 'static size_t std::char_traits<char>::length(const char*)':
../include/char_traits:93: error: 'strlen' was not declared in this scope
In file included from ../include/list:22,
from ../include/associative_base:25,
from associative_base.cpp:20:
../include/algorithm: In function 'void std::random_shuffle(RandomAccessIterator, RandomAccessIterator)':
../include/algorithm:767: error: there are no arguments to 'rand' that depend on a template parameter, so a declaration of 'rand' must be available
make[2]: *** [associative_base.o] Fehler 1
make[2]: Leaving directory `/home/slightly/trunk/source/uClibc++-0.2.2/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/slightly/trunk/source/uClibc++-0.2.2'
make: *** [source/uClibc++-0.2.2/src/libuClibc++-0.2.2.so] Fehler 2