Steps to install:
- ./configure –enable-R-shlib
I get this error:
configure: error: --with-x=yes (default) and X11 headers/libs are not available
in config.log file
I see this entry:
#define X_DISPLAY_MISSING 1
any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try either passing –with-x=no to the configure script, or install the X devel package for your linux flavour.