I got postgresql-6.4.2, tried to compile under AT&T System 3000 (ncr).
I think it is very reasonable to group my platform to svr4, which is the
template I used. Configure is fine.
Gnu make 3.77 was used. the "make all" did fine untile it entered the
backend/storage subdirectory, when I got many lines like
make[3]: Entering directory
`/user6/home/humphrey/postgresql-6.4.2/src/backend/s
torage/lmgr'
make[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
make[3]: Leaving directory
`/user6/home/humphrey/postgresql-6.4.2/src/backend/st
orage/lmgr'
The compilation seems finally aborted at some Error 2s.
Jun