qt3 port win32

Ralf Habacker Ralf.Habacker at freenet.de
Fri Jul 25 14:07:50 CEST 2003


Hi Raul

> what is wrong when ld complains that -lgui is missing

see http://kde-cygwin.sourceforge.net/qt3/compiling.php

Due to an internal qmake problem, which wasn't fixed in the recent release, the
linking process may fail with an error like "cannot find -lqui" . You can fix
this problem with the following hack:
cd <qt-src-dir>
cd lib
ln -fs ../bin/cygqui-1.dll libqui.dll
cd ..
make





More information about the kde-cygwin mailing list