Menu

#3 Makefile

open
nobody
None
5
2009-10-18
2009-10-18
Dennis
No

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;

fontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0
ln -s libqwtplot3d.so.0.2.6 libqwtplot3d.so.0.2
rm -f lib/libqwtplot3d.so.0.2.6
rm -f lib/libqwtplot3d.so
rm -f lib/libqwtplot3d.so.0
rm -f lib/libqwtplot3d.so.0.2
mv -f libqwtplot3d.so.0.2.6 libqwtplot3d.so libqwtplot3d.so.0 libqwtplot3d.so.0.2 lib/

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.