| Summary: | SDL can't link libstdc++.r4 on x86_64 Haiku Nightly pre-alpha R5 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vitaly Novichkov <admin> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Haiku | ||
|
Description
Vitaly Novichkov
2017-08-06 23:56:26 UTC
configure.in explicitly lists this file at the moment, but the correct solution that should work everywhere is if we can coerce the configure script to link the library with g++ instead of gcc and not mention libstdc++ at all, but only on Haiku. Not sure what needs to be done to make that happen. --ryan. > Not sure what needs to be done to make that happen. I couldn't coerce libtool to use g++; even when explicitly requested, it switches it out with gcc. Weird. I did a different workaround in https://hg.libsdl.org/SDL/rev/ab9d4689a439 and made sure it worked on both x86 and x86-64 Haiku releases, though, so this should be fixed now. --ryan. |