Compiling Postgres 7.0.2

Casey

Registered
So - I'm guessing this isn't the best place to inquire about compiling Postgres... even if it is OS X... but here goes :)

src/configure needs to know what host I'm compiling on. It can't guess... and it doesn't accept anything like 'powerpc-apple-macos' or 'macppc' in the --host argument.

This is understandable since config.guess isn't ready to handle OS X. I could probably fake my way through making a host template file... but there are a few more changes to make before I can configure/compile (like an entry in config.guess). I could spend all weekend working on this and still not get it properly configured for compiling.

Has anyone done the hard part already?





 
Back
Top