Closed GoogleCodeExporter closed 9 years ago
I'm not sure that there's a better solution than your workaround. SCons expects
the environment not to change in certain ways between calls, but sudo doesn't
like to pass the full set of environment variables, and this interacts badly
with the Intel compiler's reliance on configuration by environment variables.
sudo is quite conservative by default. The -E option only works if the 'setenv'
option is allowed in the /etc/sudoers file.
Original comment by yarmond
on 24 May 2012 at 4:52
Original issue reported on code.google.com by
Termope...@gmail.com
on 21 May 2012 at 11:55