Some things I noticed (only ./configure and make [no make install]) :
1)for both static and dynamic build
* make builds CppUnit
* make clean does NOT clean it
* created directories are not removed : the obj and bin directories for example : all the object files were removed by the clean, but the directories are not , for example i have several leftovers like this : obj/Linux bin/Linux/x86_64
It would be nice everything gets nicely cleaned
2) dynamic builds
* the symbolic links are not removed
Here's a directory listing of for example the lib directory : lib/Linux/x86_64
After make :
- Code: Select all
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:40 libCppUnitd.so -> libCppUnitd.so.1
-rwxr-xr-x 1 killerbot users 599080 2010-12-18 16:40 libCppUnitd.so.1
lrwxrwxrwx 1 killerbot users 15 2010-12-18 16:40 libCppUnit.so -> libCppUnit.so.1
-rwxr-xr-x 1 killerbot users 56360 2010-12-18 16:40 libCppUnit.so.1
lrwxrwxrwx 1 killerbot users 24 2010-12-18 16:34 libPocoFoundationd.so -> libPocoFoundationd.so.10
-rwxr-xr-x 1 killerbot users 12211273 2010-12-18 16:34 libPocoFoundationd.so.10
lrwxrwxrwx 1 killerbot users 23 2010-12-18 16:36 libPocoFoundation.so -> libPocoFoundation.so.10
-rwxr-xr-x 1 killerbot users 1750936 2010-12-18 16:36 libPocoFoundation.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:39 libPocoNetd.so -> libPocoNetd.so.10
-rwxr-xr-x 1 killerbot users 7698742 2010-12-18 16:39 libPocoNetd.so.10
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:40 libPocoNet.so -> libPocoNet.so.10
-rwxr-xr-x 1 killerbot users 1047072 2010-12-18 16:40 libPocoNet.so.10
lrwxrwxrwx 1 killerbot users 18 2010-12-18 16:38 libPocoUtild.so -> libPocoUtild.so.10
-rwxr-xr-x 1 killerbot users 3864958 2010-12-18 16:38 libPocoUtild.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:38 libPocoUtil.so -> libPocoUtil.so.10
-rwxr-xr-x 1 killerbot users 376000 2010-12-18 16:38 libPocoUtil.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:37 libPocoXMLd.so -> libPocoXMLd.so.10
-rwxr-xr-x 1 killerbot users 4941402 2010-12-18 16:37 libPocoXMLd.so.10
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:37 libPocoXML.so -> libPocoXML.so.10
-rwxr-xr-x 1 killerbot users 632552 2010-12-18 16:37 libPocoXML.so.10
After make clean :
- Code: Select all
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:40 libCppUnitd.so -> libCppUnitd.so.1
-rwxr-xr-x 1 killerbot users 599080 2010-12-18 16:40 libCppUnitd.so.1
lrwxrwxrwx 1 killerbot users 15 2010-12-18 16:40 libCppUnit.so -> libCppUnit.so.1
-rwxr-xr-x 1 killerbot users 56360 2010-12-18 16:40 libCppUnit.so.1
lrwxrwxrwx 1 killerbot users 24 2010-12-18 16:34 libPocoFoundationd.so -> libPocoFoundationd.so.10
lrwxrwxrwx 1 killerbot users 23 2010-12-18 16:36 libPocoFoundation.so -> libPocoFoundation.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:39 libPocoNetd.so -> libPocoNetd.so.10
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:40 libPocoNet.so -> libPocoNet.so.10
lrwxrwxrwx 1 killerbot users 18 2010-12-18 16:38 libPocoUtild.so -> libPocoUtild.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:38 libPocoUtil.so -> libPocoUtil.so.10
lrwxrwxrwx 1 killerbot users 17 2010-12-18 16:37 libPocoXMLd.so -> libPocoXMLd.so.10
lrwxrwxrwx 1 killerbot users 16 2010-12-18 16:37 libPocoXML.so -> libPocoXML.so.10
I hope this can be taken into account for a next version.
By the way, POCO won't get removed on my system, it too darn good
But we like it clean





