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

Summary: Don't use dlcompat on Intel Macs...
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: loadsoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: PowerPC   
OS: Mac OS X (All)   

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.