<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 3: Makefile</title><link href="https://sourceforge.net/p/qwtplot3d/bugs/3/" rel="alternate"/><link href="https://sourceforge.net/p/qwtplot3d/bugs/3/feed.atom" rel="self"/><id>https://sourceforge.net/p/qwtplot3d/bugs/3/</id><updated>2009-10-18T11:17:39Z</updated><subtitle>Recent changes to 3: Makefile</subtitle><entry><title>Makefile</title><link href="https://sourceforge.net/p/qwtplot3d/bugs/3/" rel="alternate"/><published>2009-10-18T11:17:39Z</published><updated>2009-10-18T11:17:39Z</updated><author><name>Dennis </name><uri>https://sourceforge.net/u/stumbles/</uri></author><id>https://sourceforge.net28c63343e26cc6cc9390796433c7ff7a9469b65d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Maybe I am doing something wrong here but the Makefile seems incomplete for the "make install" phase. I run qmake, which creates the Makefile, then run make and that works just fine. But when make install is run; none of the libraries gets installed, just the docs. When the make/make install gets to the libraries, here is what I see;&lt;/p&gt;
&lt;p&gt;fontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl&lt;br /&gt;
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so&lt;br /&gt;
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0&lt;br /&gt;
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0.2&lt;br /&gt;
rm -f lib/libqwtplot3d.so.0.2.6&lt;br /&gt;
rm -f lib/libqwtplot3d.so&lt;br /&gt;
rm -f lib/libqwtplot3d.so.0&lt;br /&gt;
rm -f lib/libqwtplot3d.so.0.2&lt;br /&gt;
mv -f libqwtplot3d.so.0.2.6 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 lib/&lt;/p&gt;
&lt;p&gt;It looks as though it throws them into the source tree /lib but then does nothing more with them, like install them to a prefix.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>