----- Original Message ----- From: "Sisyphus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 10:11 AM Subject: Build subdirectory
> Hi, > > The inline manual says: > " When Inline needs to build something it creates a subdirectory under > your "DIRECTORY/build/" directory. This is where it writes all the > components it needs to build your extension. Things like XS files, > Makefiles and output log files. > > If everything goes OK, Inline will delete this subdirectory." > > Is there a switch one can use to prevent deletion of this subdirectory's > contents ? (I'm thinking that I might perhaps learn something from being > able to view the files contained therein. Other than that, I don't see any > use for such a switch.) > Aargh .... as usual found the answer when I went looking for something else (in the cookbook) : perl -MInline=INFO,FORCE,NOCLEAN script.pl (Worse still - I think Neil told me about this some time ago, on this list ....... shame!!) Haven't yet worked out how to make that work when I build a module using inline (with 'perl makefile.pl' and 'nmake'), but it's a start :-) Cheers, Rob
