-pthread is deprecated

2003-09-14 Thread tokza
hello, as you know, there is no more -pthread gcc flag in -current. but many ports (kde3, for example) still wants it. So what should I do to compile kde3 succesfully? The one way I see now is to s/-pthread/-lc_r/g in Makefiles :-) maybe there is another way? Thank you.

Re: -pthread is deprecated

2003-09-14 Thread Daniel Eischen
On Sun, 14 Sep 2003, tokza wrote: hello, as you know, there is no more -pthread gcc flag in -current. but many ports (kde3, for example) still wants it. So what should I do to compile kde3 succesfully? The one way I see now is to s/-pthread/-lc_r/g in Makefiles :-) maybe there is another