This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: newbie of Obj-C
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: benbondu at netscape dot net
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 29 Jun 2002 14:13:27 +0200
- Subject: Re: newbie of Obj-C
- References: <08198764.5879E77E.00935929@netscape.net>
- Reply-to: bjensen at fastmail dot fm
Hi Ben,
It looks like, you need to link with the pthread
library. The code appears to be multi threaded, which
is sort of a complicated way to start learning a language.
Try to add -lpthread to your link stage.
Yours sincerely,
Bjorn