Ok, this gets to the next step, I had also got around this by switching to VC8.0 which had the bufferoverflowU.lib in the Amd64 folder... putting the different build path batch file and re running, so it shows up now as v8, behold:
C:\Users\B\Downloads\latest.tar\latest\perl-5.10.1\win32>nmake install
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
link -subsystem:console -out:..\generate_uudmap.exe @C:\Users\
+B\AppDa
ta\Local\Temp\nm4490.tmp
LINK : fatal error LNK1104: cannot open file 'PerlCRT.lib'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual S
+tudio 8\VC
\BIN\amd64\link.EXE"' : return code '0x450'
Stop.
Ive been trying to look for settings in the makefile.mk that cause this, at first glance it looks like somewhere maybe some part of "if $(USE_PERLCRT) != define " logic is backwards, maybe its me.
I thought the define for perlcrt.lib is turned OFF, yet it still shows up as cannot find that file.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.