GCC version 15.2.0 dynamic Linking is Broken
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 3.3k
- Forks
- 446
- Avg merge
- 2h 16m
- Merged PRs (30d)
- 1
Description
The version which MSYS2 is default for gcc-toolchain v15.2.0 is have issues in compiling due to dynamic Libraries linking issue. MSYS2 should also provide option to switch to more stable version of gcc such as 13.2.0
because to compile with gcc-toolchain
v15.2.0
need to use -static linking in args
g++ -static {file} -o {output}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported GCC 15.2.0 dynamic-linking failure in MSYS2 using the supplied g++ command, then compare it with static linking and GCC 13.2.0. Determine whether the needed change belongs in this homepage repository or in the MSYS2 toolchain packaging; done means the failure is reproduced and a specific fix or stable-version option is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100