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 2028

Summary: SDL_mixer failed to find libs and headers with cygwin and mingw64
Product: SDL_mixer Reporter: Martin Gerhardy <martin.gerhardy>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Windows (All)   

Description Martin Gerhardy 2013-08-10 08:08:30 UTC
SDL_mixer is not able to find ogg/vorbis and all the other libs in cygwin.

The flag -mno-cygwin produces an error in mingw64-gcc about an unknown commandline option. And instead of ignoring this unknown commandline option, gcc returns an error code.

My temporary fix was to edit the configure script and remove the -mno-cygwin command line option. And see... it works.
Comment 1 Martin Gerhardy 2013-08-10 08:21:49 UTC
Talking about hg revision from 10th Aug