You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run: go build /home/uber/gocode/src/github.com/devsisters/goquic/example/server.go
I get the following:
github.com/devsisters/goquic
./lib/linux_amd64/libquic.a(logging.cc.o): In function logging::(anonymous namespace)::TickCount()': ./libquic/build/debug/../../src/base/logging.cc:150: undefined reference toclock_gettime'
./lib/linux_amd64/libquic.a(time_posix.cc.o): In function (anonymous namespace)::ClockNow(int)': ./libquic/build/debug/../../src/base/time/time_posix.cc:98: undefined reference toclock_gettime'
collect2: error: ld returned 1 exit status
Thanks in advance,
Rajesh
The text was updated successfully, but these errors were encountered:
When i run: go build /home/uber/gocode/src/github.com/devsisters/goquic/example/server.go
I get the following:
github.com/devsisters/goquic
./lib/linux_amd64/libquic.a(logging.cc.o): In function
logging::(anonymous namespace)::TickCount()': ./libquic/build/debug/../../src/base/logging.cc:150: undefined reference to
clock_gettime'./lib/linux_amd64/libquic.a(time_posix.cc.o): In function
(anonymous namespace)::ClockNow(int)': ./libquic/build/debug/../../src/base/time/time_posix.cc:98: undefined reference to
clock_gettime'collect2: error: ld returned 1 exit status
Thanks in advance,
Rajesh
The text was updated successfully, but these errors were encountered: