On Mon, Sep 17, 2012 at 2:00 PM, Gerald Pfeifer <ger...@pfeifer.com> wrote: > On Mon, 17 Sep 2012, Ian Lance Taylor wrote: >> Please let me know about any build problems. > > i386-unknown-freebsd10.0 now fails as follows. Others presumably > have not run into this since "This source file is compiled if the > unwind library is not available".
While this should be fixed now, note that it should only arise if i386-unknown-freebsd10.0 does not use ELF. If this is an ELF based system, then we need to discover why it was not recognized as such. What is the output of awk -f SRCDIR/libbacktrace/filetype.awk foo.o for some ELF foo.o file? Ian