sunwei@sunwei-VirtualBox:~$ gcc hello.o -o hello
/usr/bin/ld: cannot open output file hello: Is a directory
collect2: ld 返回 1
这一段命令为什么老是有问题啊??应该是链接阶段出问题了,但是就是不知道问题出在哪了??
希望各位大虾指导指导!!
链接不了,程序也执行不了!!
sunwei@sunwei-VirtualBox:~$ ./hello
bash: ./hello: 是一个目录
真是坑爹啊!!??
Marlborors 于 2012-09-14 13:37:56发表:
谢谢分享。。。。任务中。。。。
sanshao12301 于 2012-08-17 10:03:13发表:
2# hml1006
谢谢!这个问题已经解决了!!
hml1006 于 2012-08-07 16:41:57发表:
hello是个目录, 你执行ls -l看一下到底是什么