Skip Menu |

This queue is for tickets about the IPTables-IPv4 CPAN distribution.

Report information
The Basics
Id: 12842
Status: new
Priority: 0/
Queue: IPTables-IPv4

People
Owner: Nobody in particular
Requestors: spamsacrifice [...] dsl.pipex.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.98
Fixed in: (no value)



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
[guest - Mon May 16 10:00:10 2005]: Sorry, I should have said the AMD64 on gentoo builds all of it's libs with -fPIC. perl -V ((snip)) Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' Show quoted text
> 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