g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
主要原因大体上是因为内存不足,有点坑 临时使用交换分区来解决吧
dd if=/dev/zero of=/swapfile bs=64M count=16 mkswap /swapfile swapon /swapfile
启动时swap分区自动启动:
echo "/swapfile swap swap defaults 0 0" >>/etc/fstab
[title]删除swap分区:[/title]
swapoff /swapfile rm /swapfile