Menu

TOra 1.3.18 fails during configure

Help
2005-07-14
2012-12-13
  • Svein Erik Brostigen

    I was just trying to get 1.3.18 compiled on my Gentoo system. The problem is that it can't find libqt-mt.so, but it exists and is in the path specified in ld.so.conf

    checking for libjpeg... -ljpeg
    checking for Qt... checking for X... (cached) libraries /usr/lib64, headers
    checking for IceConnectionNumber in -lICE... (cached) yes
    checking for libXext... (cached) yes
    checking for Xinerama... no
    configure: error: Qt (>= Qt 3.1.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!

    The problem is that I do have libqt-mt installed:

    zappa ~ # locate qt-mt
    /usr/qt/3/lib/libqt-mt.so.3
    /usr/qt/3/lib/libqt-mt.la
    /usr/qt/3/lib/libqt-mt.so
    /usr/qt/3/lib/libqt-mt.so.3.3.4
    /usr/qt/3/lib/libqt-mt.so.3.3

    Any ideas?

     
    • Mike Johnson

      Mike Johnson - 2005-07-14

      hi,

      try configuring with --with-qt-libraries=/usr/qt/3/lib/

       
    • Thiébaut Champenier

      I had the same problem on Debian, the config.log says:

      configure:31120: g++ -o conftest  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/inclu
      de/qt3 -I/usr/X11R6/include  -I/usr/X11R6/include   -L/usr/lib -L/usr/X11R6/lib
        conftest.cc  -lqt-mt  -ljpeg  -lSM -lICE -lXext -lX11 -lSM -lICE  -lpthread  -
      L/usr/X11R6/lib >&5
      ./configure: line 31121: g++: command not found

      Installed g++  => works :)
      ./configure  --prefix=/opt/tora-1.3.18 --without-kde

       

Log in to post a comment.