9:00 pm EST update would not pass make test for lack
of core.pm being in existance. Following patch hacks 
it in in the manner of vtable.h. Sigh


--- parrot/Configure.pl Sun Oct 14 21:02:50 2001
+++ parrot-moby-10-14/Configure.pl      Sun Oct 14 21:17:02 2001
@@ -190,6 +190,8 @@
 
 # Temporary hack
 system("make include/parrot/vtable.h");
+system("make Parrot/OpLib/core.pm" );
+
 
 # and now we figure out how big our things are
 print <<"END";

Michael
-- 
Michael Fischer                         7.5 million years to run
[EMAIL PROTECTED]                        printf "%d", 0x2a;
                                                -- deep thought 

Reply via email to