On Fri, Jul 13, 2012 at 10:18:44PM +0200, Luboš Luňák wrote: > SVN commit 1305557 by lunakl: > > rebuild environment if the compiler changes > > --- trunk/icecream/daemon/environment.cpp #1305556:1305557 > @@ -209,6 +209,60 @@ > return envs; > } > > +static void save_native_env_timestamp() > +{ > + struct stat st; > + if( stat( "/usr/bin/gcc", &st ) == 0 ) > + gcc_bin_timestamp = st.st_mtime; > ehm, hardcoded compiler paths in the daemon? hello?