[gccsdk] [GCCSDK commit] peter - r4057 - trunk/autobuilder/games/wesnoth
Peter Naulls
peter at chocky.org
Fri Aug 28 08:53:50 PDT 2009
alan buckley wrote:
>> On Mon, 24 Aug 2009 18:22:38 -0700 Peter Naulls wrote:
>
> The new version of wesnoth is using libpango and that
> appears to need dynamic libraries. I can't see any
> flags in the libpango library to stop this. Can you?
Almost all the libraries should have both dynamic and static versions.
> If there is no way to prevent this, my compile is
> complaining that it is unable to find -ldl. Any idea
> how to fix this?
>
> The only copy of libdl.so I have on my machine is in
> /home/riscos/cross/arm-unknown-riscos/lib.
We do actually have a dummy, static libdl, which was
added recently, but looks like you didn't build it yet.
From gcc4 directory, you may care to try:
svn up
./build-it -r
Which is a short cut over build-world. In any case,
the pango/fontconfig requirement may cause it to not
work at all, at least in their present form. There
still isn't a solution for this.
More information about the gcc
mailing list