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