--- /usr/bin/gcc-config.old 2003-09-29 16:38:14.392333952 -0400 +++ /usr/bin/gcc-config 2003-09-29 16:39:47.308208592 -0400 @@ -177,15 +177,17 @@ if [ -z "${MY_LDPATH}" ] then - if [ -d "${LDPATH}" ] - then + # don't check to see if the directory exists + # it could be multiple paths seperated by ':' +# if [ -d "${LDPATH}" ] +# then MY_LDPATH="${LDPATH}" - fi +# fi else - if [ -d "${LDPATH}" ] - then +# if [ -d "${LDPATH}" ] +# then MY_LDPATH="${MY_LDPATH}:${LDPATH}" - fi +# fi fi fi done