[Bug other/45760] GCC build fails: can't find MPC

2010-09-23 Thread redi at gcc dot gnu dot org
--- Comment #3 from redi at gcc dot gnu dot org 2010-09-23 14:08 --- GCC doesn't set runpaths in executables, this is intentional: http://gcc.gnu.org/faq.html#rpath If you don't want those support libs installed for their own sake and are only installing them for GCC to use, then a simp

[Bug other/45760] GCC build fails: can't find MPC

2010-09-23 Thread avi at unix dot sh
--- Comment #2 from avi at unix dot sh 2010-09-23 14:03 --- I was able to make it pass that stage explicitly setting the library path like this: gcc-build$ LD_LIBRARY_PATH=$HOME/OpenFOAM/lib make I found this was not related to MPC since I moved to 4.4.4 (pre-MPC version of GCC) and I

[Bug other/45760] GCC build fails: can't find MPC

2010-09-23 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2010-09-23 13:58 --- set LD_LIBRARY_PATH so the dynamic loader can find libmpc.so.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45760