Josh Carter wrote: >> I think the fix is to use one of the correct ways to >> install the bits. >> There are a lot of tarballs floating around. > > Hi Chris, > > Same problem here, and I'm using the SS12 that has the opensolaris build > patches applied. I downloaded it from here: > > http://www.opensolaris.org/os/community/tools/sun_studio_tools/sun_studio_12_tools/ > > Best regards, > Josh
I just verified that tar ball using "gunzip" and "/usr/bin/tar xf" on a b106 opensolaris intel system. I didn't see a problem. This was reported earlier in CR 6782458, and the submitter admitted they had used "cp -r" to move the compiler around. That command will "undo" any symlinks in the directory, including the ones Sun Studio needs in order to keep working. Can you try to reproduce this from scratch, including download/untar/list-cc. Some additional details are in the CR I mentioned. So far I haven't been able to reproduce this. --chris