Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: adambillyard@googlemail.com Newsgroups: comp.sys.mac.programmer.help Subject: Adding Version Info to .so (aka .bundle) files Date: Thu, 9 Aug 2012 02:30:09 -0700 (PDT) Organization: http://groups.google.com Lines: 9 Message-ID: <41d7a4af-edd5-4f5d-9f83-7b70c091c4fd@googlegroups.com> NNTP-Posting-Host: 92.153.193.76 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1344504609 1590 127.0.0.1 (9 Aug 2012 09:30:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 9 Aug 2012 09:30:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.153.193.76; posting-account=Uo0tpQoAAACNwizE47KVmz33KtocSc_C User-Agent: G2/1.0 Xref: csiph.com comp.sys.mac.programmer.help:149 When I look at crash logs, all the other loaded libraries have X.Y.Z version numbers next to them, but my .so does not. I cannot find anywhere that shows how to add this info. NB This is NOT a plist question, this is a shared object in which I wish to embed version info. I've tried using -current_version on the link line but it just gives an error. Any ideas? I'm surprised how little information about building .bundle files there is around..