works... yes checking for C compiler defaultchecking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none neededchecking for gcc option to acc
为了在用户的环境中设置相关的应用程序,我尝试将符号链接到/usr/local/bin中的所有应用程序中(所以说/usr/local/bin有addr2line实用程序,那么我想要一个指向~/bin中的应用程序的符号链接为了实现这一点,我尝试执行以下代码片段:
su -c "for program in `ls /usr/local/bin`; do ln -s /usr
Windows 10周年纪念更新包括用于Ubuntu的Linux子系统。我在sudo apt-get install gcc上安装了gcc。我写了一些简单的C代码用于测试:int main(void){ return 0;并使用gcc -cmain.c对其进行编译,但会生成执行(仅限Linux) main