QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1662|回复: 6

求助编译hello.c时的问题

[复制链接]
发表于 2006-8-11 23:10:09 | 显示全部楼层 |阅读模式
我在编译hello.c的时候提示如下,请问是什么原因啊?


[root@MagicLinux lxk]# gcc -o hello hello.c
hello.c:2: error: stray '\161' in program
hello.c:2: error: stray '\161' in program
hello.c:2: error: stray '\161' in program
hello.c:2: error: stray '\161' in program
hello.c: In function `main':
hello.c:3: error: stray '\161' in program
hello.c:3: error: stray '\161' in program
hello.c:3: error: stray '\161' in program
hello.c:3: error: stray '\161' in program
hello.c:4: error: stray '\161' in program
hello.c:4: error: stray '\161' in program
hello.c:4: error: stray '\161' in program
hello.c:4: error: stray '\161' in program



注:hello.c的内容如下:
int main(int argc,char **argv)
  {
  printf("Hello Linux\n");
  }
发表于 2006-8-12 09:24:02 | 显示全部楼层
#include <stdio.h>总要的吧
回复

使用道具 举报

 楼主| 发表于 2006-8-12 10:41:11 | 显示全部楼层
我加了,还一样的,会不会是gcc没有配置好啊?这个gcc是我安装好ML后就有的,我没有对它进行过什么配置  

[lxk@MagicLinux ~]$ gcc -v
Reading specs from /usr/lib/gcc/i686-magic-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i686-magic-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-1mgc)
[lxk@MagicLinux ~]$
回复

使用道具 举报

发表于 2006-8-13 18:19:23 | 显示全部楼层
可能包含特殊符号了
回复

使用道具 举报

发表于 2006-8-24 12:32:38 | 显示全部楼层
同意楼上,建议用编辑器自己手动打下代码,不要copy
回复

使用道具 举报

发表于 2006-8-24 17:15:37 | 显示全部楼层
另外这个代码也有问题啊……
[code:1]
#include <stdio.h>//这个不说了
int main()
{
printf("hello\n");
return 0;//要有返回值
}
[/code:1]
回复

使用道具 举报

发表于 2006-8-25 10:31:20 | 显示全部楼层
COPY代码引号和括号还有分号那些很可能是全角符号,不注意看不出来,把那些手动重写一遍试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 08:30 , Processed in 0.046861 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表