Error Installing

From: "Matt" <matt2004(at)pacbell(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Error Installing
Date: 2001-07-14 23:00:52
Message-ID: 9iqj06$qpd$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I get this error when using the "make" command in cygwin. I know it's the
GNU make command because I checked it using "make --version". Here is the
error:

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations command.o common.o
hel
p.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o variables.o
large
_obj.o print.o describe.o
tab-complete.o -L../../../src/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_co
mpletion_function'
collect2: ld returned 1 exit status
make[3]: *** [psql] Error 1
make[3]: Leaving directory `/usr/local/bin/pgsql/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/bin/pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/bin/pgsql/src'
make: *** [all] Error 2

Any help would be appreciated.

Thanks, Matt

PS, I'm on Windows 2000 and the binaries didn't seem to work. If I'm doing
something wrong, let me know how to do it right.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message SeungKyu Lee 2001-07-15 05:09:59 Is there other benchmark tool than pgbench or xpgbench.
Previous Message Ricardo Maia 2001-07-14 00:16:33 Re: Error accessing PostgreSQL