http://qs321.pair.com?node_id=485295


in reply to Re^4: Windows PDL complie issue
in thread Windows PDL complie issue

http://search.cpan.org/src/CSOE/PDL-2.4.2/win32/INSTALL
Niggle:

The first nmake stops with an error that Core.obj is not found.
Workaround: once you get this error do the following:

   cd Basic\Core
   nmake Core.xs
   del getdev.pl # this one is important, otherwise you get a
                 # circular Makefile dependence!
   cd ..\..
   perl Makefile.PL # with F77CONF=win32/win32f77.pl if you want slatec
   nmake

Now it should work.

Finish with

   nmake test

Should pass everything but test 6 in conv.t. Safe to ignore for now.
The first question is always where's the manual :)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.