View Single Post
  #4  
Old 03-23-2011, 08:17 AM
iggi
Sarnak
 
Join Date: Feb 2006
Posts: 62
Default

I checked the lines you mentioned, but both of mine look like this:

Quote:
PERL_FLAGS=perl -MExtUtils::Embed -e ccopts
PERL_LIB=perl -MExtUtils::Embed -e ldopts
When I paste your lines in, it still fails with EXTERN.h: NO such file or directory and spits out many "/bin/sh: -D_REENTRANT: not found"

Sounds to me like the perl libraries are not where they are expected? Or I am missing the correct package.
Reply With Quote