Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Fixes CXX** compiler selection #4

Merged
merged 1 commit into from Aug 26, 2017
Merged

Fixes CXX** compiler selection #4

merged 1 commit into from Aug 26, 2017

Conversation

coatless
Copy link
Collaborator

Previously, referencing the $CXX variable for CXX** standards in ~/.R/Makevars would cause:

/bin/sh: XX: command not found
make: *** [file91e37f2852ce.o] Error 127
XX -std=gnu++11

Changing it to $(CXX) yielded:

/Users/your_username/.R/Makevars:6: *** Recursive variable `CXX' references itself (eventually). Stop.

So, we go back to linking directly and filing a bug report...

Previously, referencing the $CXX variable for CXX** standards in ~/.R/Makevars would cause:

/bin/sh: XX: command not found
make: *** [file91e37f2852ce.o] Error 127
XX -std=gnu++11

Changing it to $(CXX) yielded:

/Users/your_username/.R/Makevars:6: *** Recursive variable `CXX' references itself (eventually).  Stop.

So, we go back to linking directly and filing a bug report...
@coatless coatless added the bug label Aug 26, 2017
@coatless coatless merged commit 5d4d6da into master Aug 26, 2017
@coatless coatless deleted the bugfix/makevars branch October 17, 2017 20:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant