Hi,

I got same error prompt
Qt Code:
  1. You don't seem to have 'make' or 'gmake' in your PATH
  2. Cannot proceed
To copy to clipboard, switch view to plain text mode 

I'm using Solaris10, Qt4

when I run
./configure

I was set PATH point to /usr/qt-X11-opensource-src-4.3.1/bin on /etc/.login

under /usr/qt-X11-opensource-src-4.3.1/bin only contain 2 file findtr and syncqt

I try to find make and found

/usr/ccs/bin/make
/usr/share/lib/make
/usr/xpg4/bin/make


How to solve this problem.