Skip to main content

Thread: linkin in eclipse problem


hi
trying write simple project using poco c++ lib on eclipse while,
, no matter doing there error keep bugging me rum time
error.
"
error while loading shared libraries: libpocofoundationd.so.9: cannot open shared object file: no such file or directory
"
using gcc c++ linker , tried in few ways project poco's lib.
thing have done in order project , poco lib
project-->prefrences-->c++ build-->>setting-->gcc c++ linker
1) in command line entered libpocofoundationd.so location.(that didn't work)
tried number 2)
gcc c++ linker--> libraries
in libaries(-l) added pocofoundationd
, in library search path(-l) added libpocofoundationd.so location.
hasn't worked well...
please me that!
thanks!

hi,
had same problem week (i think same).
go project properties -> settings -> c++ linker -> miscelaneous -> other objects

click add, , find lib.

hope helps,


Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Ubuntu Dev Link Forum linkin in eclipse problem


Ubuntu

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'