Menu

configure cannot find qt Suse 9.3 pro x86_84

Help
2005-09-29
2012-12-13
  • Michael Galloway

    configure cannot find qt:

    configure: error: Qt () (headers and libraries) not found.
          Please check your installation! For more details about this problem,
          look at the end of config.log.

    tried using: ./configure --without-kde --with-qt-libraries=/usr/lib/qt3

    with no luck. qt is installed:

    rpm -qa | grep qt3
    qt3-devel-tools-3.3.4-11
    qt3-devel-3.3.4-11
    qt3-examples-3.3.4-11
    qt3-32bit-9.3-7.1
    qt3-devel-doc-3.3.4-11
    qt3-3.3.4-11.3
    qt3-devel-32bit-9.3-7
    qt3-man-3.3.4-11

    what am i doing wrong? this is suse 9.3pro on x86_64.

    -- michael

     
    • Raj Thukral

      Raj Thukral - 2005-09-29

      try --with-qt-dir=/usr/lib/qt3 or whatever the exact path is.. on my fc4 system, its /usr/lib/qt-3.3

       
    • Michael Galloway

      ok, tried, on this box it is:

      chinstrap:/usr/lib/qt3 # ls
      bin  doc  etc  include  lib  lib64  mkspecs  phrasebooks  plugins  templates  translations

      ./configure --without-kde --with-qt-dir=/usr/lib/qt3

      fails with same error:
      configure: error: Qt () (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!

      thanks!

      -- michael

       
      • Michael Gray

        Michael Gray - 2005-09-30

        You might find that you also need

          --disable-threading

        It worked for me on SuSE 9.3 with tora 1.3.18.

        --
        Michael

         

Log in to post a comment.