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.

--

Summary of my perl5 (revision 5.0 version 8 subversion 0 patch 17639) configuration:
  Platform:
    osname=freebsd, osvers=4.6-stable, archname=i386-freebsd-64int
    uname='freebsd vran.herceg.de 4.6-stable freebsd 4.6-stable #13: wed jun 26 
00:09:05 cest 2002 [EMAIL PROTECTED]:usrlocalsrcfreebsd-4srcsyscompilevran i386 '
    config_args='-Dprefix=/usr/perl5.8.0 -D usedevel=define -Dusemorebits -de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include',
    optimize='-O2 -mpentium -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include'
    ccversion='', gccversion='2.95.4 20020320 [FreeBSD]', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -ldb -lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Reply via email to