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

Compiler detection failure on Ubuntu 16.04 #216

Closed
eddelbuettel opened this issue Apr 14, 2018 · 1 comment
Closed

Compiler detection failure on Ubuntu 16.04 #216

eddelbuettel opened this issue Apr 14, 2018 · 1 comment

Comments

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Apr 14, 2018

Notice on https://rstudio.cloud:

checking whether g++ version is sufficient... almost
configure: WARNING: Compiler self-identifies as being compliant with GNUC extensions but is not g++.
checking LAPACK_LIBS... system LAPACK found

yet

$ g++ -v 2>&1 | awk '/^.*g.. version/ {print $3}'
5.4.0
$ 

Fix forthcoming.

@eddelbuettel
Copy link
Member Author

@eddelbuettel eddelbuettel commented Apr 14, 2018

And yes /bin/sh is /bin/dash there.

eddelbuettel added a commit that referenced this issue Apr 14, 2018
make configure more robust against limited shells (closes #216)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.