Yosemite'de, başlangıçta, kuvars ve tabanca 5.0.0 kurulmuştu. Ancak, x11 penceremi yükleyemedim (her şey dosya-X11 bir şekilde bilinmiyordu). İşte 'benim için çalıştı' bir geçici çözüm.
Gunplot kaynak klasörüne git.
make clean;
make uninstall
daha sonra aşağıdaki satırların altındaki "configure" dosyasında
# 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
şimdi koş
./configure
make
sudo make install
aşağıda gördüğünüz gibi benim için mükemmel çalıştı
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')
Terminal tipi set to 'x11'
.