# New Ticket Created by  Werner Bochtler 
# Please include the string:  [perl #37108]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37108 >


The compilation of perl 5.8.7 for Win32 using BCC 5.5.1 fails with the
following error:

...
ilink32 -Tpe -ap
-L"c:\apps\win\perl\5.8.7\lib\MSWin32-x86-multi-thread\CORE"
 -L"C:\apps\win\borland\bcc55\lib" -Gn \
            @c:\Temp\mk00022a
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'WSCEnumProtocols' referenced from
C:\TEMP\PERL-5.8.7
\WIN32\MINI\WIN32SCK.OBJ
Error: Unresolved external 'WSASocketA' referenced from
C:\TEMP\PERL-5.8.7\WIN32
\MINI\WIN32SCK.OBJ
dmake.exe:  Error code 2, while making '..\miniperl.exe'

Workaround:
Replace the file win32sck.c with the version from Perl 5.8.5

Remark:
Compiling with VC does not cause any problems with the new version of
win32sck.c.


Best regards,

Werner Bochtler

Reply via email to