Larry Rosenman wrote: > On Tue, 5 Feb 2008, Dave Page wrote: >> Another option which may be doable for someone with more knowledge of >> make would be to build binaries for all architectures seperately (you >> can build i386, ppc, x86_64 and ppc64), and then use lipo to glue them >> together. > I did essentially that, outside of make, for ppc/i386 doing 2 separate builds > and then using lipo to join each file in bin and lib. Sure looks like this should be doable with only Makefile rules. I very much doubt it would be painless, though. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster