I'm really banging my head off a wall now with this.
I've installed PostgreSQL from the DMG on the Postgres site. I now have version 9.1. I then used the Stack Builder to install the PostGIS extension.
But despite downloading and going through the Builder with no errors there's no indication that it's installed. No template, no PostGIS folder anywhere.
So I've tried installing PostGIS from source. It configures well but make
keeps failing for PostGIS 1.5.3 and for 2.0.
The whole readout from terminal is here: http://pastie.org/3685596
I'd really appreciate any help with this as I really need PostGIS installed. It seems to be a compile error with the appropriate libraries not being linked.
Can anyone give any hints?