On Wed, Feb 25, 2004 at 12:58:16PM +1100, Sisyphus wrote: > >I have a problem. During Makefile.PL processing I am getting the > >following error: > >__________________________________________________________________ > >Running 'C:/opt/alien/bin/perl "-IC:/opt/alien/lib" > >C:/opt/alien/lib/ExtUtils/xsubpp -v 2>&1' exits with status 1 at > >/opt/alien/lib/perl5/5.8.0/ExtUtils/MM_Unix.pm line 3826. > >__________________________________________________________________
I don't think this line is coming from MakeMaker, I can't find any code that might generate it. I suspect the module you're trying to install added it to its own Makefile without regard to cross platform compatibility. Smells like some sort of scheme to figure out what version of xsubpp you have. Look inside the Makefile.PL. What module are you installing? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ 1. It Has To Work. -- RFC 1925
