Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Bruce Korb
Hi Ralf, I used: ../configure && make && make install and that installed it to /usr/local/lib. However, /usr/local/lib, despite being in /etc/ld.so.conf, it was not in ld.so.cache. re-running ldconfig did the trick. I've had /usr/local/lib in the cache for years now, so I don't know how it wen

Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Ralf Wildenhues
Hi Bruce, * Bruce Korb wrote on Fri, Mar 19, 2010 at 05:22:15PM CET: > On Fri, Mar 19, 2010 at 9:12 AM, Richard Guenther wrote: > > On Fri, Mar 19, 2010 at 5:02 PM, Bruce Korb wrote: > >> What does this message really mean? > >> i.e. What should I do about it? > > > > run ldconfig or use binaries

Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Ctalk Project
86_64-unknown-linux- gnu/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/old-home/gnu/proj/gcc-bld/_bld' make[1]: *** [stage1-bu

Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Bruce Korb
Hi Richard, On Fri, Mar 19, 2010 at 9:12 AM, Richard Guenther wrote: > On Fri, Mar 19, 2010 at 5:02 PM, Bruce Korb wrote: >> Hi, >> >> What does this message really mean? >> i.e. What should I do about it? > > run ldconfig or use binaries from > http://download.opensuse.org/repositories/devel:/g

Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Dave Korn
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

Re: error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Richard Guenther
gt;> | #define PACKAGE_NAME "GNU C Runtime Library" >> | #define PACKAGE_TARNAME "libgcc" >> | #define PACKAGE_VERSION "1.0" >> | #define PACKAGE_STRING "GNU C Runtime Library 1.0" >> | #define PACKAGE_BUGREPORT "" >&g

error: cannot compute suffix of object files: cannot compile

2010-03-19 Thread Bruce Korb
checking for suffix of object files... configure: \ > error: in `/old-home/gnu/proj/gcc-bld/_bld/x86_64-unknown-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > make[2]: *** [configure-stage