简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Linux Alpine Go镜像中./Configure 和出现cannot find Scrt1.o 等文件
docker官网pull的alpine镜像,是缺少musl-dev包的,这导致了相关glibstdc相关的编译缺少文件,如loadinternal: cannot find runtime/cgo/usr/lib/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1/usr/lib/gcc/x86_64-alpine-...
no acceptable C compiler found in $PATH when installing python
解决configure: error: no acceptable C compiler found in $PATHLinux安装nginx要求gcc环境,安装gcc时./configure 报如下错误:configure: error: no acceptable C compiler found in $PATH官方解释为:gcc compiler is not in your $P...
到底了