more info on G_INLINE_FUNC problem on OS X
Jeshua Lacock
jeshua at OpenOSX.com
Sun Nov 11 01:22:00 EST 2007
On Nov 10, 2007, at 5:39 PM, David Reiser wrote:
>> dyld: lazy symbol binding failed: Symbol not found: _mark_split
>> Referenced from: /sw/lib/gnucash/libgncmod-engine.dylib
>> Expected in: dynamic lookup
Do you have _mark_split somewhere? Eg grep for it in your libraries:
grep -r _mark_split /path/to/lib
(if split is installed somewhere else grep there)
Once you find a candidate run nm on it to see if it is defined:
nm /path/to/lib/lib.dylib | grep _mark_split
If you have a 'U' (and no address) then the symbol is not actually
defined...
Regards,
Jeshua Lacock, Owner
<http://OpenOSX.com>
phone: 877.240.1364
More information about the gnucash-devel
mailing list