刚碰到这问题,答案如下: Unlike most other DOS Make programs which accept any whitespace character at the beginning of a command in a rule, GNU Make insists that every such line begins with a TAB. (Most other Unix Make programs also require TABs, and the Posix standard requires it as well.) Make sure that the line whose number is printed in the error message (in this case, line 10) begins with a ...
by mzli - C/C++ - 2009-01-11 22:33:48 阅读(4691) 回复(13)
http://bbs.chinaunix.net/forum/viewtopic.php?t=167237&highlight=snapshot http://bbs.chinaunix.net/forum/viewtopic.php?t=172403&highlight=snapshot 大家先看看上边的两篇关于snapshot too old的帖子,分别说了两个生成snapshot too old的原因。到底哪个才是导致问题的根本原因呢? 而且哪位能给详细讲一下其中的原理,我仍然决得挺迷糊的。 谢谢了!! :em16:
现在有机器A,没有cc,没有gcc,没有rpm 现在要想在A上装上gcc和glibc,该如何做呢? 是不是一定在其他机器上编译好再移植上去呢? 如何是象上面这种交叉编译该这么做最为简单呢? 请各位强人指导一下....
今天将系统进行了升级,升级为debian-40r0 并安装了光盘上自带的gcc (gcc 4.1) 当用源码编译安装vsftpd-2.0.5时,出现如下问题: [code] ... gcc -c sysutil.c -O2 -Wall -W -Wshadow -march=i586 -mtune=i686 -idirafter dummyinc sysutil.c: In function 'vsf_sysutil_wait_exited_normally': sysutil.c:604: error: assignment of read-only member '__in' sysutil.c: In function 'vsf_sysutil_wait_get_exitcode': sysut...
stream相关的,大都是两套,例如fopen有_IO_new_fopen和_IO_old_fopen.平时调用fopen的时候,都会用NEW的。怎样才能调用到old那套函数?查了很多资料都没有结果。请问大家有这方面的经验吗?谢谢!
原来 gcc: installation problem, cannot exec `as` No such file or directory #pkgadd -d SUNWsprot #pkgadd -d SUNWarc 之后,又出现了新的问题: bash-3.2# gcc test.c collect2: cannot find `ld' 请高手帮忙
我用的是从网上下的sco openserver5.07,在执行gcc命令时提示ld没有发现,请问我还要装什末软件呀?到哪里去下载呀! 我的gcc装的是VOL格式的. 谢谢!
在solaris用gcc编译.o文件成功,如下 /usr/local/bin/gcc -o CIcmp.o -c CIcmp.cpp -g -Wall -I /usr/include /usr/local/bin/gcc -o CNetDev.o -c CNetDev.cpp -g -Wall -I /usr/include /usr/local/bin/gcc -o CDevArr.o -c CDevArr.cpp -g -Wall -I /usr/include /usr/local/bin/gcc -o CIcmpTR.o -c CIcmpTR.cpp -g -Wall -I /usr/include /usr/local/bin/gcc -o main.o -c main.cpp -g -Wall -I /usr/include 继续...
我试图升级libpcap,从0.7.2 到0.9.4, 因为依赖关系,必须把glibc升级到2.4. 于是在升级glibc的过程中,我用了”no-deps” “force”的选项。 结果不但不成功(错误信息是:error: %post(glibc-2.4-5) scripts failed,exit status 0), 而且还出现”FATAL: kernel too old”的错误,而且不论我重新输入什么命令,包括reboot,都是这个反应!! 急问大侠该怎么办呢?