Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: onur gulsevgi <ogulsevgi(at)gmail(dot)com>
Cc: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Date: 2013-07-24 07:22:49
Message-ID: CALSLE1Pi3VCTNg+teFmV5qqD4NUasHrMBDa0p6f88nkVexYm2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Wed, Jul 24, 2013 at 11:52 AM, onur gulsevgi <ogulsevgi(at)gmail(dot)com> wrote:

> Hi Dev again,
>
> Thank you for the information.
>
> How can I figure out whether I have GCC both versions installed?
>

ls -l /usr/bin/gcc*

You could also set shell environment variable CC to point to your C
compiler:
export CC=/usr/bin/gcc-4.*x*

> Or else
> How I can I remove manually option from your Makefile
>
> My CFLAGS is also
> CFLAGS = -g -O2
> in Makefile.
>

That's strange, then where it is picking from.Grep for -Wno-pointer-sign in
your source?

Regards...

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2013-07-24 07:37:24 Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Previous Message onur gulsevgi 2013-07-24 06:22:14 Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc