Ralph Shumaker wrote:
> Andrew Lentvorski wrote:
[snip]
>> We hates configure.

What's the alternative?

> 
> I can see why.  I don't know much about what I see in config.log, but it
> does seem to keep trying to use g++ even though it knows that it's not
> there.  I don't know how to get g++ but here's the contents of the log
> file:
[snip]

Install C++ compiler:

# yum install gcc-c++

You should already have the libstdc++ package installed. You might need
the devel package though:

# yum install libstdc++-devel

You are attempting to compile the application as root. THIS IS A BAD
THING. You should do this as a regular user. When it comes time to do
the install, you can create a package using checkinstall
<http://www.asic-linux.com.mx/~izto/checkinstall/>

Gus


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to