Обсуждение: Re: please help

Поиск
Список
Период
Сортировка

Re: please help

От
Jason Tishler
Дата:
Vinny,

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

On Wed, Oct 24, 2001 at 09:32:31AM -0700, python programming wrote:
> hello Kevin,

Huh?

> i followed the intallation instruction for
> postgresql-7.1.2 and 7.1.3 from your homepage for
> cygwin and encountered error on "make".  How can I get
> around the errors below?  Please advise.
>
> gcc -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/interfaces/libpq
> -I../../../src/in
> clude -I/usr/local/include  -c -o tab-complete.o
> tab-complete.c
> gcc -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations command.o common.o help.o
> input.o stringutils.o m
> ainloop.o copy.o startup.o prompt.o variables.o
> large_obj.o print.o describe.o tab-complete.o
> -L../../../sr
> c/interfaces/libpq -lpq -L/usr/local/lib -g  -lz
> -lcrypt -lreadline -lcygipc -o psql
> tab-complete.o(.text+0x2a36):tab-complete.c: undefined
> reference to `filename_completion_function'

Search the pgsql-cygwin archives for the solution to the above or just use
the pre-built 7.1.3 binary that I contributed to the Cygwin distribution.

FYI, Cygwin PostgreSQL 7.1.3 is available from the Cygwin mirrors.
Since it is automatically installed when you install Cygwin, it may
already be on your disk.

Jason