Skip to content

Conversation

@SRombauts
Copy link
Owner

Newer MinGW versions (e.g., GCC 15.2.0) don't provide libssp library, causing linker errors when building examples. This change makes the linking conditional by checking if the library exists before attempting to link it.

Fixes GitHub Actions 'Windows Latest MinGW' build failure:

  • cannot find -lssp: No such file or directory

Newer MinGW versions (e.g., GCC 15.2.0) don't provide libssp library,
causing linker errors when building examples. This change makes the
linking conditional by checking if the library exists before attempting
to link it.

Fixes GitHub Actions 'Windows Latest MinGW' build failure:
- cannot find -lssp: No such file or directory
@SRombauts SRombauts self-assigned this Dec 5, 2025
@SRombauts SRombauts merged commit f558e8b into master Dec 5, 2025
32 of 34 checks passed
@SRombauts SRombauts deleted the fix-mingw-libssp-linking branch December 5, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants