On Thursday 31 May 2007 18:01:55 James E Keenan wrote: > > "Invoking the compiler on a simple source file, then checking that the > > generated code exists seems such an obvious test that there must be a > > fatal flaw in it. What am I missing?" > > This patch grew out of Hackathon Toronto and was posted to RT, but not > initially cc-ed to the list. Please review this patch. Thank you very > much.
This patch is very close. Instead of handling compilation manually, I recommend instead using cc_gen() and cc_build() from Parrot::Configure::Step. See config/auto/sizes.pm for an example. -- c