Re: PostgreSQL 7.1.2-3 - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: PostgreSQL 7.1.2-3
Date
Msg-id 20010809090456.A600@dothill.com
Whole thread Raw
List pgsql-cygwin
Guy,

In the future, please post to pgsql-cygwin@postgresql.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@tishler.net
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

Attachment

pgsql-cygwin by date:

Previous
From: Justin Clift
Date:
Subject: Re: [PATCHES] Re: can't make src/tutorial
Next
From: Jason Tishler
Date:
Subject: Re: problems with win2k...