vim 6.3 pthread errors?
Herbert J. Skuhra
herbert.skuhra at gmx.at
Sun Aug 8 06:20:56 PDT 2004
Uwe Laverenz <uwe at laverenz.de> wrote:
> On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote:
>
>> objects/os_unix.o: In function `get_stack_limit':
>> objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init'
>> objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np'
>> objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getstacksize'
>> objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destroy'
>> *** Error code 1
>
> Yes, same error here on several 5.2.1p9-machines. The build works fine
> without GTK2.
>
> cu,
> Uwe
The build works fine here if I run:
portinstall -m 'WITH_GTK2=yes WITH_PYTHON=yes' vim
This adds the missing "-pthread".
- Herbert
More information about the freebsd-questions
mailing list