Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. gcc version 8.3.0 (Ubuntu 8.3.0-23ubuntu2)
  2. rnikolai@rnikolai-Zen:~$ cd ./repustate-api/src/
  3. rnikolai@rnikolai-Zen:~/repustate-api/src$ go build repustate.go
  4. # command-line-arguments
  5. /usr/bin/ld: /tmp/go-link-393970959/000046.o: in function `unixDlOpen':
  6. /home/rnikolai/go/pkg/mod/github.com/mattn/go-sqlite3@v2.0.1+incompatible/sqlite3-binding.c:39084: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  7. /usr/bin/ld: /tmp/go-link-393970959/000022.o: in function `mygetgrouplist':
  8. /workdir/go/src/os/user/getgrouplist_unix.go:16: warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  9. /usr/bin/ld: /tmp/go-link-393970959/000021.o: in function `mygetgrgid_r':
  10. /workdir/go/src/os/user/cgo_lookup_unix.go:38: warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  11. /usr/bin/ld: /tmp/go-link-393970959/000021.o: in function `mygetgrnam_r':
  12. /workdir/go/src/os/user/cgo_lookup_unix.go:43: warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  13. /usr/bin/ld: /tmp/go-link-393970959/000021.o: in function `mygetpwnam_r':
  14. /workdir/go/src/os/user/cgo_lookup_unix.go:33: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  15. /usr/bin/ld: /tmp/go-link-393970959/000021.o: in function `mygetpwuid_r':
  16. /workdir/go/src/os/user/cgo_lookup_unix.go:28: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  17. /usr/bin/ld: /tmp/go-link-393970959/000004.o: in function `_cgo_26061493d47f_C2func_getaddrinfo':
  18. /tmp/go-build/cgo-gcc-prolog:58: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement