Hallo,
ich habe mein System auf systemd umgestellt, wo mit ich eigentlich auch recht zufrieden bin.
Ich habe jetzt aber folges Problem mit meinen distcc und diesem Howto:
"
http://archlinuxarm.org/developers/distcc-cross-compiling"
....
Now the "bin" directory contains links with names that distcc will play nice with. To get distcc to use these binaries instead of the default system ones, we need to place this directory into the path for the distcc daemon:
Debian/Ubuntu: Edit "/etc/init.d/distcc"
Arch Linux: Edit "/etc/rc.d/distccd"
After the initial header block, add this line or modify PATH if it already exists in the file. For Arch, this must come after the sourcing of the functions file. Note that we are placing our binary directory at the very front. After making the change, restart the distccd daemon.
PATH=/home/your_user/x-tools(7h)/arm-unknown-linux-gnueabi/bin:$PATH
...
Mir fehlt irgendwie die Idee wo ich den Pfad zu meinen x-tools7h eintrage. In /etc/rc.d/distccd war das bisher kein Porblem, nur die gibt es ja jetzt nicht mehr.
Gruß Ralix