On Tue, Apr 08, 2008 at 08:19:30AM +0200, Andreas Barth wrote: > xulrunner FTBFS on armel with:
It's due to mozilla* usage of -fshort-wchar. with gcc-4.3 ld has become unwilling to mix -fshort-wchar (mozilla) and normal unsigned int wchar_t code (rest of arm eabi userland). configure:10281: checking for iconv in -lc configure:10303: c++ -o conftest -fshort-wchar -pthread -Wl,--as-needed conftest.C -lc -ldl -lm 1>&5 /usr/bin/ld: ERROR: /tmp/ccAhgliI.o: Conflicting definitions of wchar_t /usr/bin/ld: failed to merge target specific data of file /tmp/ccAhgliI.o It's been discussed under #474281 (different package, same bug) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

