Josh Carter wrote: > Chris, > > My OpenSolaris build was failing with the problem the original poster > was complaining about; it can't exec /opt/SUNWspro/bin/acomp. So if the > tools are right, then the build is wrong. Or was wrong, I haven't pulled > onnv-gate in a couple days, maybe it's been fixed since.
Based on the output you showed, it looks like /opt/foo is correct. Based on your build failure, it looks like /opt/SUNWspro is incorrect. You can verify this: ls -la /opt/foo/bin/cc /opt/SUNWspro/bin/cc My theory is that /opt/SUNWspro was created using different steps than the way /opt/foo was created. --chris