From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Theodore Petrosky <tedpet5(at)yahoo(dot)com> |
Cc: | pgsql -bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: not a bug but where do i go for info |
Date: | 2005-01-09 18:04:06 |
Message-ID: | 28303.1105293846@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> When I compile my app (xcode) I get the following
> error.
> warning prebinding disabled because dependent library:
> /usr/local/pgsql/lib/libpq.3.dylib in not prebound
I googled apple.com for "prebinding" and got some useful-looking hits,
such as
http://developer.apple.com/documentation/Performance/Conceptual/LaunchTime/Tasks/Prebinding.html
You could try adding -Wl,-prebind to the LDFLAGS for libpq to see if
that produces a correctly prebound libpq.dylib. Not sure if this will
work or if it has any downsides.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-09 21:04:29 | Re: [BUGS] tsearch2 headline function fails to parse integer arguments |
Previous Message | Michael Fuhr | 2005-01-09 17:47:49 | Re: BUG #1373: constraints, rules |