Trolltech Home | Qt-solutions Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-solutions Archive, July 2006
cannot find -lqtmaind


Message 1 in thread

I installed qt4.1.4 on windows using the install.exe which automatically 
downloaded and installed mingw.  I assembled a simple test app and tried to 
compile it

1) qmake -project
2) qmake
3) mingw32-make
4) get the following output:

C:\Qt\Tanner>mingw32-make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Qt/Tanner'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc 
 -Wl,
-subsystem,windows -o "debug\Tanner.exe" 
debug\main.o  -L"c:\Qt\4.1.4\lib" -lmingw32 -lqtmaind -lQtGu
id4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -lqtmaind
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\Tanner.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/Tanner'
mingw32-make: *** [debug] Error 2


How can I get my environment working?

Thanks for any assistance.

Regards,
Rob 


--
 [ signature omitted ] 

Message 2 in thread

Hi,

> Thanks for any assistance.

This is a mailing list about Qt Solutions:
	http://www.trolltech.com/products/qt/addon/solutions

For questions about Qt, try qt-interest@ instead:
	http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ] 

Message 3 in thread

"Dimitri" <dimitri@xxxxxxxxxxxxx> wrote in message 
news:e96mal$97$1@xxxxxxxxxxxxxxxxxxxxx
> Hi,
>
>> Thanks for any assistance.
>
> This is a mailing list about Qt Solutions:
> http://www.trolltech.com/products/qt/addon/solutions
>
> For questions about Qt, try qt-interest@ instead:
> http://lists.trolltech.com/qt-interest/

I hadn't realized I'd sent this one.  The solution was to build the debug 
libraries.

Thanks,
Rob


--
 [ signature omitted ]