
Originally Posted by
manikantan
Hi,
I was trying the QtSoap example provided here. When I run the Population example( which simply queries a server for info and nothing more ), I get this error.
Collect2 - Id returned Exit 1 status ..
Error Log -
mingw32-make[1]: Leaving directory `C:/Documents and Settings/mani0025/My Documents/Downloads/qtsoap-2.7_1-opensource/qtsoap-2.7_1-opensource/examples/population'
mingw32-make: Leaving directory `C:/Documents and Settings/mani0025/My Documents/Downloads/qtsoap-2.7_1-opensource/qtsoap-2.7_1-opensource/examples/population'
c:/qt/2009.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lQtSolutions_SOAP-2.7d
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\population.exe] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project population
When executing build step 'Make'
Does anyone have similar trouble ?