not for linking problem with recent qt-3 cvs release

Ralf Habacker kde-cygwin@mail.kde.org
Sat, 18 Jan 2003 21:34:25 +0100


Hi all,

compiling current qt-3 cvs release the makefile creates one wrong link for the
qui lib.


If you encounters the following error

make[4]: Leaving directory
`/home/habacker/src/cvs.kde-cygwin.sf.net/qt-3/tools/designer/designer'
cd app && make -f Makefile
....
/usr...i686-pc-cygwin/bin/ld: cannot find -lqui

enter qt-3 source root and run:

$ ln -sf ../bin/cygqui-1.dll lib/libqui.dll

Then linking should work.


Regards
Ralf