Steve, The most general advice is always to use the C compiler, *.h headers, libs and flags that your Perl was built with when building XS modules. When working with simpler XS modules, sometimes any MS C works with ActiveState, as long as you let Make.PL build the make scripts. Make.PL should extract the right flags out of config.
As an experiment, you could save the site-lib binaries you copied over from the old PC and try rebuilding those XS modules with the old Perl and the new compiler, and see if they'll work. Or try a new Perl and the new compiler. Bill _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

