On Feb 5, 2006, at 0:37, Nick Glencross wrote:
Leopold Toetsch (via RT) wrote:
Compiling a static Parrot simplifies debugging, e.g. for setting breakpoints. But it doesn't play nicely with dynamic extensions.
I'm pretty certain that after a fresh build things works perfectly, but my hunch is that the dynpmcs aren't forced to relink after a Configure.
Oh well. You are right, sorry. I did use the new 'make archclean' make target, which is supposed to clean such files, but obviously doesn't. Keeping the from .pmc generated .c files still saves a lot of build time, so I think, this clean target just need fixes.
Nick
leo