Hello, I can create a database and gave worked with my template1 database. Now, I want to test the LIBPQ interface with testclib.c. I can compile and run c/c++ programs, start the postmaster, and use psql successfully. Question: when I want to compile the testclib.c program( I made sure my header files in the program were in the correct place and were referred to correctly) with my command line: gcc testclib.c -I/usr/include/pgsql -L/usr/include/pgsql/lib -o project I get the errors(for each database connection function in LIBPQ) : /tmp/cca003001.o(.text+02xf1):undefined reference PQExec and so forth for all the functions. Do I need to link any libraries, and if so what should I look for and how should I do this? Any suggestions? Thanks M. Perkowski
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера