Hello, I'm having problems linking to the qt-mt library. I tried a bunch of stuff (I'll try and list most of them later) and failed.
Someone on #openbsd, NicM if I'm not wrong, suggested that the configure files are broken. For the time beeing I accepted that and thought I'd look it over when I have more time (summer exam period will end tomorrow). Since, I've tried compiling from source a bunch of other programs, and they all fail when trying to link with qt. The solutions I tried were: a) using the configure switch options: --with-qt-includes and --with-qt-libraries b) specifying directly in the command the -I and -L commands c) setting and triple-checking the library paths d) reading briefly through the configure.in files, they seemed ok The configure error I get is: "checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!" My config.log points to alot of undefined references like: "/usr/local/lib/qt3/lib/libqt-mt.so.30.0: undefined reference to `png_get_y_pixels_per_meter'" Any suggestions are more than welcomed. Thanks, Paul.
