pg_config --includedir is null

From: "Keith Hutchison" <keith(dot)kjtl(dot)hutchison(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_config --includedir is null
Date: 2006-08-31 04:47:22
Message-ID: 45435c1a0608302147n2d1c5f12j7500fe2a3d62391c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

G'day

After a successful make install of postgresql-8.1.3 with msys and mingw
pg_config --includedir is null ...

I want to to show the correct includedir to allow libpqxx to compile.
Any clues on how to recompile postgres or pg_config to show the
correct directories?

Thanks in advance

--
Keith Hutchison
http://balance-infosystems.com http://realopen.org
http://www.kasamba.com/Keith-Hutchison

Output of pg_config
$ /c/usr/src/postgresql-8.1.3/src/bin/pg_config/pg_config.exe
BINDIR = c:/usr/src/POSTGR~1.3/src/bin/PG_CON~1
DOCDIR =
INCLUDEDIR =
PKGINCLUDEDIR =
INCLUDEDIR-SERVER =
LIBDIR =
PKGLIBDIR =
LOCALEDIR =
MANDIR =
SHAREDIR =
SYSCONFDIR =
PGXS =
CONFIGURE =
CC = gcc
CPPFLAGS = -I./src/include/port/win32 -DEXEC_BACKEND
-I../../../src/include/port/win32
CFLAGS = -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
CFLAGS_SL =
LDFLAGS = -Wl,--allow-multiple-definition
LDFLAGS_SL =
LIBS = -lpgport -lz -lwsock32 -lm -lws2_32 -lshfolder
VERSION = PostgreSQL 8.1.3

Browse pgsql-general by date

  From Date Subject
Next Message simon litwan 2006-08-31 09:20:15 problem to restore pg_dump --data-only
Previous Message Kelly Burkhart 2006-08-31 02:50:17 Re: Listening on more than one port?