I installed POCO on my Debian Etch, build the package with no problem using "make" but I could not compile the DateTimeSample.cpp example. Using the bach command:
- Code: Select all
>> g++ DateTimeSample.cpp -o DateTimeSample -I /usr/local/poco/Foundation/include -l /usr/local/poco/lib/Linux/i686/libPocoFoundation.so
I have a linker error:
- Code: Select all
>> cannot find -l /usr/local/poco/lib/Linux/i686/libPocoFoundation.so
It happened also on Windows (using cygwin). It's quite strange!
Does anybody have any siggestion?
thanks in advance,
petrux





