On Dec 6, 2011, at 9:07, I wrote: > I have a shell script which is run as root (with sudo) that contains the following line > (split here for readability): Sigh, this was not a compiler problem after all, but rather a problem in the shell script. There were additional instances of the compile line I had problems with, and it was one of the other instances that had the problem. This is a very messy shell script so it was hard to figure out. I am starting to re-write portions of it to use make, which will not only speed it up, but also make it easier to debug. Sorry for the false alarm... Alfred