On Sun, Sep 19, 2010 at 4:48 PM, Stephen Corbesero <[email protected]> wrote: > That did it.... Or may have done it.
Sounds like this has worked out. I had added a test to Amanda, which runs in 'make check' that should have detected this: 536 thread-check: libTests.la 537 $(PERL) -I$(builddir) -I$(builddir)/.libs -I$(srcdir) \ 538 -MAmanda::Tests -e 'alarm(10); Amanda::Tests::try_threads' \ 539 || echo "Perl cannot run extensions which use threads; consider linking perl" \ 540 "with -pthreads or compiling perl with threading enabled" I suppose we should be more aggressive about running this test, at least on FreeBSD, and at least until this is fixed or worked around in the FreeBSD ports. It's impractical to run this check in ./configure, but what do you think about running this check even on 'make all'? Do you mind adding a FreeBSD problem report, if there's not one already? Can you give me a pointer so I can add myself as cc? Dustin -- Open Source Storage Engineer http://www.zmanda.com
