On 21.06.2010 12:59, bb wrote:
On 21.06.2010 11:08, Harald Schilly wrote:
On Jun 20, 10:53 pm, SteveDunbar<[email protected]> wrote:
$ rpm -qa | grep libstdc++
libstdc++-4.4.3-4.fc12.x86_64
libstdc++-4.4.3-4.fc12.i686
So it appears that the g++ is missing at least......
I nearly don't know anything about fedora but according to that the
error message was valid and you have to install some rpms related to
libstdc++-6.*-dev. Please report back if you have success or if the
error message is a different one ;)
H
Better try as su from command line:
# yum install libstdc++
or
$ sudo yum install libstdc++
Fedora13 offers libstdc++-4.4.4.2.f13.xyz, where xyz is your system -
32bit or 64 bit, to my knowlege fedora will find the correct version
automatically.
Regards BB
Sorry, libstdc++ is a wrong path! I read the original mail. Fedora does
not know gcc!
You need gcc-c++"
As su:
# yum install gcc-c++
or as normal user:
$ sudo yum install gcc-c++
Following that installation fedora will know
$ g++ -v
=> some long text ...
Reagrds BB
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org