Re: [HACKERS] ECPG eror ...

2001-08-01 Thread Michael Meskes
On Wed, Aug 01, 2001 at 05:12:25PM +0700, Zudi Iswanto wrote: > 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) "

[HACKERS] ECPG eror ...

2001-08-01 Thread Zudi Iswanto
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