Hi, I've built and installed Math::Simple that comes with the 0.43 tarball (in the 'modules' folder), using 'perl makefile.pl', 'nmake test' and 'nmake install', and it works fine. ( The way this stuff works is an absolute joy.)
Having done this, I find that Math::Simple still relies upon the presence of 'Inline'. Is there a way to build Math::Simple (using Inline) in such a way that it no longer relies upon the Inline module ? I've (naively) tried deleting the inline stuff from Simple.pm and inserting the Dynaloader stuff, but I always get a problem with 'bootstrap'. Cheers, Rob
