in reply to Perl 5.8.0RC1

To compile with ithreads on linux, I had to add '-lpthread' to the lib list when configuring. With that it compiled, tested and installed clean :)

$ perl -v

This is perl, v5.8.0 built for i686-linux-thread-multi-64int-ld
...

After Compline,
Zaxo