https://bugs.freedesktop.org/show_bug.cgi?id=67688

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #4 from Julien Nabet <[email protected]> ---
Thorsten: reading about
http://stackoverflow.com/questions/1440456/static-libraries-in-version-cross-compiled-program,
could it be a building issue?
quotation:
"
The reason for the dyld 0×80000022 error can be that, you are linking on OS X
10.6, and OS X 10.6 will use a load command (LC_DYLD_INFO_ONLY = 0×80000022)
that OS X 10.5 does not understand.

To fix this, make sure you are using a deployment target by setting the
environment variable just before your link command:

export MACOSX_DEPLOYMENT_TARGET=10.5
"
...
"
In addition to the compiler flags above, you should add:

-no_compact_linkedit

It is described here:

http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/ld.1.html

where it says:

    Normally when targeting Mac OS X 10.6, the linker will generate compact
information in the __LINKEDIT segment. This option causes the linker to instead
produce traditional relocation information. 
"

(put it at NEW since 2 people describe the same problem)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to