On Tue Aug 28 10:00:38 2007, doughera wrote: > On Solaris, I'm getting the following failure in both 107- > inter_progs.01.t > and .02 .t. I suspect it has to do with the use of callbacks in the > Solaris hints file.
Andy: If you get a chance, could you do a checkout of the reconfigure branch (https://svn.perl.org/parrot/branches/reconfigure) and run: perl Configure.pl --test --configure_trace ? This branch has been my development area for the configuration and build tests, but the tests there have probably only been tested on Darwin, Linux and (perhaps) Win32. If you could give them a spin on Solaris and report failures, that would be helpful, as I would hold off proposing patches to trunk that won't work on that OS. Thank you very much. kid51