This is a discussion on Re: Install 8.1 on Mac OS 10.4 within the pgsql Novice forums, part of the PostgreSQL category; --> Viva Chu <viva@root.net> writes: > I'm trying to compile postgresql 8.1 on my powerbook, mac os 10.4. Can't > ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Viva Chu <viva@root.net> writes: > I'm trying to compile postgresql 8.1 on my powerbook, mac os 10.4. Can't > seem to get the ./configure script to run correctly. > configure:2159: error: C compiler cannot create executables You've got a pretty broken compiler installation AFAICS. Does it work for any other purpose? Postgres does build out-of-the-box on OS X, as long as you have a sane set of developer tools installed. IIRC, OS X 10.4 requires at least Xcode 2.0, and 2.1 is probably a better idea. If you've upgraded from 10.3 or earlier you may have obsolete Xcode files. Try downloading the latest Xcode, wiping your current Xcode installation, and installing fresh. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |