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 ....pgconnection.o pgconnection.cc.., we get then
following error :

    pgconnection.h:86 ISO C++ forbids declaration of strings "with no
type".


Any helps would be appreciated.
Thanx
Serge and hubert


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to