Re: Mac OS 10.4/10.5 compile issues

Поиск
Список
Период
Сортировка
От Israel Brewster
Тема Re: Mac OS 10.4/10.5 compile issues
Дата
Msg-id 322C1789-B34D-47D7-B354-C9535462A25C@frontierflying.com
обсуждение исходный текст
Ответ на Re: Mac OS 10.4/10.5 compile issues  ("Benjamin Reed" <rangerrick@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Benjamin Reed"
Дата:
Сообщение: Re: Mac OS 10.4/10.5 compile issues
Следующее
От: Israel Brewster
Дата:
Сообщение: Windows static link