Dear all :
help me please :
I compile my c++ program to connect Postgres Sql with command line :
c++ -I /usr/local/pgsql/include -L /usr/local/pgsql/lib -lecpg -lpq -g -o capek.cgi capek.cc
and I ve got eror
" Segmentation fault (core dumped) "
could any body tell me what happen ..
Zudi Iswanto