[clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Alexey Shuvaev
Hello list! I have decided that clang in mature enough to give it a try on a main desktop. Everything is working fine except OpenOffice. The problem was already reported [1] and even analyzed [2]. Although the OP has reported [3] that since r218915 he has no problems anymore, I still have :(

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Dimitry Andric
On 2011-07-27 12:19, Alexey Shuvaev wrote: ... So, if I compile the whole world (and kernel) with clang, soffice.bin dumps core. If I recompile the world with gcc and replace /lib/libgcc_s.so.1 with the new one, OpenOffice works fine again. Hmm, OpenOffice is a rather unwieldy testcase, not in

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Chris Rees
On 27 July 2011 19:12, Dimitry Andric d...@freebsd.org wrote: On 2011-07-27 12:19, Alexey Shuvaev wrote: ... So, if I compile the whole world (and kernel) with clang, soffice.bin dumps core. If I recompile the world with gcc and replace /lib/libgcc_s.so.1 with the new one, OpenOffice works

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Chris Rees
On 27 July 2011 19:18, Chris Rees cr...@freebsd.org wrote: On 27 July 2011 19:12, Dimitry Andric d...@freebsd.org wrote: On 2011-07-27 12:19, Alexey Shuvaev wrote: ... So, if I compile the whole world (and kernel) with clang, soffice.bin dumps core. If I recompile the world with gcc and

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Renato Botelho
On Wed, Jul 27, 2011 at 7:19 AM, Alexey Shuvaev shuv...@physik.uni-wuerzburg.de wrote: Hello list! I have decided that clang in mature enough to give it a try on a main desktop. Everything is working fine except OpenOffice. The problem was already reported [1] and even analyzed [2]. Although