Cannot link libQtNetwork libraries to my programs
Hi,
I am trying to compile an application but I get the following errors when linking:
/home/inigom/qtopia/qtopia/lib/libQtNetwork.so: undefined reference to `_freeifaddrs'
/home/inigom/qtopia/qtopia/lib/libQtNetwork.so: undefined reference to `_getifaddrs'
There are no other errors during compiling.
I have added QT += network to the .pro file so that it would use the network libraries but the problem persists.
The program compiles fine if I don't use the -embedded option but fails if I add it. (I must use that option)
Does anyone have any suggestion?