-----Original Message-----
From: R. S.
dmake -f makefile.mk
======================
del /f config.h
Can not find D:\perl\win32\config.h.
copy config_H.gc config.h
Number of copied files: 1.
That looks pretty normal to me.
The 'del /f config.h' command is executed to remove any existing config.h -
then config_H.gc is copied across to config.h.
At the time that 'del /f config.h' is run, 'config.h' does not exist, which
produces the warning 'Can not find D:\perl\win32\config.h.'.
I get essentially the same:
#########################
C:\_32\comp\perl-5.18.0\win32>dmake -f makefile.mk
del /f config.h
Could Not Find C:\_32\comp\perl-5.18.0\win32\config.h
copy config_H.gc config.h
1 file(s) copied.
#########################
Your problem is something else.
I haven't tried building a static perl for ages.
Btw, if you're intending to install your perl into D:/perl, it's not a good
idea to compile perl in D:/perl. Better to place the source somewhere
(anywhere) else and do the compiling there.
I think that the p5p (perl5 porters) mailing list would be a better forum
for this. (The perlmonks web forum would also accommodate this quite
happily.)
I use version 4.12 of dmake.
Cheers,
Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/