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.

It is strange because both of these files are present in the win32 dir
but only one is found.

Maybe the version of dmake I use is outdated
http://code.google.com/a/apache-extras.org/p/dmake/downloads/detail?name=dmake-win32-4.12.zip&can=1&q=

system is windows xp sp3
compiler:
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-posix/sjlj/x32-4.8.0-release-posix-sjlj-rev2.7z
,
compiler works ok on my projects

perl: http://www.cpan.org/src/5.0/perl-5.18.0.tar.gz

my path:
C:\WINDOWS\system32;C:\WINDOWS;d:\dmake;d:\mingw32\bin;d:\perl;d:\perl\win32

at the end of compilation I got this:

d:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64-mingw32/bin/ld.exe:
 ..\libperl518s.a(perllib.o): bad reloc address 0x0 in section `.data'
collect2.exe: error: ld returned 1 exit status
dmake:  Warning: -- Found file corresponding to virtual target [..\uudmap.h].
dmake:  Error code 129, while making '..\perl-static.exe'

I got uncommented these lines in makefile.mk:
BUILD_STATIC    *= define
ALL_STATIC      *= define


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to