Miles Bader wrote: > I'm trying to build gcc for installing in my home directory. I've also > installed some of the gcc prerequisites (in particular, libgmp and > libmpfr) in my home dir, so I need to tell gcc to search $HOME/lib for > libraries. I think you're making this more complicated than it needs to be. You don't need to muck with BOOT_LDFLAGS or edit any Makefiles, simply "--with-gmp=$HOME --with-mpfr=$HOME", assuming that you configured both of those with --prefix=$HOME (as it would appear to be the case.) Brian