> From: Benjamin Reed <[EMAIL PROTECTED]> > The error is this: > > | configure:24983: rm -rf SunWS_cache; g++ -o conftest -O2 -I/sw/include > | -fno-exceptions -fno-check-new -I/sw/include/qt -I/usr/X11R6/include > | -I/sw/include -L/sw/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/lib conftest.cc > | -lqt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE 1>&5 > | ld: can't locate file for: -lqt > > You need to change it to check for -lqt-mt instead. > > Likely there's a configure option for it, but I couldn't say for sure. > You'd have to ask whoever implemented kiowa's configure checks.
Yes, I was actually using --disable-mt option, so that's why. I got rid of it and I have no problem with QT now (stuck with something else). Thanks for guiding me through this! ;) Alexey ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
