# New Ticket Created by jerry gay
# Please include the string: [perl #37665]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37665 >
the following output is snipped from parrot's build output with msvc-7.1:
...
classes\env.c
env.c
classes\env.pmc(26) : warning C4273: '__p__environ' : inconsistent dll linkage
D:\usr\local\perl\bin\perl.exe build_tools\pmc2c.pl --c classes\env.pmc
...
normally, i'm able to squash all compiler warnings, but i'm having
trouble tracking this one down. this, by the way, is the *final*
compiler warning with msvc, so the person who fixes this bug gets the
'clean windows' award :)
~jerry