We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 32 - Don't use dlcompat on Intel Macs...
Summary: Don't use dlcompat on Intel Macs...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: loadso (show other bugs)
Version: HG 1.2
Hardware: PowerPC Mac OS X (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 17:59 UTC by Ryan C. Gordon
Modified: 2006-01-30 01:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2006-01-04 17:59:16 UTC
Intel Macs ship with 10.4 as a minimum, which means dlopen(), etc are all guaranteed to be provided by the OS, so we don't need to use dlcompat there.

--ryan.
Comment 1 Ryan C. Gordon 2006-01-10 15:40:40 UTC
I accidentally committed this to CVS the other day...have to verify it actually works, though.

--ryan.

Comment 2 Ryan C. Gordon 2006-01-27 11:23:09 UTC
Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL.

--ryan.

Comment 3 Ryan C. Gordon 2006-01-30 01:20:22 UTC
Tested, and it works, so I'm flagging this one resolved.

--ryan.