On Thu, 10 Mar 2005 22:23:07 +0100, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Matt Diephouse <[EMAIL PROTECTED]> wrote:
Some of these same tests are failing on debian, fedora, and freebsd (fresh checkouts). It looks like someone broke something.
Release or current CVS?
Current CVS.
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/dynclass/foo.t 1 256 1 1 100.00% 1
Is there any chance that parrot picked up an old installed version of the shared libs?
If you have done "make install" once and Configured with the defaults you continue running the installed version of the shared libs.
Work around: either delete the installed tree or
perl Configure.pl --prefix=$(pwd)
leo