Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコマンドを使用して、gpsd のクライアント プログラムをコンパイルしようとしています。
g++ gpsClient.cpp -o gpsClient $(pkg-config --cflags --libs libgps)
ソースコードはそのように始まります
#include <libgpsmm>
エラーは次のとおりです。
Package libgpsmm was not found in the pkg-config search path.