Re: Mac OS 10.4/10.5 compile issues

From: Israel Brewster <israel(at)frontierflying(dot)com>
To: Benjamin Reed <rangerrick(at)gmail(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Mac OS 10.4/10.5 compile issues
Date: 2008-02-06 22:05:02
Message-ID: 322C1789-B34D-47D7-B354-C9535462A25C@frontierflying.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

On Feb 6, 2008, at 12:42 PM, Benjamin Reed wrote:
> Hard to say without the config.log; it's kind of difficult to make
> everything play nicely with -isysroot sometimes. You often need to
> add --disable-dependency-tracking to autotools projects, although
> postgresql doesn't use the full autotools suite, so I don't know if
> that's necessary.

Ok, got it, thanks! Turns out it was looking for crt1.10.5.o and
dylib1.10.5.o, but all that was in the SDK usr/lib directory was
dylib1.o and crt1.o. A couple of quick simlinks later, it built
properly and everything appears to be working. Hopefully the
simlinking wasn't something stupid that will come back to bite me
later, but at least for now my app compiles properly and runs on both
10.4 and 10.5 without crashing. Thanks for the help!

-----------------------------------------------
Israel Brewster
Computer Support Technician
Frontier Flying Service Inc.
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7250 x293
-----------------------------------------------
>
>
> --
> Benjamin Reed a.k.a. Ranger Rick
> Fink, KDE, and Mac OS X development
> http://www.racoonfink.com/

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Israel Brewster 2008-02-08 00:09:44 Windows static link
Previous Message Benjamin Reed 2008-02-06 21:42:23 Re: Mac OS 10.4/10.5 compile issues