Hello,
> Do you happen to have a previous installation at /local/postgresql? I
> think the presence of an older libpgport.a there could be causing the
> confusion.
(1) \rm -r /local/postgresql
(2) ./configure --prefix=/local/postgresql --without-docdir
--without-readline --without-zlib
The last line for the above configuration is:
config.status: linking ./src/makefiles/Makefile.linux to src/Makefile.port
(3) gmake
ERROR shown in the attached file.
Thank you!