Package: g++-3.0
Version: 1:3.0.2-4
Severity: normal
As the title says.
Try this program:
#include
int main() {
#ifdef _GNU_SOURCE
printf("LOADED\n");
#endif
}
Compile it with "g++-3.0 foo.cpp"
Run it:
$ ./a.out
LOADED
$
This is evil ;-)
Phil.
-- System Information
Debian Release: 3.0
Ker
Package: gcc
Version: 2:2.95.4-9
Severity: wishlist
I have changed the gcc symlink on my system to point to gcc-3.0 to help
work out the kinks with the compiler (I've found only a few) and to make
use of -march=athlon. The gcc symlink was reset to 2.95 on upgrade.
Please consider leaving it be if
2 matches
Mail list logo