> I have a copy of XP Pro: I just installed ActiveState Perl, Visual C+ > + Toolkit 2003, the MS SDK and the .NET SDK (On my Virtual PC > installation on my mac, btw. Only took about 10 hours, on and > off =-) > trying to build parrot using the toolkit command prompt, I get:
... > > Y:\>type test.ldo > LINK : fatal error LNK1104: cannot open file 'user32.lib' > -nodefaultlib' > cl : Command line warning D4002 : ignoring unknown option '-debug' > cl : Command line warning D4002 : ignoring unknown option > '-machine:x86' > LINK : fatal error LNK1104: cannot open file 'ut:test.exe' > > Suggestions? > You need better environment vars and settings (vcvars32.bat). Recent README.win32 from perl distro explain that, and I saw good descriptions at perlmonks site. Also, start with compiling perl itself, so you'll be sure settings are ok.
