That sounds like you are on a system with an incompatible cc. Incompatible? That means it is not ansi compliant, which is maintained by some Unix distributors to save rewriting their source code.
Look for the C compiler that Perl was compiled with:
Your system is very likely to have the correct compiler around somewhere.use Config; print $Config{'cc'};
After Compline,
Zaxo
In reply to Re: XML parser module installation
by Zaxo
in thread XML parser module installation
by asifk1981
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |