| Summary: | linking errors and undefined references when cross-compiling with mxe | ||
|---|---|---|---|
| Product: | SDL | Reporter: | niek <nieknooijens> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.1 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
|
Description
niek
2014-02-14 14:52:52 UTC
I tried again yesterday but this time I linked SDL dynamically in stead of statically, then the problem went away and portaudio started spamming errors, apparently portaudio and SDL don't like each other. According to MSDN these link errors will be resolved if you link with version.lib. I'm not sure what that corresponds to in your build environment, but I don't think it's a conflict with portaudio. Cheers! |