compiler-explorer / compiler-explorer/compiler-explorer
GCC 6.3 fails to link 32bit binaries
Open
compiler-issue
lang-c++
Status: triaged
- Dominant language
- TypeScript
- Stars
- 19.1k
- Forks
- 2.1k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 67
Description
E.g. https://godbolt.org/g/86nUhZ - fails with missing libraries:
```
/opt/compiler-explorer/gcc-6.3.0/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../x86_64-linux-gnu/bin/ld: cannot find -lm
Compiler exited with result code 1
```
Contributor guide
Assessment
This issue has not been assessed yet.