Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: help: configure: error: a working C++ compiler is required



On Oct 13, 11:48am, mecislavsalar%googlemail.com@localhost ("Mecislav Salar") 
wrote:
-- Subject: Re: help: configure: error: a working C++ compiler is required

| # /usr/bin/c++ -shared-libgcc /tmp/hello.cpp
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_GetIP'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_Resume_or_Rethrow'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_GetRegionStart'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_Resume'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_DeleteException'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_RaiseException'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_SetIP'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_GetTextRelBase'
| /usr/lib/libstdc++.so: undefined reference to 
`_Unwind_GetLanguageSpecificData'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_SetGR'
| /usr/lib/libstdc++.so: undefined reference to `_Unwind_GetDataRelBase'
| 
| proper brokemaybe

What does nm /usr/lib/libgcc_s.so say? If it does not find those symbols,
try rebuilding it.

christos


Home | Main Index | Thread Index | Old Index