[code]/usr/lib/gcc/x86_64-redhat-linux/3.4.3/../../../../lib64/crt1.o(.text+0x21): In function `_start': : undefined reference to `main' collect2: ld returned 1 exit status make[1]: *** [dso_vpd.so] Error 1 [/code] 是什么原因导致的,想从32bit改成64bit的机子上用,结果就出现这样的问题了, 只作了简单的"-m32"to"-m64".
by lonelyair - C/C++ - 2013-12-05 14:48:17 阅读(45131) 回复(11)
编译的方法是,执行configure,然后,执行make 但是编译后遇见了 ld: 0711-317 ERROR: Undefined symbol: .rpl_malloc ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status 很是郁闷啊
configure没有问题, make中有如下2个warning: warning: assignment makes pointer from integer without a cast mibgroup/agentx/agentx_config.c:88: warning: assignment makes pointer from integer without a cast 最后提示 etsnmphelpers.la ../snmplib/libnetsnmp.la -lcrypto -lelf -lm -lnm -lnm libtool: link: warning: this platform does not like uninstalled shared libraries libtool: link: `snmpd' will be ...
各位高手请看这是什么原因造成的: 我在编译的时候出现如错误: collect2: ld terminated with signal 11 [Segmentation fault], core dumped 。 这个程序我在其他两台机器上都可以编译通过,运行也很好。但到第三台就出现这个错误。
我在AIX5.2上用g++编译C++文件时,出现下面的错误, collect2: library libm not found 有谁知道这个错误怎么解决,谢谢。
安装的打印机,这是在日志里报的错,还有一个错误] renderer command: foo2zjs-wrapper -P -z1 -L0 -r1200x600 -p9 -s7 -m1 -n1 /usr/bin/foo2zjs-wrapper: illegal option -- z renderer return value: 1 renderer received signal: 1 Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3 error: 非法 seek 操作 (29) Possible error on renderer command...
REDHAT4.0 rpm -ivh ft-linux-ws.rpm 提示错误: Unkonwn error while processing HTTP Server reply. exiting ........... error: %POST(fp-linux-ws-4.6.8-1.i386) scriptlet failed,exit status 255. 请帮忙看看,用rpm -qa | grep fp-linux-ws*命令又找不到此软件。
http://bbs.chinaunix.net/thread-998764-2-2.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/47020/showart_406101.html
比如我有一个test.sh内容如下: dirname=$1 if cd ${dirname:?"missing directory name."} then echo "Success" fi 不是说每个命令执行后通常会有一个exit status吗?正常结束返回0,如果大于0的话通常有对应的Error。那照理说,正确进入到指定目录后,if 0应该是不执行的啊,不应该再输出Success?:em14:
一台sun的X4200因为意外断电,导致不能启动。屏幕显示: SunOS Release 5.10 Version Generic_118844-28 64-bit Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Hostname: BTO1A02WWS0S Warning - The following files in / differ from the boot archive: /etc/rtc_config The recommended action ist to reboot and select "Solaris failsafe" option from the boot menu....