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 Mon, Oct 13, 2008 at 3:26 AM, Luke Mewburn <lukem%netbsd.org@localhost>
wrote:
> On Mon, Oct 13, 2008 at 03:11:28AM +0100, Mecislav Salar wrote:
> | # cat hello.cpp
> | #include <iostream>
> | using namespace std;
> | main()
> | {
> | cout << "Hello";
> | return 0;
> | }
> |
> | # /usr/bin/c++ /tmp/hello.cpp
> | /usr/lib/libstdc++.so: undefined reference to `_Unwind_GetIP'
> | /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'
>
> Something is hosed on your system.
>
>
> | maybe should rm -rf /
> | and start afresh?
>
> I wouldn't say that that is necessary.
> Try reextracting the base & comp sets from a "known good" build.
>
windows mentality kicking in. i will try suggestion
Home |
Main Index |
Thread Index |
Old Index