i'm having trouble with Poco libraries. I need a simple solution to make the compilation easier. Is there any pkg-config file for Poco library to use it into our make files? Or any alternative solution? Currently i use Ubuntu gnu/linux.
sorry Duck, i'm a little new to this site. I'm trying to use poco libraries in my app, but i don't know how to link poco libraries to it. in fact i dont know how many libraries should be linkd against the app. I want to know if there is an easy way to do it, such as using pkg-config files, as we do in gtkmm, for example:
g++ prog.cc pkg-config --gtkmm-2.4 --libs --cflags -o prog
an the pkg-config program appends appropriate libs and header files to our command.