1. 首页
  2. 数据库
  3. 其它
  4. C语言中编译相关的常见错误

C语言中编译相关的常见错误

上传者: 2020-12-30 14:11:25上传 PDF文件 48.39KB 热度 7次
1、/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start': (.text+0x18):undefined reference to `main' collect2: ld 返回 1 Reason: no main function in source file 2、to get compile options -I and -l pkg-config lib e.g: pkg-config –cflags –libs dbus-1
用户评论