Error installing postgresql 7.1.2

From: "Tamara D(dot) Blum" <tblum(at)jus(dot)gov(dot)ar>
To: <pgsql-novice(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Error installing postgresql 7.1.2
Date: 2001-08-15 16:40:57
Message-ID: 012801c125a9$0f2b9620$102401c8@saij.saij.jus.gov.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

I have prroblems installing pstgresql database.
I've installed CygWin 2.78 in a Windows 98 Operating System.

I'm following some steps i found in the documentation and i ran:
$ ./configurate --with-CXX --with-perl --enable-odbc --enable-debug (Ok)
$ make (Failed)
The next are the last lines the command executed:
make[3]: Entering directory `/pgsql/src/bin/pg_passwd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/pgsql/src/bin/pg_passwd'
make[3]: Entering directory `/pgsql/src/bin/psql'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory `/pgsql/src/interfaces/libpq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/pgsql/src/interfaces/libpq'
gcc -o2 -g -wall -Wmissing-prototypes -Wmissing-declaration command.o common.o help.o input.o stringutils.o mainloo.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 tabcomplete.o(.text+0x2a36):tab-complete.c: undefined reference to `filename_completion_function'
collect2: ld returned 1 exit status
make[3]: *** [psql] Error 1
make[3]: Leaving directory `pgsql/src/bin/psql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `pgsql/src'
make: *** [all] Error 2

I hope someone can help me !!
I don't know much of linux or unix, so please send me detailed instructions about how to fix the problem.

Thanks
Tamara
tblum(at)jus(dot)gov(dot)ar

Browse pgsql-general by date

  From Date Subject
Next Message roypgsqlgen 2001-08-15 16:42:49 RE: why no stored procedures?
Previous Message Tamara D. Blum 2001-08-15 16:37:26 Error installing postgresql 7.1.2

Browse pgsql-novice by date

  From Date Subject
Next Message James Hall 2001-08-15 17:29:59 Wildcard queries?
Previous Message harrold 2001-08-15 16:12:53 Re: Wildcard queries?