Translate ld error

This commit is contained in:
Alexandre Iooss 2020-10-03 21:19:57 +02:00
parent fd07556963
commit 58e0473f42
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ then srtgo package is unable to build.
```bash
~/ghostream$ go run main.go
# github.com/haivision/srtgo
/usr/bin/ld : ne peut trouver -lsrt
/usr/bin/ld : ne peut trouver -lsrt
/usr/bin/ld : ne peut trouver -lsrt
/usr/bin/ld: cannot find -lsrt
/usr/bin/ld: cannot find -lsrt
/usr/bin/ld: cannot find -lsrt
collect2: error: ld returned 1 exit status
```