On 28.11.2011 09:56, Jürgen Schmidt wrote:
On 11/26/11 4:33 PM, Ariel Constenla-Haile wrote:
Hi Mathias,
On Sat, Nov 26, 2011 at 03:56:20PM +0100, Mathias Bauer wrote:
Hi,
are there any recent changes in our build system that haven't been
done for unxlngx6 in solenv/inc/gbuild?
When I try to build, comphelper can't link. There are so many
symbols missing so that I assume that the libraries are just not
found. I remember some changes around library postfix/prefix stuff.
Perhaps unxlngx6 was forgotten in gbuild?!
no, the issues where found there, and fixed on 25/sept rev. 1175305
http://svn.apache.org/viewvc?view=revision&revision=1175305
I'm building on Fedora 64 bits without any problems.
Ive read others were building in Ubuntu without troubles.
So no idea what can be your problem, may be you can post the log with
the errors
check your linker, we had the same problem and André figured out that
the linker caused this problem.
Credit for this goes to Herbert (hdu)
-Andre
Your linker should point to ld.gold (binutils-gold)
/usr/bin/ld -> ld.gold
Juergen