...ocal/scws/lib -lscws -Wl,--rpath -Wl,/usr/local/scws/lib /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: ld 返回 1 make: *** [scws] 错误 1 是怎么回事呢,还请高人指点呀。[hr] [quote='...
... { if (!isset($rec[$k])) continue; $cnt = 0; printf("Inserting [%02d/64] ... ", $k); foreach ($rec[$k] as $w => $v) { $flag = (isset($v['tf']) ? 0x01 : 0); if ($part) $flag |= 0x02; $data = pack('ffCa3', $v['tf'], $v['idf'], $flag, $v['attr']); $xdb->Put($w, $data); $cnt++; ...
...to create a ustar tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler...
我在3台ubutun10.04 lts x86 64位系统上装过,没有碰到过问题,我的Q是:61042231 聊一下? 我想试着查查原因
我在64,32位机器都测试过。从你的出错提示看,报错文件是属于 php 安装后的头文件。。。 建议都是由源码方式编译安装 php
[quote='askie' pid='64' dateline='1318181536'] 这个在检测说明中说一下就好了![hr] eAccelerator识别不出来,apc可以! [/quote] 新版 eacc 默认不开启 cache 功能的,你应该编译时加入 --with-eaccelerator-shared-memory 选项才可以