mrwmvp 发表于 2005-9-29 23:04:40

在f c 4安装xine lib提示这样,借人气问问

# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

jiangtao9999 发表于 2005-9-29 23:07:03

请先补习基础知识

mrwmvp 发表于 2005-9-29 23:17:57

不知道从何看起,晕阿

jiangtao9999 发表于 2005-9-29 23:29:12

你连错误提示都看不明白,当然是从最基础的开始了………………

那个错误信息是没有发现 c 编译器。
很明显你连开发包都没有装,怎么编译程序啊?
就像在 Windows 里拿着程序的源代码,结果没有装 VC 或者 BC 一样。

mrwmvp 发表于 2005-9-29 23:35:12

谢谢版主,很多兴趣是因为小问题产生的
刚刚把f c 4装好,以前装了m l ,系统全部东西都搞好了,自己动手去搞的东西比较少,只有使用的分

再见情人 发表于 2005-9-30 00:56:51

linux下编译东西一般都是缺什么装什么,有些是路径问题,有些是依赖版本不兼容,需要自己打patch等等,都差不多,一点点来。

咆龙草芥 发表于 2005-9-30 01:11:54

Linux下有些程序需在某个地方执行,要不就要出错,目前我所知的是mysql启动得在/usr/local/下,ftp得在/usr/bin下执行,要不都要出点麻烦,解决办法就是做个软链接,然后启动程序。
好多不明白的地方,一头雾水,而中文搜索到的资料不是过时就是瞎话,没办法。安装软件现在都习惯找官方提供的FAQ或链接,用半桶水的能力尽量去看英文资料。
页: [1]
查看完整版本: 在f c 4安装xine lib提示这样,借人气问问