On 22.11.2013 08:17, Pavel Janík wrote:
From where is -lc++ generated?
I forgot to mention that I do not use 4u sdk, but MacOSX10.5.sdk only.
The same issue later in module unoxml.
Looks like something somewhere is doing s/-lstdc++/-lc++/ ie. removing the
string std from the lib name. Hints?
Ah, now that you mention it:
Such a replacement is done if MACOSX_DEPLOYMENT_TARGET!=10.4. The
unxmacx.* target is for the 10.4 SDK, but the newer mac targets for more
recent SDKs use libc++ as their native STL.
So if you adjusted the check in main/RepositoryFixes.mk:50 to your use
of the 10.5 SDK instead of the intended 10.4 SDK then everything should
work again in your environment.
Hope that helps!
Herbert
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org