| Summary: | static linking in windows causes _allmul to break | ||
|---|---|---|---|
| Product: | SDL | Reporter: | zeromus |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | muf |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
| See Also: | http://bugzilla.libsdl.org/show_bug.cgi?id=1846 | ||
|
Description
zeromus
2012-10-10 11:59:01 UTC
Can this please be merged ASAP? I just spent a day trying to figure this out before finding this bugzilla entry. I was not pleased to see there's been a fix since last October, that still hasn't been merged. I can confirm the proposed changes fix the problem, although to get rid of compiler warnings I had to comment the following lines: #define HAVE_STRTOLL 1 #define HAVE_SSCANF 1 #define HAVE_COPYSIGN 1 #define HAVE_SCALBN 1 |