- Package:
- gcc-snapshot
- Source:
- gcc-snapshot
- Description:
- SNAPSHOT of the GNU Compiler Collection
- Submitter:
- Mathieu Malaterre
- Date:
- 2023-02-24 15:27:04 UTC
- Severity:
- normal
on riscv64, here is what I see:
$ cat /tmp/bla.c
int main() {}
$ /usr/lib/gcc-snapshot/bin/gcc /tmp/bla.c
/usr/bin/ld: cannot find -lgcc_s: No such file or directory
collect2: error: ld returned 1 exit status
Thanks