Subject: | XS build check failure on HP-UX |
The standard C compiler doesn't accepts an object file as a target (-o).
This make the XS install to be skipped.
--------8<--------8<--------8<--------8<--------8<--------8<--------
$ cc -o test.o test.c
ld: Cannot specify input file (test.o) that is the same as the output file.
Fatal error.
--------8<--------8<--------8<--------8<--------8<--------8<--------
--------8<--------8<--------8<--------8<--------8<--------8<--------
CPAN.pm: Going to build D/DR/DROLSKY/Params-Validate-0.91.tar.gz
Testing if you have a C compiler
ld: Cannot specify input file (test.o) that is the same as the output file.
Fatal error.
I cannot determine if you have a C compiler
so I will install a perl-only implementation
You can force installation of the XS version with
perl Makefile.PL --xs
--------8<--------8<--------8<--------8<--------8<--------8<--------