Als ik een perl-script wil uitvoeren waarin gebruik wordt gemaakt van threads, krijg ik de volgende melding:
Bedankt!
Dit terwijl ik toch echt "./Configure -de -Duseithreads" heb uitgevoerd; daarna "make", "make test" en "make install". Bij de "make test" geeft 'ie als output:This Perl hasn't been configured and built properly for the threads
module to work. (The 'useithreads' configuration option hasn't been used.)
Having threads support requires all of Perl and all of the XS modules in
the Perl installation to be rebuilt, it is not just a question of adding
the threads module. (In other words, threaded and non-threaded Perls
are binary incompatible.)
If you want to the use the threads module, please contact the people
who built your Perl.
Cannot continue, aborting.
Mist m'n kernel iets wat perl nodig heeft om threads te kunnen gebruiken? Of doe ik gewoon iets verkeerd?ext/Thread/thr5005...................skipping test on this platform
ext/threads/shared/t/0nothread.......skipping test on this platform
ext/threads/shared/t/av_refs.........skipping test on this platform
ext/threads/shared/t/av_simple.......skipping test on this platform
ext/threads/shared/t/cond............skipping test on this platform
ext/threads/shared/t/hv_refs.........skipping test on this platform
ext/threads/shared/t/hv_simple.......skipping test on this platform
ext/threads/shared/t/no_share........skipping test on this platform
ext/threads/shared/t/shared_attr.....skipping test on this platform
ext/threads/shared/t/sv_refs.........skipping test on this platform
ext/threads/shared/t/sv_simple.......skipping test on this platform
ext/threads/t/basic..................skipping test on this platform
ext/threads/t/end....................skipping test on this platform
ext/threads/t/join...................skipping test on this platform
ext/threads/t/libc...................skipping test on this platform
ext/threads/t/list...................skipping test on this platform
ext/threads/t/stress_cv..............skipping test on this platform
ext/threads/t/stress_re..............skipping test on this platform
ext/threads/t/stress_string..........skipping test on this platform
ext/threads/t/thread.................skipping test on this platform
Bedankt!