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

From Dev Kumkar
Subject Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Date
Msg-id CALSLE1Pi3VCTNg+teFmV5qqD4NUasHrMBDa0p6f88nkVexYm2Q@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc  (onur gulsevgi <ogulsevgi@gmail.com>)
List pgsql-odbc
On Wed, Jul 24, 2013 at 11:52 AM, onur gulsevgi <ogulsevgi@gmail.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...

pgsql-odbc by date:

Previous
From: onur gulsevgi
Date:
Subject: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Next
From: Hiroshi Inoue
Date:
Subject: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc