Re: [BUGS] share lib libpq++

2002-08-02 Thread Hubert Pérès
OK, the '--with-CXX' option does create the shared library libpq++ For the fpc problem, I tried to launch the Makefile directly in src, not in the normal way. But now, with CXX option, all is OK. Thanks, Hubert. Neil Conway a écrit : > On Fri, Jul 26, 2002 at 12:28:17PM +0200, serge.zangheri w

Re: [BUGS] share lib libpq++

2002-07-31 Thread Neil Conway
On Fri, Jul 26, 2002 at 12:28:17PM +0200, serge.zangheri wrote: > The automatic installation does not create lib/libpq++.so. Did you pass the '--with-CXX' option to configure? > In src/interfaces/libpq++, there is a Makefile which generates fpic > command directly (instead of gcc ... -fpic ...)

[BUGS] share lib libpq++

2002-07-29 Thread serge.zangheri
Hi, installation from postgres7.2.1.tar.gz. The automatic installation does not create lib/libpq++.so. In src/interfaces/libpq++, there is a Makefile which generates fpic command directly (instead of gcc ... -fpic ...) and of course the fpic command does not exist. Using gcc -fpic pgconnect