Errors in Postgres

From: System Administrator <master(at)math(dot)kgu(dot)krasnoyarsk(dot)su>
To: vadim(at)krs(dot)ru, maillist(at)candle(dot)pha(dot)pa(dot)us, pgsql-interfaces(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Errors in Postgres
Date: 1999-10-25 02:10:19
Message-ID: 3813BC0B.DE77B592@math.kgu.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

Hi !

I found some errors in pgsql.
1.

----
# ./configure --with-template=solaris_sparc_gcc --enable-hba --with-perl
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.5.1
checking echo setting...
checking setting template to... solaris_sparc_gcc
checking setting USE_LOCALE... disabled
checking setting CYR_RECODE... disabled
checking setting MULTIBYTE... disabled
checking setting DEF_PGPORT... 5432
checking setting DEF_MAXBACKENDS... 32
checking setting USE_TCL... disabled
checking setting USE_PERL... enabled
checking setting USE_ODBC... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
- setting CPPFLAGS=
- setting LDFLAGS=
checking for c++... c++
checking whether the C++ compiler (c++ ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.
#
----

2. If I try it with additional option "--with-CXX=/usr/local/bin/gcc"
and then type "gmake all" - in some time I get following :

----
gmake -C libpq++ all
gmake[2]: Entering directory
`/var/adm/files/postgresql-6.5.2/src/interfaces/libpq++'
/usr/local/bin/gcc -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:24: string: No such file or directory
gmake[2]: *** [pgconnection.o] Error 1
gmake[2]: Leaving directory
`/var/adm/files/postgresql-6.5.2/src/interfaces/libpq++'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/var/adm/files/postgresql-6.5.2/src/interfaces'
gmake: *** [all] Error 2
#
----

In this pgconnection.h line 24 I found :
#include <string>
Maybe there must be
#include <string.h>
??

What is wrong ?

Postgres 6.5.2 was being compiled on SUN SPARCstation 5, under Solaris 2.5.1.
All necessary utilities have been installed: gcc 2.8.1, gmake 3.76.1, flex
2.5.4a.
Also perl5 4.004 was installed.

Look forward to hearing from you soon.

Oleg

Browse pgsql-general by date

  From Date Subject
Next Message System Administrator 1999-10-25 02:10:57 Errors in Postgres
Previous Message System Administrator 1999-10-25 02:09:39 Errors in Postgres

Browse pgsql-interfaces by date

  From Date Subject
Next Message System Administrator 1999-10-25 02:10:57 Errors in Postgres
Previous Message System Administrator 1999-10-25 02:09:39 Errors in Postgres