I am trying to install PostgreSQL version 7.1.3 on a Win98 platform. The configuration step completes without incident but when I run make, I get the following error messages.
-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_completion_function'
Collect2: ld returned 1 exit status
make[3]:***[psql] Error 1
make[3]:Leaving directory '/usr/src/postgresql-7.1.3/src/bin/psql'
make[2]:***[all] Error 2
make[2]:Leaving directory '/usr/src/postgresql-7.1.3/src/bin'
make[1]:***[all] Error 2
make[1]:Leaving directory '/usr/src/postgresql-7.1.3/src'
make: *** [all] Error 2
Can anybody tell me what is wrong and what I should do to correct it.
Thanks,
Emmanuel