Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5

Поиск
Список
Период
Сортировка
От Richard NAGY
Тема Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5
Дата
Msg-id 3883291E.94574C17@presenceweb.com
обсуждение исходный текст
Список pgsql-admin
Hello Mark,

I still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5. I
connot pass threw the compilation of heaptuple.
I have done the following :

sh configure --prefix=/usr/local/pgsql --with-CC=cc --without-CXX
--with-template=irix5.

I have typed this in this directory : /usr1/src/postgresql-6.5.3/src/

In the template/irix5 file, I have the following :

AROPT:crs
CFLAGS:-n32
SHARED_LIB:
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
LDFLAGS:-n32

I have tried the -o32 as well but it's the same result ------> error!

The configure command works well. I have installed the GNU make and
GNU readline.

When I run the GNU make, it quickly halts on heaptuple after 97 errors.

Exemple :
(...)
make[1]: Leaving directory `/usr1/src/postgresql-6.5.3/src/utils'
/usr/local/bin/make -C backend all
make[1]: Entering directory `/usr1/src/postgresql-6.5.3/src/backend'
/usr/local/bin/make -C access all
make[2]: Entering directory
`/usr1/src/postgresql-6.5.3/src/backend/access'
/usr/local/bin/make -C common  SUBSYS.o
make[3]: Entering directory
`/usr1/src/postgresql-6.5.3/src/backend/access/common'
cc -I../../../include -I../../../backend   -n32 -U_NO_XOPEN4 -I../..
-c heaptuple.c -o heaptuple.o
No such feature exists (-5,116)
(...)
97 errors detected in the compilation of "heaptuple.c".

I don't know if this tells you something, but I don't know where to look
for.

--
Richard NAGY
http://www.hitsme.com/



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [ADMIN] security
Следующее
От: Sarah Officer
Дата:
Сообщение: Re: [ADMIN] Still having problems on compiling PostgreSQL 6.5.3 on IRIX 6.5