Re: compiling odbc

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Brent Austin <brent1a(at)yahoo(dot)com>
Cc: Zoltan Boszormenyi <zb(at)cybertec(dot)at>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: compiling odbc
Date: 2008-09-23 07:48:11
Message-ID: 48D89F3B.8020101@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Brent Austin wrote:
> That's the thing, I have unixODBC installed, it is located
> at /opt/local/bin that is why I need help figuring out how to get the
> terminal to recognize where both pg_config AND obdcinst are at during
> the ./configure process.
> PATH=$PATH:/usr/local/pgsql/bin:/opt/local/bin should work but it's
> not recognizing the second part.....the odncinst part.

Try something like

export LDFLAGS=-L/opt/local/lib

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Saito 2008-09-23 08:02:13 Re: compiling odbc
Previous Message Brent Austin 2008-09-22 17:28:49 Re: compiling odbc