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)
Список
Дерево обсуждения
Re: Problem with compile pgsql on Irix 5.3 Mark Dalphin <mdalphin@amgen.com>
Re: Problem with compile pgsql on Irix 5.3 Tom Lane <tgl@sss.pgh.pa.us>
"Marek Bobrowski" 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 по дате отправления