Gerry Kirk wrote:
> I'm having the exact same problem, same output as listed in his post.
> - Gerry Kirk
That's an odd problem with newer Perl releases (>= 5.6 AFAIR) resp.
newer MakeMaker. You have to copy the missing .o files in the
corresponding xs/ directories, e.g.
% cd Gtk/xs
% cp ../*.o .
% cd ../..
% make
You have to repeat that for all subdirectories, where this error occurs.
Maybe there is an easier fix by patching Makefile.PL or something like
that, but I got it working this way on several Perl installations.
Regards,
Joern
--
LINUX - Linux Is Not gnU linuX
|