Subject: Re: gcc3/mozilla pthread link error under current
To: David <abs@mono.org>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 06/17/2003 21:31:25
On Tue, Jun 17, 2003 at 07:09:03PM +0100, David wrote:
> 	Are we missing a -lpthread somewhere?

> g++  -I/usr/pkg/include/gdk-pixbuf-1.0  -I/usr/pkg/include  [...]
> -L/usr/X11R6/lib -pthread   -lm  -lintl -Wl,--export-dynamic

                   ~~~~~~~~~
There it is. I'd guess your gcc 3.3 is not build with the correct specs.
The -pthread should cause -lpthread to be added to the linker command line.

Martin