Reply to comment
Cross Compiling to Ubuntu or Debian System from Gentoo client
Came across this error while trying to set up my 2 ubuntu boxen to compile with distcc for my gentoo laptop and workstation.
(dcc_execvp) ERROR: failed to exec i686-pc-linux-gnu-gcc: No such file or directory
Solution:
add
CC='gcc'
CXX='c++'
to your make.conf file.
I also had to
apt-get install distcc build-essential
Recent comments
5 years 45 weeks ago
6 years 4 weeks ago
6 years 6 weeks ago
6 years 7 weeks ago
6 years 7 weeks ago
6 years 22 weeks ago
6 years 28 weeks ago
6 years 35 weeks ago
6 years 42 weeks ago
6 years 48 weeks ago