Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS
Date
Msg-id 5990.1130337903@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1999: contrib/spi doesn't receive the configured CFLAGS  ("Seneca Cunningham" <scunning@ca.afilias.info>)
Responses Re: BUG #1999: contrib/spi doesn't receive the configured
List pgsql-bugs
"Seneca Cunningham" <scunning@ca.afilias.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

pgsql-bugs by date:

Previous
From: Stephen Frost
Date:
Subject: Index name different from constraint name
Next
From: Tom Lane
Date:
Subject: Re: BUG #2001: Signal 11 after concurrent inserts + updates