On 19/03/2010 16:02, Bruce Korb wrote: > Hi, > > What does this message really mean?
What it really means is that configure couldn't get the compiler to work, it doesn't know why, but anyway that there was no object file created after it tried to invoke the compiler from which it could attempt to infer the object file suffix. > i.e. What should I do about it? Exactly what you are doing: look in config.log and see how it failed. > ld.so should be loading shared objects in /usr/local/lib, > and that is where libmpc.so lives, so what gives? Dunno, you'll have to reproduce and debug it. Does ldd tell you anything useful? Is there an rpath or prefix effect coming into play? cheers, DaveK