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: Is it really possible to install gcc using prerequisites are installed in non standard directories.


On 10 May 2013 14:03, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 10 May 2013 13:46, Allan Kamau wrote:
> The solution is to set
> LD_LIBRARY_PATH=/home/somebody/apps/gcc/gmp-blah/lib:/home/somebody/apps/gcc/mpfr-blah/lib:/home/somebody/apps/gcc/mpc-blah/lib
> in your environment, both when building GCC and when using it after
> it's installed, but life would be much easier if you followed the
> advice at http://gcc.gnu.org/wiki/InstallinGCC

Oops, typo, that should be http://gcc.gnu.org/wiki/InstallingGCC


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