Subject: | Makefiles not created by Makefile.PL |
Hi,
This module wont compile on Gentoo AMD64. The problem seems to be caused because the two Makefiles in the modules/ and libiptc/ are not generated by the Makefile.PL.
Perl sets -fPIC correctly in the top level Makefile, but the Makefiles in the subdirectories compile without -fPIC, which causes the linker to fail.
Thanks,
Mark