This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem building gcc-4.3 snapshot in home dir


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]