in reply to make test for ParseXS can't find EXTERN.h

It looks like the issue is something else, but did you call perl Makefile.PL with the correct perl binary (i.e.: /usr/local/bin/perl)?

Replies are listed 'Best First'.
Re^2: make test for ParseXS can't find EXTERN.h
by mtilmes (Initiate) on Apr 25, 2005 at 21:09 UTC
    Sorry, that wasn't the problem. I actually had a link from /usr/bin/perl to /usr/local/bin/perl, and to make completely sure, I put /usr/local/bin first in my path...