Re: Mac OS 10.4/10.5 compile issues - Mailing list pgsql-ports

From Israel Brewster
Subject Re: Mac OS 10.4/10.5 compile issues
Date
Msg-id 322C1789-B34D-47D7-B354-C9535462A25C@frontierflying.com
Whole thread Raw
In response to Re: Mac OS 10.4/10.5 compile issues  ("Benjamin Reed" <rangerrick@gmail.com>)
List 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/


pgsql-ports by date:

Previous
From: "Benjamin Reed"
Date:
Subject: Re: Mac OS 10.4/10.5 compile issues
Next
From: Israel Brewster
Date:
Subject: Windows static link