Re: postgresql and Mac OS X

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: postgresql and Mac OS X
Дата
Msg-id 997671E5-7062-48F2-A70E-960E9CA0B7AD@blighty.com
обсуждение исходный текст
Ответ на Re: postgresql and Mac OS X  (Tom Allison <tom@tacocat.net>)
Список pgsql-general
On Nov 4, 2008, at 1:02 PM, Tom Allison wrote:

>>> I tried getting a source install on my mac book yesterday and today.
>>> It's not a normal *nix installation.  The location of the files
>>> are all
>>> non-standard.
>>> 'make' is prefixed by /Developer/usr/bin/.

It's in /usr/bin/make on my OS X box (as well as in /Developer/usr/bin/
make)

If I recall correctly there's an option during the XCode install to
include the commandline tools, which may be what you're missing

>
>
> It confirms what I'm working through.
>
> crt1.o located at /Developer/SDKs/MacOSX10.5.sdk/usr/lib/crt1.o
> crt1.10.5.0 at /Developer/SDKs/MacOSX10.5.sdk/usr/lib/crt1.10.5.o
>
> So I'm trying to find how to get these directories included in the
> compilation.  I thought --with-libs and/or --with-includes would
> have helped.  But it didn't.
>
> This is what I ran (I'm running this from a script so I can repeat it)
>


That's the runtime. If that's not being included then your development
environment is utterly broken, and messing with configure flags won't
fix it.

Give up on postgresql/configure  for now, reinstall XCode with the
commandline tools and check that you can build hello world from the
commandline. Then start over with a clean postgresql tarball.

Cheers,
   Steve


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgresql and Mac OS X
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?