Hi,
Just thought I'd write in and let you know that I was able to do a
successfuly compilation and installation of Postgresql 8.0.0beta3 on a Mac
OS X 10.3.5 PPC G4. I also ran the regression tests and they all (96)
passed. However, only the following worked when configuring postgrsql:
[non-root user]
./configure --without-readline
make all
make check
make install
sudo make install
Cheers,
Fahad
--
main(){int j=12345;char t[]=":aAbcdefFgGhijklmnNopqrsStuUvwyz \n",
*i="dUGScUiAbpmwqbmgduAvpmmlzce\nlmGGUbFbzjdb";while(*i){j+=
strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}return 0;}