Solaris compiler setup ?

Tim Bell tim.bell at oracle.com
Wed Dec 5 21:34:46 PST 2012


On 12/05/12 20:45, David Holmes wrote:
>
> Are you on Solaris 11? Send me a copy of your /usr/bin/which script. 

/usr/bin/which has not changed in Solaris 11, and in fact is the same as 
on the OpenSolaris source browser:

http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/which/which.csh

On line 18 I see it does:

if ( -r ~/.cshrc && -f ~/.cshrc ) source ~/.cshrc


Could lead to confusion if user A does not even have a .cshrc and user B 
has one.

Something in the .cshrc (or other scripts referenced from there) could 
be the source of the "`tty`: Ambiguous" noise in the output.

Tim






More information about the build-infra-dev mailing list