i want to install gcc, binutils, and glibc in my home dir because i'm
not allowed root access on a demo machine i'm developing for. my issue
is that since i'm installing all this stuff in my home dir, how can i
make sure that when i'm compiling programs, that they are being linked
to the proper libs instead of the old ones in the normal places (/lib/
and /usr/lib/)?
thanks for the help.