Building PostgreSQL 9.1.4 on Solaris 64-bit with gcc 4.6

Поиск
Список
Период
Сортировка
От Chander Ganesan
Тема Building PostgreSQL 9.1.4 on Solaris 64-bit with gcc 4.6
Дата
Msg-id 4FCCEB33.1090201@gmail.com
обсуждение исходный текст
Ответы Re: Building PostgreSQL 9.1.4 on Solaris 64-bit with gcc 4.6  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello,

I'm trying to build 64-bit PostgreSQL with gcc 4 on the solaris platform
- this worked fine with gcc3, but the error below seems to come up with
gcc4 .  has anyone seen it before (or does anyone have a quick solution
for it?)

gmake[3]: Entering directory
`/src/postgres/postgresql-9.1.4/contrib/dummy_seclabel'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -fPIC -I. -I.  -c -o dummy_seclabel.o dummy_seclabel.c
dummy_seclabel.c:15:31: fatal error: commands/seclabel.h: No such file
or directory
compilation terminated.

Thanks

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: TYPE TABLE OF NUMBER
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Building PostgreSQL 9.1.4 on Solaris 64-bit with gcc 4.6