? classes/perlint.h
? classes/perlstring.h
? classes/perlnum.h
? classes/perlarray.h
? classes/perlundef.h
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.70
diff -r1.70 Configure.pl
135a136,137
>     
>     cc_ldflags    => '',                  # prefix for ldflags (necessary for Win32)
700c702
<     system("$c{cc} $c{ccflags} $c{ldflags} -I./include $c{cc_exe_out}test_siz$c{exe} $name.c") and die "C compiler died!";
---
>     system("$c{cc} $c{ccflags} -I./include $c{cc_exe_out}test_siz$c{exe} $name.c $c{cc_ldflags} $c{ldflags} $c{libs}") and die "C compiler died!";
Index: hints/mswin32.pl
===================================================================
RCS file: /home/perlcvs/parrot/hints/mswin32.pl,v
retrieving revision 1.7
diff -r1.7 mswin32.pl
12a13
> 		$c{cc_ldflags} = '/link';
