I'm having a rough time installing stuff for Perl (win32). I think maybe my problems stem from my general cluelessness about makefiles.
Trying to install PDL (http://pdl.perl.org/) perl makefile.PL seems to be ok, but dmake Fails with the following g++: pdlcore.o: No such file or directory g++: pdlconv.o: No such file or directory dmake.exe: Error code 1, while making '..\..\blib\arch\auto\PDL\Core\Core.dll' dmake.exe: Error code 255, while making 'subdirs' dmake.exe: Error code 255, while making 'subdirs' The PDL install notes for Win32 give the following information, which I followed: 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 But it still fails anyhow, in the same way Any ideas? Robert _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs