Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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?