On Wed, 24 Sep 2003, John Birrell wrote: > On Tue, Sep 23, 2003 at 07:33:43PM -0700, Kris Kennaway wrote: > > Won't these ports still need to be fixed to look at > > PTHREAD_{LIBS,CFLAGS} though, since the correct values for 4.x and 5.x > > will still be different? > > Not if -pthread remains. Internally gcc would link to a different > library, but most ports won't see that.
The problem will be with ports that somehow get -lc_r without going through PTHREAD_LIBS. And for those that use both -lc_r and PTHREAD_LIBS, they'll build but won't run correctly. BTW, I just fixed zebedee (started at bottom of list). -- Dan Eischen _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"