> [ar...@rti.com - Tue Jan 26 01:08:56 2010]:
>
> Appears to be fixed in 1.0.0 tree; but 0.9.8m-beta still has part of
> the problem because it didn't get the "remove duplicate code" part of
> e.g. http://cvs.openssl.org/chngview?cn=18895 .
>
That code isn't appropriate for 0.9.8 which does thin
> The library bufferoverflowu.lib is explicitly added to the command
> line on win64 platforms via a few instances of this line in
> util/pl/VC-32.pl:
>
> $ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
>
> This library doesn't exist and is no longer shipped with Visual
> Studio 2008.
Addre
The library bufferoverflowu.lib is explicitly added to the command line on
win64 platforms via a few instances of this line in util/pl/VC-32.pl:
$ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
This library doesn't exist and is no longer shipped with Visual Studio 2008.
Note that the fail