Re: problem building gcc-4.3 snapshot in home dir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux