Ở Yosemite, Ban đầu, tôi đã cài đặt thạch anh và gunplot 5.0.0. Tuy nhiên, tôi không thể tải cửa sổ x11 của mình (mọi thứ khác đều là tệp-X11 không rõ bằng cách nào đó). Đây là một cách giải quyết "làm việc cho tôi".
Chuyển đến thư mục nguồn gunplot
make clean;
make uninstall
sau đó trong tệp "configure" dưới các dòng sau
# Standard set of common directories for X headers.
# Check X11 before X11Rn because it is often a symlink to the current release.
---added the location of my X11 files also
/opt/X11/include
bây giờ chạy
./configure
make
sudo make install
làm việc hoàn hảo cho tôi như bạn thấy dưới đây
G N U P L O T
Version 5.0 patchlevel 0 last modified 2015-01-01
Copyright (C) 1986-1993, 1998, 2004, 2007-2015
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
Loại thiết bị đầu cuối set to 'x11'
.