Run qmake, make and make install

Hi

I’m currently working on a linux server and writing a buildscript with
commandline arguments.

example: ruby BuildIt.rb --unix -squeeze

The problem occours when I want to run qmake, make and make install

Gives me the error: make: command not found

I’ve tried %x{}, system, exec, open3 and so on.

Anyone tried this before and could give me an example on how its done?

Thanks in advance

Try to execute puts which make, it isn’t in your path imho.