PDA

View Full Version : PRoblem with make an dQT 4.4 on suse 11



seth___
10th July 2008, 15:12
Hi

I tried to compile qt 4.4.0 on suse 11, but when I am trying to run 'configure' it stops with

You don't seem to have 'make' or 'gmake' in your PATH.

But the PATH variable have been set correctly and make is working. Any ideas how to solve this?

thanks

jpn
10th July 2008, 17:33
What does 'which make' output?

wysota
10th July 2008, 17:35
Could you tell step by step what you did? What does "which make" return?

seth___
10th July 2008, 20:28
which make returns /usr/bin/make
and /usr/bin is in PATH variable

I've dowloaded the QT 4.4 unpacked and run the ./configure then error appears
There was no problem on suse 10.3 and slack. QT 4.4 is avalible with suse, but without phonon module...

wysota
10th July 2008, 21:23
What exactly did you do (which package did you download, what terminal did you open, what shell does it run, etc.)? What did configure tell you after accepting the licence? You should be able to override the test by setting the MAKE environment variable to the path of your make (/usr/bin/make in your case) although the script uses "which" to find make itself, so if this fails, there has to be a reason why which doesn't return a correct result.