| Summary: | SDL_image fails to find jpeg lib with cygwin and mingw64 | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Martin Gerhardy <martin.gerhardy> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | hart3778avery, icculus |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
|
Description
Martin Gerhardy
2013-08-10 08:21:44 UTC
This -XCClinker flag comes from the SDL2 flags. SDL2 flags should not be needed to check for jpeg btw. this -XCClinker flag is also removed for mingw64 when cross compiling from linux - see my mxe package at https://github.com/mxe/mxe/blob/master/src/sdl2.mk. The option is unknown there, too. I've changed the component from SDL_image to SDL - because it's more of a bug of SDL itself imo. Yeah, I'm also wondering why is this -XCClinker flag necessary. http://webtrafficgeeks.org |