Hi, I am facing following linker error: undefined reference to `grpc::Timepoint2Timespec(std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > > const&, gpr_timespec*)' collect2: error: ld returned 1 exit status
Previously it was working fine when my code was on following version of Linux: Linux 2.6.32-504.63.3.el6.x86_64 Then I moved my code to another machine, where I started facing the linker error. Linux version of new machine: Linux 3.10.0-514.26.2.el7.x86_64 Any idea if there is any difference in behavior of CMake on these 2 versions of Linux? Thank you in advance!! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9c47a973-c791-494b-94fc-3159ff227670%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
