Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2025340
  • 博文数量: 433
  • 博客积分: 918
  • 博客等级: 准尉
  • 技术积分: 3218
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 18:21
个人简介

你是不是暗恋我,那就给我发个消息呀,让我知道o(∩∩)o

文章分类

全部博文(433)

分类: 嵌入式

2012-11-29 17:28:15



$(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 一项。
阅读(2056) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~