We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,I meet a confused error like this:
$: which gcc /usr/bin/gcc
$: which gcc
/usr/bin/gcc
$: git clone https://github.com/toddr/XML-Parser/ $: cd XML-Parser
$: git clone https://github.com/toddr/XML-Parser/
$: cd XML-Parser
$: perl Makefile.PL Couldn't find your C compiler Compilation failed in require at Makefile.PL line 4.
$: perl Makefile.PL
Couldn't find your C compiler
Compilation failed in require at Makefile.PL line 4.
Could you please give me more information?
Best. Zhang.
The text was updated successfully, but these errors were encountered:
I also met your problem, and I don't know how to solve it.
Sorry, something went wrong.
$ echo $PATH $ gcc -v
It may be bad output. XML::Parser depends on libexpat. Are you able to install this?
This may have been resolved by #89
No branches or pull requests
Hi,I meet a confused error like this:
$: which gcc
/usr/bin/gcc
$: git clone https://github.com/toddr/XML-Parser/
$: cd XML-Parser
$: perl Makefile.PL
Couldn't find your C compiler
Compilation failed in require at Makefile.PL line 4.
Could you please give me more information?
Best.
Zhang.
The text was updated successfully, but these errors were encountered: