This is a discussion on build errors on MacOSX within the Pgsql General forums, part of the PostgreSQL category; -->...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Scott Frankel <leknarf@pacbell.net> writes: > My build of postgresql-8.1.0 is failing on MacOSX. > /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0) > file: -lSystem is not an object file (not allowed in a library) We've seen this before. IIRC, it means you're using outdated Xcode tools; you need to update to Xcode 2.0 or later (2.1 is current I believe). Try searching the list archives for that error message if you want more details. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| Voila! Xcode v2.1 worked. Thanks! Scott On Nov 9, 2005, at 2:22 PM, Tom Lane wrote: > Scott Frankel <leknarf@pacbell.net> writes: > >> My build of postgresql-8.1.0 is failing on MacOSX. >> > > >> /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0) >> file: -lSystem is not an object file (not allowed in a library) >> > > We've seen this before. IIRC, it means you're using outdated Xcode > tools; you need to update to Xcode 2.0 or later (2.1 is current I > believe). Try searching the list archives for that error message > if you want more details. > > regards, tom lane > > ---------------------------(end of > broadcast)--------------------------- > TIP 5: don't forget to increase your free space map settings > ---------------------------(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 |