Not sure if this is my fault but I get this when I do a sudo make install:
o
if [ -d "/Users/Electic/Desktop/poco-1.3.0-data/$comp/include" ] ; then
cp -Rf /Users/Electic/Desktop/poco-1.3.0-data/$comp/include/* /usr/local/include/ ;
fi ;
if [ -d "/$comp/bin" ] ; then
find /$comp/bin -perm -700 -type f -exec cp -Rf {} /usr/local/bin ; ;
fi ;
done
find /lib -name "libPoco*" -exec cp -Rf {} /usr/local/lib ;
find: /lib: No such file or directory
make: *** [install] Error 1
48:~/Desktop/poco-1.3.0-data Electic$





