Welcome 微信登录

首页 / 操作系统 / Linux / Linux下进行c开发需装的软件

1、安装
除了gcc外,还要安装什么软件?
gcc -o test test.c
编译不了程序!

apt-get install build-essential
一劳永逸
装 build-essential 一劳永逸,它已包括 gcc 及 libc6-dev 等作为依赖一并安装。