site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com -Ethan _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... If so, how can I force all my symbols to be external/dynamic Doing a little more research, on linux there's a -rdynamic gcc flag which puts all symbols in the dynamic section of the executable... its usage is explicitly suggested on the backtrace man page so that backtrace_symbols (and dladdr) can do lookups. Unfortunately, there doesn't appear to be -rdynamic for the Mac version of gcc... :-/ This email sent to site_archiver@lists.apple.com