On Sat, 18 Jan 2003 23:58:53 +0100 (CET) Slaven Rezic <[EMAIL PROTECTED]> wrote:
> This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > $ make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01_load.............NOK 1# Failed test (t/01_load.t at line 7) > > # Tried to use 'Wx'. > # Error: Can't load > '/usr/local/src/CPAN/build/Wx-0.12/blib/arch/auto/Wx/Wx.so' for module > Wx: /usr/X11R6/lib/libwx_gtk-2.2.so: Undefined symbol > "pthread_cleanup_pop" at > /usr/perl5.8.0/lib/5.8.0/i386-freebsd-64int/DynaLoader.pm line 229. > # at (eval 1) line 2 > # Compilation failed in require at (eval 1) line 2. > "wxYES" is not exported by the Wx module > Can't continue after import errors at > /usr/local/src/CPAN/build/Wx-0.12/blib/lib/Wx.pm line 97 > BEGIN failed--compilation aborted at t/01_load.t line 9. > ^C > > While running "perl Makefile.PL", I got a lot of errors like > Unrecognized argument in LIBS ignored: '-Wl,-E' > Unrecognized argument in LIBS ignored: '-pthread' > > Note that compiling Wx with a threaded perl works (although with > some errors in make test), as -pthread is always used in a threaded perl > under FreeBSD. I think this is more of a MakeMaker problem (the fact that it removes arguments it does not understand). I got a report from a FreeBSD user )back in 2001, wxPerl 0.07), that under this platform you could not mix and match threaded libraries (wxWindows) with unthreaded apps (perl), becuse you got a core dump on startup. I don't know if this is true or if it applies to current FreeBSD, though. Regards Mattia