| From: | Alban Hertroys <haramrae(at)gmail(dot)com> |
|---|---|
| To: | Stefan Schwarzer <stefan(dot)schwarzer(at)unep(dot)org> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Problem installing extensions on Lion |
| Date: | 2012-06-14 13:49:54 |
| Message-ID: | CAF-3MvMYN1=2_AFkKU5ootOpbzKvu0R8=anQ9q7jVXwgKgVLTw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 12 June 2012 14:21, Stefan Schwarzer <stefan(dot)schwarzer(at)unep(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Merlin Moncure | 2012-06-14 13:59:34 | Re: RETURNING MORE THAN ONE CUSTOM TYPE FROM FUNCTION |
| Previous Message | Stefan Schwarzer | 2012-06-14 13:48:09 | Re: Error message "psql: could not connect to server: No such file or directory" |