[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-30 Thread redi at gcc dot gnu dot org
--- Comment #8 from redi at gcc dot gnu dot org 2010-06-30 11:08 --- (In reply to comment #7) > > > I tried putting them in the gcc-4.5.0 directory and I tried installing > > > them > > > from my distro, but neither of these worked to fix the error. > > > > You need to rename them to j

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-30 Thread jbare7 at gmail dot com
--- Comment #7 from jbare7 at gmail dot com 2010-06-30 10:36 --- > > I tried putting them in the gcc-4.5.0 directory and I tried installing them > > from my distro, but neither of these worked to fix the error. > > You need to rename them to just "gmp" instead of "gmp-4.3.2" etc. I tr

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread redi at gcc dot gnu dot org
--- Comment #6 from redi at gcc dot gnu dot org 2010-06-29 19:00 --- (In reply to comment #5) > Or if you install from your distro you need the development packages, for gmp ^ that should say "for Ubuntu" not "for gmp" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44714

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread redi at gcc dot gnu dot org
--- Comment #5 from redi at gcc dot gnu dot org 2010-06-29 18:43 --- (In reply to comment #3) > > > sudo make > > > > There's no need to build as root. > > If I don"t build as root I get errors with removing certain files due to lack > of permissions for some reason. That's because yo

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread jbare7 at gmail dot com
--- Comment #4 from jbare7 at gmail dot com 2010-06-29 18:29 --- (In reply to comment #2) > also, please check whether this is the same issue as Bug 43819 (did you search > for existing bugs with "cannot compute suffix" before entering a bug?) > > It's likely you need to set LD_LIBRARY_

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread jbare7 at gmail dot com
--- Comment #3 from jbare7 at gmail dot com 2010-06-29 18:23 --- > > sudo make > > There's no need to build as root. If I don"t build as root I get errors with removing certain files due to lack of permissions for some reason. > > Then I found out I needed GMP, MPFR, and MPC installed

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread redi at gcc dot gnu dot org
--- Comment #2 from redi at gcc dot gnu dot org 2010-06-29 15:20 --- also, please check whether this is the same issue as Bug 43819 (did you search for existing bugs with "cannot compute suffix" before entering a bug?) It's likely you need to set LD_LIBRARY_PATH so that libgmp etc can b

[Bug bootstrap/44714] libgcc configure: error: cannot compute suffix of object files

2010-06-29 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2010-06-29 15:09 --- (In reply to comment #0) > sudo make There's no need to build as root. > Then I found out I needed GMP, MPFR, and MPC installed. I downloaded the > packages to my desktop and built and installed them, several times si