Hi,
Has anyone tried to build POCO (http://pocoproject.org) on RaspBerryPi with Raspian. I just tried to make it and got this error message after compiling all the files:
** Compiling src/pcre_tables.c (debug, shared)
** Compiling src/SyslogChannel.cpp (debug, shared)
** Building shared library (debug) /home/pi/projects/eclipse/temp/poco-1.4.5-all/lib/Linux/armv6l/libPocoFoundationd.so.15
ln: failed to create symbolic link `/home/pi/projects/eclipse/temp/poco-1.4.5-all/lib/Linux/armv6l/libPoc oFoundationd.so': Operation not supported
make[1]: *** [/home/pi/projects/eclipse/temp/poco-1.4.5-all/lib/Linux/armv6l/libPocoFoundationd.so.15] Error 1
make: *** [Foundation-libexec] Error 2
I'm pretty new to this Linux stuff and can't rely figure out what those error message indicate.
I Di the config such:
./configure --omit=Data/ODBC,Data/MySQL
and then:
make -s
Another question is why all the compiles saying (debug, shared)
That is to say dose the "debug" mean it is compiled with debugging options on?
Regards
Throstur62