Re: ecpg hackery to get ecpg to compile from FreeBSD ports...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ecpg hackery to get ecpg to compile from FreeBSD ports...
Date: 2002-09-09 18:39:01
Message-ID: Pine.LNX.4.44.0209092017190.18819-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sean Chittenden writes:

> Different bogon that I ran across:
>
> 2:35pm sean(at)mat:ecpg/lib > gmake
> cc -O -pipe -g -O -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include -I/usr/local/include -c -o connect.o connect.c

Apparently you somehow put -I/usr/local/include into CFLAGS. Don't do
that.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2002-09-09 18:40:11 Re: pg_config Makefile bogon...
Previous Message Mats Lofkvist 2002-09-09 14:48:27 _bt_check_unique checks every row in table when doing update??