From: Robert Hansen Date: 2013-02-05T21:19:07+09:00 Subject: 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 -- Posted via http://www.ruby-forum.com/.