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

-lprofiler #10

Closed sanaasif closed 4 years ago

sanaasif commented 4 years ago

getting an error of 'cant find -lprofiler' when trying to make pquic

mpiraux commented 4 years ago

I think -lprofiler is part of gperftools. Did you install that lib ? I thinks its either libgoogle-perftools-dev or gperftools.

mpiraux commented 4 years ago

I'm closing this as no further assistance seems to be required. Don't hesitate to reopen the issue if it's not solved.

zyx16 commented 3 years ago

I solved the problem by installing libgoogle-perftools-dev.