https://bugzilla.balabit.com/show_bug.cgi?id=155 --- Comment #7 from Jack Nagel <jacknagel@gmail.com> 2013-08-25 22:18:29 --- (In reply to comment #5)
(In reply to comment #4)
The issue with this patch that --whole-archive is required, as ivykis is linked into an .so which needs to reexport _all_ symbols. If whole-archive is not specified, only the parts of ivykis that are directly referenced will be linked in.
Is there an alternative of --whole-archive in the darwin linker?
Not that I know of. Problem is that the Darwin linker is a 10+ years old BSD linker, missing these features. Most likely it doesn't support the --no-whole-archive functionality. At least a patch(http://people.freebsd.org/~peter/valgrind.diff) google found did just what my patch did.
I'm fairly certainly that darwin equivalent of "--[no-]whole-archive" is "-[no]all_load". -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.