2008年6月13日 星期五

libpq : include 和 library 的設定

在 shell 下輸入:pg_config --help ,會出現很多 option 可以選擇。

其中 --includedir 是 libpq C header的位置
而 --libdir 是 library的位置

在compile時,把 gcc -I (include dir) 和 -L (library dir) 的 path 設定正確,這樣才不會出現 undeclare 或是 undefined reference 的錯誤產生

參考資料 :
http://www.freebsd.org.hk/html/postgresql/libpq-chapter.htm

沒有留言: