in reply to Building 64bit Perl for Windows
I have the exact same error message you have, and I am able to go on by changing the LIBBASEFIELS section of MakeFile to the following
LIBBASEFILES = $(CRYPT_LIB) \ oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib \ comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib \ netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib \ version.lib bufferoverflowU.lib
Note I have just added the bufferoverflowU.lib to it.
|
|---|