I was playing around with this and if you don't turn on option G system wide you don't have a problem(perl5 compiles and runs fine) I compiled up the program mentioned in the log manually and it has problems when G is enabled system wide. Turn G off, works fine. I tried it without -lc_r option and it has the same behavior.
-Kevin On 2/7/06, Matthew Dillon <[EMAIL PROTECTED]> wrote: > > :: > :# ln -s GF /etc/malloc.conf > :# cd /usr/pkgsrc/lang/perl5 > :# bmake > : > :Buildlog : fetch http://machdep.com/x > : > :-DR > > What happens if you try to compile up that program manually? The one > printed out in the log file? The cc line being reported is not right, > but I'm not sure that is the cause of the problem. When -pthread is > used, -lc_r should not also be specified (since -pthread includes it > automatically). > > -Matt > Matthew Dillon > <[EMAIL PROTECTED]> >
