Fixes a problem on Solaris where undefined functions that are listed as exported in the map file result in a link error. Also make sure we use our glob.c if the system is missing glob().
It is safe to assume getcwd() exists, we just need to handle broken ones.