Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Seneca Cunningham" <scunning(at)ca(dot)afilias(dot)info>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS
Date: 2005-10-26 14:45:03
Message-ID: 5990.1130337903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Seneca Cunningham" <scunning(at)ca(dot)afilias(dot)info> writes:
> $ cd postgresql-8.1beta4
> $ export OBJECT_MODE=64
> $ CFLAGS="-maix64 -Wl,-bbigtoc" ./configure
> --prefix=/opt/dbs/pgsql81b4-afilias-AIX53-2005-10-25
> --with-includes=/opt/freeware/include --enable-debug --enable-thread-safety
> --with-libraries=/opt/freeware/lib --enable-casert

This is your error. -Wl,-bbigtoc is not a compiler flag, it's a linker
flag, and hence should be specified in LDFLAGS or related variables.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-10-26 14:49:12 Re: [BUGS] BUG #1993: Adding/subtracting negative time intervals
Previous Message Stephen Frost 2005-10-26 14:27:00 Index name different from constraint name