|
Posted by Sisyphus on January 19, 2006, 9:29 pm
Please log in for more thread options
> I am getting a compile error (below) while trying to build
> GDTextUtil-0.86 on AIX 5.3, Perl v5.8.7. The weird thing is that 0.85
> builds just fine. When I try to install via CPAN it just fails without
> any reason at all. :(
>
> Did something major change between 0.85 & 0.86? Or maybe this is just
> an AIX thing.
>
>
> $ perl Makefile.PL
> Segmentation fault (core dumped)
> $
>
I would try to first find out precisely which code in the Makefile.PL is
causing the segfault. Just insert some 'print "got to here\n"' type
statements in the Makefile.PL until you can narrow it down to the exact
piece of code.
Cheers,
Rob
|