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 - SDL_mixer failed to find libs and headers with cygwin and mingw64
Summary: SDL_mixer failed to find libs and headers with cygwin and mingw64
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Windows (All)
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 08:08 UTC by Martin Gerhardy
Modified: 2013-08-10 08:21 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 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