kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx> writes: > I discovered this accidentally. I do not know why gcc is picking up > things from /usr/ccs/bin even though it is not included in $PATH, > $LD_LIBRARY_PATH etc., Any idea on how to override the default > behavior? There are various ways to tell gcc which linker to use, such as using the -B option or setting the environment variable COMPILER_PATH. Ian