|
From: <li...@ba...> - 2007-06-10 08:05:57
|
Hi! Jim Peters "jim...@gm..." wrote: > I thought I would use lirc so I could use my remote to turn on and off > my mythtv computer, my plan was as follows; [...] > tools. No problem I'll load the Ipcop devel edition on vmware, build the > bianaries and copy them to the firewall. [...] > "/usr/local/bin/irexec: line 1: gcc: command not found" why should it > even need gcc , it was compiled on the vmware? irw seems to work > compiled like this, why not irexec? > where did i go wrong? You probably just copied the libtool wrapper script for irexec instead of the binary itself. You have to do "make install" and copy the installed binaries, or you look into the .libs sub-directory in the source tree for the real executable. Christoph |