Re: Problem with compile pgsql on Irix 5.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marek Bobrowski" <marek(at)indy(dot)chemia(dot)pk(dot)edu(dot)pl>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Problem with compile pgsql on Irix 5.3
Date: 2001-01-03 16:59:41
Message-ID: 16584.978541181@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Marek Bobrowski" <marek(at)indy(dot)chemia(dot)pk(dot)edu(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-01-03 20:34:50 Re: Re: Cygwin PostgreSQL postmaster abort problem
Previous Message Peter Eisentraut 2001-01-03 16:36:34 Re: Problem with compile pgsql on Irix 5.3