On Sun, 09 Nov 2014 07:54:06 -0800
Brad Bell wrote:
> I suspect there is a problem with the install of gcc-c++.
>
> I tried to remove and reinstall gcc-c++ and got errors. When I do a
> yum check
> I get the following message:
>
> 1:NetworkManager-0.9.9.0-41.git20131003.fc20.x86_64 is a du
I suspect there is a problem with the install of gcc-c++.
I tried to remove and reinstall gcc-c++ and got errors. When I do a
yum check
I get the following message:
1:NetworkManager-0.9.9.0-41.git20131003.fc20.x86_64 is a duplicate with
1:NetworkManager-0.9.9.0-39.git20131003.fc20.x86_64
1:
On 28/10/14 13:43, Brad Bell wrote:
Thanks Alec:
I was using the executable g++ which was installed by the gcc-c++
package, so the gcc-c++ package was installed on the Fedora 20 system.
Your comment about locate cc1plus was a big help. If I add
/usr/libexec/gcc/x86_64-redhat-linux/4.8.2
to
Thanks Alec:
I was using the executable g++ which was installed by the gcc-c++
package, so the gcc-c++ package was installed on the Fedora 20 system.
Your comment about locate cc1plus was a big help. If I add
/usr/libexec/gcc/x86_64-redhat-linux/4.8.2
to my execution path, then the setup.py
On 2014-10-26 13:35, Brad Bell wrote:
I have a python setup.py script that works on Fedora 19 and not Fedora
20. I have tried posting a question about it to python-devel; see
https://lists.fedoraproject.org/pipermail/python-devel/2014-October/000639.html
but have not gotten any response.
Woul
I have a python setup.py script that works on Fedora 19 and not Fedora
20. I have tried posting a question about it to python-devel; see
https://lists.fedoraproject.org/pipermail/python-devel/2014-October/000639.html
but have not gotten any response.
Would someone please direct me to the proper