Right, Removing the trailing column solves my problem. I didn't even see
the trailing column! I will correct my sripts. I am so sorry for disturbing
this list with such a trivial problem. Anyway I leaned something about gcc.
Thanks for your help.
Ian Lance Taylor wrote:
Richard Lemieux <rlemieu@xxxxxxxxxxxxx> writes:
LD_LIBRARY_PATH=/usr/X11/lib:/opt/gcc/lib:
LIBRARY_PATH=/usr/X11/lib:
A trailing colon on a PATH environment variable adds the empty string
to the path, which winds up being the current directory. You don't
need those trailing colons; remove them.
Ian