Chinaunix首页 | 论坛 | 博客
  • 博客访问: 549523
  • 博文数量: 116
  • 博客积分: 2063
  • 博客等级: 大尉
  • 技术积分: 1174
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-26 16:44
个人简介

none

文章分类

全部博文(116)

文章存档

2023年(2)

2020年(3)

2019年(4)

2018年(7)

2017年(6)

2016年(17)

2015年(13)

2014年(19)

2013年(6)

2012年(13)

2011年(5)

2010年(11)

2008年(10)

分类: LINUX

2016-07-13 15:21:03

[root@localhost tmp]# arm-hisiv100-linux-gcc -I/root/3531/fcgi-2.4.0/include -L/tmp/ -lfcgi -lm nvrcgi.c
/tmp/cceQfPFY.o: In function `main':
nvrcgi.c:(.text+0x48): undefined reference to `FCGI_printf'
nvrcgi.c:(.text+0x6c): undefined reference to `FCGI_printf'
nvrcgi.c:(.text+0x84): undefined reference to `FCGI_printf'
nvrcgi.c:(.text+0x9c): undefined reference to `FCGI_printf'
nvrcgi.c:(.text+0xb4): undefined reference to `FCGI_printf'
/tmp/cceQfPFY.o:nvrcgi.c:(.text+0xcc): more undefined references to `FCGI_printf' follow
/tmp/cceQfPFY.o: In function `main':
nvrcgi.c:(.text+0x160): undefined reference to `FCGI_fgets'
nvrcgi.c:(.text+0x178): undefined reference to `FCGI_printf'
nvrcgi.c:(.text+0x17c): undefined reference to `FCGI_Accept'
nvrcgi.c:(.text+0x1c0): undefined reference to `_fcgi_sF'
collect2: ld returned 1 exit status
[root@localhost tmp]# 
[root@localhost tmp]# arm-hisiv100-linux-gcc nvrcgi.c -I/root/3531/fcgi-2.4.0/include -L/tmp/ -lfcgi -lm
[root@localhost tmp]# 
阅读(1354) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~