标签: g++ libpqxx
我想通过libpqxx(C ++)连接到postgresql
使用-lpq运行g ++时出现此错误:
[michael@michael cpp]$ g++ Store.cpp -lpqxx -std=c++11 -lpq /usr/bin/ld: cannot find -lpq collect2: error: ld returned 1 exit status
当我删除-lpq它运行良好并且正常工作时,我想知道为什么使用-lpq它不起作用以及如何修复它。