Summary: | C++ applications break when switching compiler | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Łukasz Michalik <lpmichalik> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | levertond |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Łukasz Michalik
2010-07-27 12:59:53 UTC
It's not really something we can fix, it is a very well-known phenomenon... (In reply to comment #1) > It's not really something we can fix, it is a very well-known phenomenon... > Well, I'm assuming it could somehow be fixed, as it is working on other distributions, notably on debian, which I can use as an example. Using same snippet: (#:~)- g++ -v 2>&1 | grep 'gcc version' gcc version 4.3.2 (Debian 4.3.2-1.1) (#:~)- g++-4.4 t.cc -std=gnu++0x -o t (#:~)- ./t std::lock_error As you can see, system compiler is set 4.3, but I can compile *and* run 4.4 stuff. Reopening, as it haven't even been assigned to appropriate team. I think flameeyes was speaking for the appropriate team... *** This bug has been marked as a duplicate of bug 297685 *** |