Bug#402971: /usr/include/c++/4.1.2/cstdlib: Error on cstdlib

2006-12-13 Thread Rafael C. Almeida
Package: libstdc++6-4.1-dev Version: 4.1.1-19 Severity: important File: /usr/include/c++/4.1.2/cstdlib When trying to compile a code as simple as #include int main(void) { std::cout << "Hello!" << std::endl; return 0; } I get the following compile error: $ g++ hello

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-13 Thread pinskia at gcc dot gnu dot org
--- Comment #46 from pinskia at gcc dot gnu dot org 2006-12-13 09:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENE