----- Original Message ----- 
From: "Steve Cicala" <[email protected]>

> LINK : fatal error LNK1181: cannot open input file 'bufferoverflowU.lib'

The compiler you're using probably doesn't have (and doesn't need to link 
to) bufferoverflowU.lib.

If you use the compiler that actually built your perl, that compiler does 
have (and does need to link to) bufferoverflowU.lib. (I'm assuming you have 
the ActiveState build of x64 perl. And the compiler that built that perl is 
"Platform SDK for Windows Server 2003 R2".)

A simple fix should be to edit your perl/lib/Config_heavy.pl, deleting both 
occurrences of 'bufferoverflowU.lib'.
Then start afresh. It should build ok for you, once you get past that 
bufferoverflowU.lib snag. (I don't know why AS don't have a PPM for it - it 
should have built straight out of the box for them.)

Other than that, I could try to email you a ppm (built on Windows Vista 64). 
It's a fairly large package (about 5Mb, I think), and I've sometimes had 
trouble emailing such large attachments - but just lately, success rate with 
large attachments has been good.

Cheers,
Rob 


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to