Re: Compilation of contrib of postgresql 7.1.2 with cygwin 1.3.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: BELLON Michel <Michel(dot)Bellon(at)lcie(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compilation of contrib of postgresql 7.1.2 with cygwin 1.3.2
Date: 2001-06-13 17:26:37
Message-ID: 27247.992453197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

BELLON Michel <Michel(dot)Bellon(at)lcie(dot)fr> writes:
> array_iterator.o(.text+0x49):array_iterator.c: undefined reference to
> `pg_detoast_datum'
> array_iterator.o(.text+0x5b):array_iterator.c: undefined reference to
> `ArrayGetNItems'
> array_iterator.o(.text+0x7f):array_iterator.c: undefined reference to
> `get_typlenbyval'
> array_iterator.o(.text+0x8c):array_iterator.c: undefined reference to
> `fmgr_info'
> array_iterator.o(.text+0xa9):array_iterator.c: undefined reference to `elog'
> array_iterator.o(.text+0x116):array_iterator.c: undefined reference to
> `FunctionCall2'

Looks to me like you are compiling 7.1 contrib sources against pre-7.1
include files; most of those missing functions are new in 7.1. Check
the include paths.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pete Leonard 2001-06-13 17:46:48 Re: followup on view/rule/delete problem.
Previous Message Nils Zonneveld 2001-06-13 17:25:46 Re: Newbie question: How to check how many tables avaliable at that database?