Daniel Eischen wrote:
> [ CC list trimmed ]
>
> On Thu, 15 Feb 2001, Maxim Sobolev wrote:
> > You have totally misunderstood the purpose of my patch. The patch *isn't* intended
>as a quick fix for the recent -lc_r/-pthread weirdness, but instead it would provide
> > porting team with infrastruct
[ CC list trimmed ]
On Thu, 15 Feb 2001, Maxim Sobolev wrote:
> You have totally misunderstood the purpose of my patch. The patch *isn't* intended
>as a quick fix for the recent -lc_r/-pthread weirdness, but instead it would provide
> porting team with infrastructure necessary to start convertin
John Indra wrote:
> On Thu, Feb 15, 2001 at 02:51:51PM +0200, Maxim Sobolev wrote:
>
> >> CONFIGURE_ARGS= "LIBS=-pthread"
> >> to kdesupport2/Makefile would help.
> >>
> >> There are some way to ``fix'' this problem:
> >> c) Use -lc_r instead of -pthread.
> >>As -pthread will be depreciated,
On Thu, Feb 15, 2001 at 02:51:51PM +0200, Maxim Sobolev wrote:
>> CONFIGURE_ARGS= "LIBS=-pthread"
>> to kdesupport2/Makefile would help.
>>
>> There are some way to ``fix'' this problem:
>> c) Use -lc_r instead of -pthread.
>>As -pthread will be depreciated, we should use -lc_r for FreeBSD
>>
FUJISHIMA Satsuki wrote:
> If you paid attention to -ports, you found adding
>
> CONFIGURE_ARGS= "LIBS=-pthread"
>
> to kdesupport2/Makefile would help.
>
> There are some way to ``fix'' this problem:
> c) Use -lc_r instead of -pthread.
>As -pthread will be depreciated, we should use -lc_r fo
If you paid attention to -ports, you found adding
CONFIGURE_ARGS= "LIBS=-pthread"
to kdesupport2/Makefile would help.
There are some way to ``fix'' this problem:
a) linking -lc_r against libGL.
This is denied by John Polstra and he suggested (b). He said libc
and libc_r must be strictly s