简体   繁体   中英

Compiling R under OSX with X11 Support

I am trying to compile the development version of R under OSX, but I cannot find the correct way to link to the X11 libraries. I think they are included in XQuartz, but linking to /opt/X11/lib or /opt/X11/include/X11 using ./configure --x-libraries still generates an error that the headers cannot be found.

What is the correct way to link to the X11 headers with a default XQuartz install?

都需要X特定的选项./configure --x-libraries=/opt/X11/lib/ --x-includes=/opt/X11/include工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM