Hi ! I'm compiling (really trying) postgresql 6.5.2 on a Sun with sunos 5.5.1, I have run the configure scripts with the next options: ./configure --prefix=/export/home/moises/psql --with-ODBC --with-CC=/usr/local/bin/gcc --with-CXX=/usr/local/bin/g++ and then i do 'make', after some binaries appear the next error message: -------------------------------------------------------------- /usr/local/bin/g++ -I../../backend -I../../include -I../../interfaces/libpq -I../../include -I../../backend -Wall -Wmissing-prototypes -fPIC -c pgconnection.cc -o pgconnection.o In file included from pgconnection.cc:20: pgconnection.h:27: string: No such file or directory make[2]: *** [pgconnection.o] Error 1 make[2]: Leaving directory `/export/home/moises/src/postgresql-6.5.2/src/interfaces/libpq++' make[1]: *** [all] Error 2 make[1]: Leaving directory `/export/home/moises/src/postgresql-6.5.2/src/interfaces' make: *** [all] Error 2 -------------------------------------------------------------- I think there is an configutation problem, but i don't know what is it. Can somebody help me? Thanks Moises ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ************