| From: | "Benjamin Reed" <rangerrick(at)gmail(dot)com> |
|---|---|
| To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "Dave Page" <dpage(at)pgadmin(dot)org>, "Darren Weber" <darren(dot)weber(dot)lists(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: OS X library path issues for libpq (ver 8.3) |
| Date: | 2008-09-09 20:45:39 |
| Message-ID: | 57eba2250809091345o48ffe373v787c31612d71974b@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Sep 9, 2008 at 3:48 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Uh, it's not apparent to me why dropping stuff into /Library is any
> better than dropping it into /usr/lib?
Because /Library is the Apple framework equivalent of /usr/local in
unix-world. Whereas /usr/lib should not really be touched by anyone
but Apple (or the system vendor, for that matter, on any unix).
/Library is searched automatically by the linker when doing
framework-style builds, without needing -F to find a specific location
for it.
--
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Benjamin Reed | 2008-09-09 20:48:05 | Re: OS X library path issues for libpq (ver 8.3) |
| Previous Message | Dave Page | 2008-09-09 20:31:30 | Re: OS X library path issues for libpq (ver 8.3) |