PostgreSQL failed to compile

From: Philippe Lefevre <ph(dot)lefevre(at)wanadoo(dot)fr>
To: pgsql-ports(at)postgresql(dot)org
Subject: PostgreSQL failed to compile
Date: 1999-03-20 22:24:43
Message-ID: 36F4202A.18EC2734@wanadoo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to pgsql-ports(at)postgresql(dot)org(dot)

To report any other bug, fill out the form below and e-mail it to
pgsql-bugs(at)postgresql(dot)org(dot)

If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-patches(at)postgresql(dot)org instead. Please use the
command "diff -c" to generate the patch.

You may also enter a bug report at http://www.postgresql.org/ instead of
e-mail-ing this form.

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Philippe LEFEVRE
Your email address : ph(dot)lefevre(at)wanadoo(dot)fr

System Configuration
---------------------
Architecture (example: Intel Pentium) : Pentium 100

Operating System (example: Linux 2.0.26 ELF) : RedHat 5.1 kernel
2.0.34

PostgreSQL version (example: PostgreSQL-6.4) : PostgreSQL-6.4

Compiler used (example: gcc 2.8.0) : gcc 2.7.2.3-11
: egcs 1.0.2-8
: egcs-c++ 1.0.2-8

Please enter a FULL description of your problem:
------------------------------------------------

1) doing: ./configure --prefix=/u/postgres/pgsql --with-tcl --with-odbc
--enable-locale is OK

2) doing: make all I've got the following

gmake[2]: Entering directory
`/usr/src/postgresql-v6.4/src/interfaces/libpq++'
c++ -I../../backend -I../../include -I../../interfaces/libpq
-I../../include -I
../../backend -O2 -Wall -Wmissing-prototypes -fpic -c pgenv.cc -o
pgenv.o
In file included from pgenv.cc:23:
pgenv.h:21: string: Aucun fichier ou répertoire de ce type.
gmake[2]: *** [pgenv.o] Error 1

PS: "Aucun fichier ou répertoire de ce type" means no such file or
directory

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------

Second step of an install from scratch.

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

Sorry it seems that a file is missing !

Thanks for your help !

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-03-21 15:52:21 Port Bug Report: cannot install due to file not found
Previous Message Unprivileged user 1999-03-20 13:53:46 Port Bug Report: lo_import crash the backend. And there is obviously problems in large objects support.