in reply to Re: Can't build standalone with pp
in thread Can't build standalone with pp

Read about some posts of this doesn't much architecture problem by google searching. It is probably caused by the previous perl version uninstalled poorly. I'm thinking to rebuild the whole Windows system. I can't think about any way other than this to clean all the perl file system in my PC

Replies are listed 'Best First'.
Re^3: Can't build standalone with pp
by Anonymous Monk on Oct 25, 2007 at 12:48 UTC
    I was also seeing this: Errno architecture (MSWin32-x86-multi-thread-4.0) does not match executable architecture (MSWin32-x86-multi-thread-5.0) at C:/Perl/site/lib/Errno.pm line 11. I first tried to upgrade any possible modules with ppm. Then - I uninstalled ActiveState Perl and downloaded their latest release - reinstalled some modules I use and ran the program again and it worked. Thanks - Mark