The program I compiled on 32bit system does not run on the 64bit one. So, I need to compile the program again on the 64bit machine.
I get the following error:
Code:
qrc_rsrc.o: In function `qInitResources_rsrc()': /home/Arvand/qrc_rsrc.cpp:5811: multiple definition of `qInitResources_rsrc()' qrc_rsrc.o:/home/Arvand/qrc_rsrc.cpp:5811: first defined here qrc_rsrc.o: In function `qCleanupResources_rsrc()': /home/Arvand/qrc_rsrc.cpp:5820: multiple definition of `qCleanupResources_rsrc()' qrc_rsrc.o:/home/Arvand/qrc_rsrc.cpp:5820: first defined here collect2: error: ld returned 1 exit status make: *** [Arvand] Error 1
what is this qrc_rsrc.cpp ?
