QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 593|回复: 5

怎么编译软件?

[复制链接]
发表于 2004-4-6 16:18:32 | 显示全部楼层 |阅读模式
我只装了gcc其它的没用。
debian woody stable
发表于 2004-4-6 16:43:43 | 显示全部楼层
什么软件?
简单的直接gcc aaa.c -o aaa -lxxx
复杂的要用makefile
回复

使用道具 举报

 楼主| 发表于 2004-4-7 16:01:27 | 显示全部楼层
blue$./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
这样编译一个软件就不行了。

随便写个hello.world的简单的c程序,
都提示说找不到stdio.h

*_*

我机器的系统很小,只有500来兆,很多东西没装。
apt-get install gcc以后,就这样了。
回复

使用道具 举报

发表于 2004-4-7 18:41:17 | 显示全部楼层
man gcc
man g++
man make
回复

使用道具 举报

 楼主| 发表于 2004-4-7 19:23:23 | 显示全部楼层
呵呵,我真能看得懂的话,
那我可高兴了。
回复

使用道具 举报

发表于 2004-4-7 22:41:52 | 显示全部楼层
看看config.log是什么原因出错.
你的/usr/include下没有stdio.h?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 16:40 , Processed in 0.074684 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表