I am trying to install inline.pm on a Windows XP Professional box Here is what I have done so far according to the following: http://search.cpan.org/~ingy/Inline-0.44/Inline-Support.pod
1) successfully installed ActiveState (which supposedly uses Visual C++ to compile Perl). 2) Downloaded inline.pm (from http://search.cpan.org/~ingy/Inline-0.44/Inline.pod) 3) Unzipped the package and created a directory under (C:/Perl/lib) called Inline where everything was unzipped. > cd c:\Perl\lib\Inline > perl Makefile.PL This failed with the errors: Can't locate auto/Inline/autosplit.ix in @INC (@INC contains: C:/Perl/lib C= :/Per l/site/lib .) at C:/Perl/lib/AutoLoader.pm line 160. at Inline.pm line 7 Can't locate auto/Inline/denter/autosplit.ix in @INC (@INC contains: C:/Per= l/lib C:/Perl/site/lib .) at C:/Perl/lib/AutoLoader.pm line 160. at C:/Perl/lib/Inline/denter.pm line 5 Writing Makefile for Math::Simple Does nyone know what am I doing wrong? Thanks in advance, Scott