【发布时间】:2011-09-24 22:20:19
【问题描述】:
我以前用mac写过一些C程序,现在不行了。
我必须使用旧的 Windows 笔记本电脑一段时间。
我安装了代码块并使用 Pthreads 测试了一个简单的程序。不幸的是,它没有用。
pthread_create(&thrd1, NULL, thread_execute, (void *)t);
它一直说对_imp__pthread_create的未定义引用
我该如何解决?
【问题讨论】:
标签: c compiler-construction pthreads-win32