Re: Problem with compile pgsql on Irix 5.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with compile pgsql on Irix 5.3
Дата
Msg-id 16584.978541181@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with compile pgsql on Irix 5.3  ("Marek Bobrowski" <marek@indy.chemia.pk.edu.pl>)
Ответы Re: Re: Problem with compile pgsql on Irix 5.3  (Pete Forman <pete.forman@westerngeco.com>)
Список pgsql-ports
"Marek Bobrowski" <marek@indy.chemia.pk.edu.pl> writes:
> gcc -I../../../include -I../../../backend    -U_NO_XOPEN4 -woff 1164,1171,1185,1195,1552 -Wl,-woff,15 -Wl,-w,84 -Wall
-Wmissing-prototypes-Wmissing-declarations -I../..   -c indextuple.c -o indextuple.o 
> gcc: 1164,1171,1185,1195,1552: No such file or directory
> gcc: unrecognized option `-woff'
> gmake[3]: *** [indextuple.o] Error 1

Wow.  Where did all that cruft come from?  The "-U_NO_XOPEN4 -woff
1164,1171,1185,1195,1552 -Wl,-woff,15 -Wl,-w,84" should not be there.

Do you perhaps have CFLAGS or CPPFLAGS set in your environment?

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Problem with compile pgsql on Irix 5.3
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Re: Cygwin PostgreSQL postmaster abort problem