mic*_*oo8 1 c c++ gcc glibc archlinux
我正在编译一个包含一些标准库的代码作为new,cmath等......但是gcc不能包含它们.
我使用python3.2 distutils来构建它.
它给了我这个错误:gcc fatal error: cmath: No such file or directory.我google了一下,可能我的gcc配置不好,必须重新安装.
我试图在我的archlinux pc上重新安装glibc和gcc及其所有依赖项:sudo pacman -S --recursive glibc gcc但没有任何改变.
问题是什么?