| Summary: | configure --enable-shared=no does not work | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Intellectual Kitty <IntellectualKitty> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | hughmcl |
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Other | ||
|
Description
Intellectual Kitty
2016-08-26 21:18:27 UTC
I'm having a similar issue to this one now. Using SDL_ttf version 2.0.15. My application is set to use Static Libraries, everything compiles fine. When I try to run it I get an exception. If I copy the SDL2_ttf.dll to the runtime directory, then the program works. This means that somehow it's still needing the dynamic library even although it's supposed to be compiled as static. PS, i'm building a Windows .exe file and using Visual Studio 2019, with the /MT option. |