Re: [PORTS] Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Brian Wipf <[email protected]> Mon, 27 Nov 2006 22:16:52 -0700
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
Applied Makefile.darwin patch and recompiled. Output from make check now: ====================== All 98 tests passed. ====================== > Also, please check > how file(1) describes refint.so now, and whether it changes after > re-making with the patch. I get > refint.so: Mach-O bundle ppc Before patch: $ file ./contrib/spi/refint.so ./contrib/spi/refint.so: Mach-O bundle ppc After patch: $ file ./contrib/spi/refint.so ./contrib/spi/refint.so: Mach-O 64-bit bundle ppc64 Thanks for all of your help, Tom. It is greatly appreciated.