Re: PostgreSQL 7.1.2-3

From: Jason Tishler <jason(at)tishler(dot)net>
To: "Guy(dot)(dot)Lister" <glister(at)eos(dot)net>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.1.2-3
Date: 2001-08-09 13:04:56
Message-ID: 20010809090456.A600@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Guy,

In the future, please post to pgsql-cygwin(at)postgresql(dot)org instead of
sending private email so others can benefit too.

On Thu, Aug 09, 2001 at 05:44:00AM -0400, Guy..Lister wrote:
> I tried to build PostgreSQL in Cygwin and received the same
> > tab-complete.o(.text+0x2a36):tab-complete.c: undefined reference to
> > `filename_completion_function'
>
> error your patch is supposed to fix.
>
> How do I apply the patch?

Use the following:

$ # save the attachment in /tmp
$ # cd to the top of the PostgreSQL source tree
$ patch </tmp/pgrl.patch
$ autoconf
$ configure ...
$ make
$ make install

But, why don't you just download the PostgreSQL source from a Cygwin
mirror? It already has this patch applied.

> I am compiling because I want to enable-odbc and with-CXX.  Is there a
> pre-built binary containing those options?

My pre-built binary is configured with --with-CXX but not --enable-odbc.

> Finally, I tried downloading the latest versions of configure.in, config.h.in
> and tab-complete.c off the CVS tree and recompiling.  The same error occurs.

Hmm...I would not recommend taking pieces of the CVS tip and replacing
the corresponding files in the 7.1.2 tree. However, the latest CVS
should compile but I haven't tried in a while.

Jason

--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: jason(at)tishler(dot)net
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

Attachment Content-Type Size
pgrl.patch text/plain 1.9 KB

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2001-08-09 13:11:16 Re: problems with win2k...
Previous Message Justin Clift 2001-08-09 10:07:08 Re: [PATCHES] Re: can't make src/tutorial