Re: dlsym(...) and Intel Macs
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Damien Sorresso Macintosh Developer Computer Infrastructure Support Services Illinois State University damien.sorresso@ilstu.edu _______________________________________________ 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... This email sent to site_archiver@lists.apple.com Turns out that gcc 4.0 was setting all symbols to `private extern' by default and hiding the exported symbols. So be weary of the "Symbols Hidden by Default" build option. I'm guessing that the PowerPC side would've broken if compiled with gcc 4.0 as well. -- smime.p7s PGP.sig
participants (1)
-
Damien Sorresso