I am trying to build the compiler suite to test the two patches Steve Kargl posted. But I run into a problem with the mpfr and mpc libraries: the linker claims it cannot find them.
I checked this, in fist instance they were not present in the location they were assumed to be, but I had copies from an earlier build, so I copied them into the location indicated by the -L option. That does not help though: same error messages. How do I solve this? Regards, Arjen