Subject: | Makefile being deleted after 'make' |
Net::DNS 0.35
Perl 5.005_03
FreeBSD 4.8-STABLE
If I call Makefile.PL with -pm, then run 'make', after the manifypods step it seems that Makefile.PL is being called again, but without the --pm option. I get the following output:
...
Manifying blib/man3/Net::DNS::RR::MB.3
/usr/bin/perl5.00503 -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 Net-DNS.spec.PL Net-DNS.spec
Testing if you have a C compiler and the needed header files....
cc -O2 -pipe -fno-ident -march=pentiumpro -c test.c
You have a working compiler.
But then no Makefile, so 'make install' fails.
I think the actual problem is that Net-DNS.spec is calling Makefile.PL again, but the --pm arg is not being preserved. I can certainly come up with a way around that, but I'm sure y'all have your own ideas as to how this should be solved.
Doug