how to find what all directories are in the link-command for qmake.. where are they specified...Originally Posted by ChristianEhrlicher
![]()
how to find what all directories are in the link-command for qmake.. where are they specified...Originally Posted by ChristianEhrlicher
![]()
You should see them when you execute mingw32-make.Originally Posted by Kapil
The complete link command and not just the error is:
[HTML]
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `D:/Kapil_Folder/PracticeQT/Sample'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -Wl,-subsystem,windows -o "debug\Sample.exe" debug\main.o -L"C
:\Qt\4.1.0\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot fin
d -lQtGuid4
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\Sample.exe] Error 1
mingw32-make[1]: Leaving directory `D:/Kapil_Folder/PracticeQT/Sample'
mingw32-make: *** [debug] Error 2
[/HTML]
I hope this gives u the idea... i compiled it again..
Bookmarks