Re: 7.4 build problem on Linux Vserver

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4 build problem on Linux Vserver
Date: 2003-12-11 15:31:08
Message-ID: 13494.1071156668@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations prod -I../../src/include -D_GNU_SOURCE
> -I/usr/include -c -o path.o path.c
> gcc: cannot specify -o with -c or -S and multiple compilations

How is "prod" getting into that command line? I suspect it's coming
from an environment variable like PROFILE or CFLAGS ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2003-12-11 15:34:09 Re: Should we consider empty fields as NULL values when dealing with string columns ?
Previous Message Manfred Koizar 2003-12-11 15:14:43 Re: [GENERAL] Transaction Question