| Subject: Re: Freebsd 5.x Install Error |
Author: Xavier Roche |
Date: 08/14/2004 10:29 |
| | On FreeBSD, it seems that there is no pthread library, and
the -pthread flag must be used.
Can you try the following please ? :
./configure CC='gcc -pthread'
make
make install
| |
|
|
|
|
0
Created with FORUM 2.0.11