Re: Problem installing extensions on Lion - Mailing list pgsql-general

From Alban Hertroys
Subject Re: Problem installing extensions on Lion
Date
Msg-id CAF-3MvMYN1=2_AFkKU5ootOpbzKvu0R8=anQ9q7jVXwgKgVLTw@mail.gmail.com
Whole thread Raw
In response to Problem installing extensions on Lion  (Stefan Schwarzer <stefan.schwarzer@unep.org>)
List pgsql-general
On 12 June 2012 14:21, Stefan Schwarzer <stefan.schwarzer@unep.org> wrote:
> But the "make" process gives me this:
>
> cd contrib/tablefunc
> tablefunc $ make
> gcc -Os -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk

I think that's where it looks for the standard C headers?
In that case that's what you need to change. Or you can create a
symlink that points gcc to the new location.

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

pgsql-general by date:

Previous
From: Stefan Schwarzer
Date:
Subject: Re: Error message "psql: could not connect to server: No such file or directory"
Next
From: Merlin Moncure
Date:
Subject: Re: RETURNING MORE THAN ONE CUSTOM TYPE FROM FUNCTION