PostgreSQL v7.1.3 fails to build on Irix 6.5.13m

Поиск
Список
Период
Сортировка
От jeremy@wundt.psychiatry.uiowa.edu (H Jeremy Bockholt)
Тема PostgreSQL v7.1.3 fails to build on Irix 6.5.13m
Дата
Msg-id b773797b.0111021455.1ab10407@posting.google.com
обсуждение исходный текст
Ответы Re: PostgreSQL v7.1.3 fails to build on Irix 6.5.13m  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
Hi,

I'm using gmake 3.79.1 and gcc version 2.95.2
on a MIPS R10000 CPU

I run the following:
./configure --with-tcl --with-tclconfig=/usr/freeware/lib


everything looks good until:

.
.
.
gmake[4]: Entering directory
`/usr/people/jeremy/postgresql-7.1.3/src/backend/storage/buffer'
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o buf_table.o buf_table.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o buf_init.o buf_init.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o bufmgr.o bufmgr.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o freelist.o freelist.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o localbuf.o localbuf.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -U_NO_XOPEN4  -c -o s_lock.o s_lock.c
s_lock.c: In function `s_lock':
s_lock.c:134: warning: passing arg 1 of pointer to function discards
qualifiers from pointer target type
s_lock.c: At top level:
s_lock.c:234: warning: `tas_dummy' defined but not used
as: Error: /var/tmp/ccZzS08c.s, line 421: undefined assembler
operation: .global
      .global tas
gmake[4]: *** [s_lock.o] Error 1
gmake[4]: Leaving directory
`/usr/people/jeremy/postgresql-7.1.3/src/backend/storage/buffer'


Any ideas or patches to the s_lock file that I should try?

thanks,
jeremy

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres 6.5.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL v7.1.3 fails to build on Irix 6.5.13m