Randy Kobes wrote:

>On Mon, 17 Jan 2005, Steve Hay wrote:
>[ .. ]
>  
>
>>Yes, $Config{[g]ccversion} should really hold the compiler
>>version, but currently doesn't.  I can fix that fairly
>>easily for cl and gcc.  (I don't know about Borland's
>>compiler.)
>>
>>This well help in the future, so is worth doing, but
>>clearly doesn't help in spotting conflicts in existing
>>Perls which are out there :(
>>    
>>
>
>I'm not sure how general this is, but for ActivePerl built
>with VC++ 6,
>    C:\> perl -V:libs
>includes ws2_32.lib, whereas, for example,
>   http://www.nntp.perl.org/group/perl.cpan.testers/178539
>(using VC++ Toolkit 2003) has instead wsock32.lib.
>
This difference is just due to which version of Perl was built, rather 
than which compiler it was built with: change 23200 (incorporated into 
5.8.6) switched from Winsock1 (wsock32.lib) to Winsock2 (ws2_32.lib):

http://public.activestate.com/cgi-bin/perlbrowse?patch=23200

So, for example, ActivePerl 811 (5.8.6) uses ws2_32.lib, but earlier 
ActivePerls all use wsock32.lib.  (And the cpan testers report cited 
above is a 5.8.5 build.)

- Steve


------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender 
immediately.  The unauthorized use, disclosure, copying or alteration of this 
message is strictly forbidden.  Note that any views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of Radan Computational Ltd.  The recipient(s) of this message should 
check it and any attached files for viruses: Radan Computational will accept no 
liability for any damage caused by any virus transmitted by this email.

Reply via email to