Jump to content

Qt problems at configure


Dustpuppy
 Share

Recommended Posts

Hi, I'm running 9.2 and am having problems installing things from tarballs. When I run ./configure it gives me the following error:

 

error: Qt (>= Qt 2.2.2) (libraries) not found

 

I haven't done any upgrades or anything of qt, I installed it off the CDs. I have

 

libqt3-3.1.2-15.3.92mdk

libqt3devel-3.1.2-15.3.92.mdk

 

installed, and the files in the usual place (/usr/lib/qt3). I had a google and a poke around my files, and I think I'm missing the file(s) libqt.so.3. They're not in /usr/lib/qt3/lib or /usr/lib. Is this the problem, or is something else wrong?

 

Thanks!

Link to comment
Share on other sites

Ah, maybe that's not the real problem...

 

config.log ends with the lines

 

configure:1062: checking for gcc

configure:1175: checking whether the C compiler (gcc ) works

configure:1191: gcc -o conftest conftest.c 1>&5

configure:1217: checking whether the C compiler (gcc ) is a cross-compiler

configure:1222: checking whether we are using GNU C

configure:1231: gcc -E conftest.c

configure:1250: checking whether gcc accepts -g

configure:1283: checking how to run the C preprocessor

configure:1304: gcc -E conftest.c >/dev/null 2>conftest.out

configure:1396: checking for c++

configure:1396: checking for g++

configure:1396: checking for gcc

configure:1428: checking whether the C++ compiler (gcc ) works

configure:1449: rm -rf SunWS_cache; gcc -o conftest conftest.C 1>&5

gcc: installation problem, cannot exec `cc1plus': No such file or directory

 

I've google this, and it seems people have this problem when gcc isn't installed. But it is! cc1plus is in /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1 - is there a way of telling configure that it is?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...