Chinaunix首页 | 论坛 | 博客
  • 博客访问: 78862
  • 博文数量: 24
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-02 16:15
文章分类
文章存档

2016年(24)

我的朋友

分类: 嵌入式

2016-04-29 11:14:04



$(CC) -Wall `pkg-config --cflags gtk+-2.0` -c gthread.c -o test.o
$(CC) -Wall `pkg-config --libs gtk+-2.0`
$./test.o

./test.o(.text+0x2b): In function `main':
: undefined reference to `g_thread_init'
collect2: ld returned 1 exit status
make: *** [test] 错误 1


解决:g_thread_init 在 gthread-2.0 库中,在 pkg-config 中除了 gtk+-2.0 之外还需要加上 gthread-2.0 一项。
阅读(1685) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~