checking for C compiler default output file name... configure: error: C compiler cannot create executables
尉迟哲瀚
2023-12-01
在编译ruby1.8.6时运行 ./configure --prefix=/opt/ruby出错
checking for C compiler default output file name... configure: error: C compiler cannot create executables
上网查了一下,有两种解决方案:
http://blog.chinaunix.net/u1/40952/showart_327975.html
http://blog.csdn.net/sxhong/archive/2006/05/16/740572.aspx
也就是用
apt-get install g++
和
apt-get install gcc libc6-dev
我试了后一种,成功了,前一种没来得及试。