Skip to content
New issue

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

Couldn't find your C compiler #90

Open
zhang616123 opened this issue Jun 21, 2021 · 4 comments
Open

Couldn't find your C compiler #90

zhang616123 opened this issue Jun 21, 2021 · 4 comments

Comments

@zhang616123
Copy link

zhang616123 commented Jun 21, 2021

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.

@wanxn518
Copy link

I also met your problem, and I don't know how to solve it.

@davehodg
Copy link

$ echo $PATH
$ gcc -v

@toddr
Copy link
Member

toddr commented Feb 14, 2023

It may be bad output. XML::Parser depends on libexpat. Are you able to install this?

@toddr
Copy link
Member

toddr commented Dec 28, 2023

This may have been resolved by #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants