My Experience

Поиск
Список
Период
Сортировка
От haglin@theory.CS.Mankato.MSUS.EDU
Тема My Experience
Дата
Msg-id 199906152008.PAA02598@theory.CS.Mankato.MSUS.EDU
обсуждение исходный текст
Список pgsql-ports
Hello,

I'd like to report my experience with trying to install PostgreSQL on
my machine.  The particulars are:

         The version of Postgres is v6.5

         My operating system is IBM AiX 4.3.2

         My hardware is RS/6000 43P Model 260 with one CPU

         Did you compile, install and run the regression tests cleanly?

                  No.  No.  No.  No.


I am using the egcs-2.91.66 compiler, and I tried building with the
following ./configure command:

% ./configure --prefix=/usr/local --with-debug --with-template=aix_gcc \
        --with-perl --with-odbc --with-tcl --with-x

The error messages I got from the build process are attached below.

I will likely go with MySQL since I was able to cleanly build that product
on my system.

--
David J. Haglin               Minnesota State University in Mankato
P.O. Box 8400                 David.Haglin@mankato.msus.edu
Mankato, MN 56002-8400        http://theory.cs.mankato.msus.edu/~haglin
Voice: (507) 389-5306         Fax:  (507) 389-6376
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% tail -25 make.log
make -C port all
make[2]: Entering directory `/usr/src/postgresl-6.5/src/backend/port'
gcc -I../../include -I../../backend   -fsigned-chars -Wall -Wmissing-prototypes -D HAVE_INT_8_16_32 -I..   -c
dynloader.c-o dynloader.o 
In file included from ../../include/postgres.h:42,
                 from dynloader.c:15:
../../include/c.h:169: warning: redefinition of `int8'
/usr/include/sys/inttypes.h:606: warning: `int8' previously declared here
../../include/c.h:170: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:607: warning: `int16' previously declared here
../../include/c.h:171: warning: redefinition of `int32'
/usr/include/sys/inttypes.h:608: warning: `int32' previously declared here
dynloader.c: In function `dlopen':
dynloader.c:192: warning: suggest parentheses around assignment used as truth value
dynloader.c:204: warning: suggest parentheses around assignment used as truth value
gcc -I../../include -I../../backend   -fsigned-chars -Wall -Wmissing-prototypes -D HAVE_INT_8_16_32 -I..   -c isinf.c
-oisinf.o 
isinf.c: In function `isinf':
isinf.c:62: `FP_PLUS_INF' undeclared (first use in this function)
isinf.c:62: (Each undeclared identifier is reported only once
isinf.c:62: for each function it appears in.)
isinf.c:64: `FP_MINUS_INF' undeclared (first use in this function)
make[2]: *** [isinf.o] Error 1
make[2]: Leaving directory `/usr/src/postgresl-6.5/src/backend/port'
make[1]: *** [port.dir] Error 2
make[1]: Leaving directory `/usr/src/postgresl-6.5/src/backend'
make: *** [all] Error 2

В списке pgsql-ports по дате отправления:

Предыдущее
От: Alex Howansky
Дата:
Сообщение: Compile problems with 6.5 on RedHat 6.0 2.2.10
Следующее
От: Dirk Myers
Дата:
Сообщение: Regression Tests on FreeBSD 3.2-STABLE?