<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 264: dyld: Library not loaded: /usr/X11/lib/libXpm.4.dylib</title><link href="https://sourceforge.net/p/gnuplot/support-requests/264/" rel="alternate"/><link href="https://sourceforge.net/p/gnuplot/support-requests/264/feed.atom" rel="self"/><id>https://sourceforge.net/p/gnuplot/support-requests/264/</id><updated>2021-03-05T03:08:26.438000Z</updated><subtitle>Recent changes to 264: dyld: Library not loaded: /usr/X11/lib/libXpm.4.dylib</subtitle><entry><title>dyld: Library not loaded: /usr/X11/lib/libXpm.4.dylib</title><link href="https://sourceforge.net/p/gnuplot/support-requests/264/" rel="alternate"/><published>2021-03-05T03:08:26.438000Z</published><updated>2021-03-05T03:08:26.438000Z</updated><author><name>Federico</name><uri>https://sourceforge.net/u/fredfred/</uri></author><id>https://sourceforge.net06035831c6889ed7d13f43a51d71957de7b90d04</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After having re-installed XQuartz on my Mac OS X 10.13.6, I try to launch gnuplot from a terminal window; it does not open and instead I receive &lt;/p&gt;
&lt;p&gt;% gnuplot&lt;br/&gt;
dyld: Library not loaded: /usr/X11/lib/libXpm.4.dylib&lt;br/&gt;
  Referenced from: /sw/bin/gnuplotx&lt;br/&gt;
  Reason: no suitable image found.  Did find:&lt;br/&gt;
    /usr/X11/lib/libXpm.4.dylib: no matching architecture in universal wrapper&lt;br/&gt;
    /usr/X11/lib/libXpm.4.dylib: stat() failed with errno=1&lt;br/&gt;
    /opt/X11/lib/libXpm.4.dylib: no matching architecture in universal wrapper&lt;br/&gt;
/sw/bin/gnuplot: line 6: 50805 Abort trap: 6           /sw/bin/gnuplotx "$@"&lt;/p&gt;
&lt;p&gt;Then I've downloaded gnuplot-5.4.1.tar.gz from the official website, latest available version. I have installed it in the /Applications folder under my homedir:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ ./configure --prefix&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nv"&gt;$HOME&lt;/span&gt;/local/gnuplot-5.4.1 --with-texdir&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nv"&gt;$HOME&lt;/span&gt;/local/gnuplot-5.4.1
$ mkdir &lt;span class="nv"&gt;$HOME&lt;/span&gt;/local
$ make install
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The installation is seemingly succesfull (no errors) but no gnuplot.dmg is created and if type "gnuplot" I have exactly the same error line on "dyld: Library not loaded: /usr/X11/lib/libXpm.4.dylib" as above.&lt;/p&gt;
&lt;p&gt;The newly created folder  "/Applications/gnuplot-5.4.1/src" contains a gnuplot file ("exe") and, if I click on it, I can launch it: the gnuplot window opens and works. However, I would like to call gnuplot from a "Terminal" window. Is there a way to do that?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>