Subject: | Makefile.PL doesn't generate a valid Makefile |
There is a problem with running "perl Makefile.PL"
The resulting Makefile won't even attempt to build GD.o on AIX when you run "make".
It silently skips over it and says it successfully completed once you correct a single file permission issue if run as non root. If you ran "make" as root, it ignores the file permission issue but still doesn't build GD.o. It just says it succeeded doing the build without any errors. But without GD.o being built, "make test" fails all over the place.
I was exploring this option due to an issue with "perl Build.PL". I'll open a separate ticket on that.
Curtis