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

"No F77 compiler found" when installing r #668

Closed
wangguansong opened this issue May 20, 2017 · 7 comments
Closed

"No F77 compiler found" when installing r #668

wangguansong opened this issue May 20, 2017 · 7 comments

Comments

@wangguansong
Copy link

When installing r, it exited with a configure error "No F77 Compiler found".
I thought gcc covers f77. Anyway, is there an available package for this in crew?

@jam7
Copy link
Contributor

jam7 commented May 20, 2017

#662 adds gfortran also. I could compile r with it. Please apply #662 by hand or wait until the merge.

@jam7
Copy link
Contributor

jam7 commented May 24, 2017

#662 is merged. so, I think you can compile R now. Please close this issue if it works. Thanks.

@wangguansong
Copy link
Author

wangguansong commented May 24, 2017

I tried again, it passed f77 checking, while stopped at zlib:

checking if zlib version >= 1.2.5... no
checking whether zlib support suffices... configure: error: zlib library and headers are required
r failed to install: ./configure --with-x=no exited with 1

@jam7
Copy link
Contributor

jam7 commented May 24, 2017

you can install zlib by typing crew install zlibpkg. you will need pcre package also.

@wangguansong
Copy link
Author

I added zlibpkg, which is already installed, and pcre. Then I tried again and got the same error.

@jam7
Copy link
Contributor

jam7 commented May 28, 2017

Ya. R-3.3.2 has a problem in the way to recognize zlib version. It is fixed in R-3.4.0. So, apply #683 first please.

lyxell added a commit that referenced this issue May 28, 2017
Change r.rb to update it to 3.4.0 and correct dependencies to solve #668
@wangguansong
Copy link
Author

Success! Thanks!

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

No branches or pull requests

2 participants