p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

/usr/bin/ld: cannot find -lprofiler #40

Closed Karthikdasari0423 closed 11 months ago

Karthikdasari0423 commented 11 months ago

tried to build and facing below error

[ 52%] Linking C executable picoquicdemo
/usr/bin/ld: cannot find -lprofiler: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/picoquicdemo.dir/build.make:124: picoquicdemo] Error 1
make[1]: *** [CMakeFiles/Makefile2:147: CMakeFiles/picoquicdemo.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Karthikdasari0423 commented 11 months ago

install libgoogle-perftools-dev