| Summary: | =www-client/firefox-9.0 fails to compile ( cannot find -lstdc++ ) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | toolchain |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
environment |
||
|
Description
Agostino Sarubbo
2012-01-13 17:31:21 UTC
*** Bug 398819 has been marked as a duplicate of this bug. *** Created attachment 298993 [details]
environment
@toolchain Sorry if I ping you. I check with Anarchy all possible issue in my local machine and I have not found anything about. Have you an idea because it fails with that error? does this work ?
echo 'main(){}' > test.cpp
g++ test.cpp -static
(In reply to comment #4) > does this work ? > > echo 'main(){}' > test.cpp > g++ test.cpp -static No, same error. i'm guessing you've been playing with static libs on your system. gcc always installs libstdc++.a currently. |