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

Поиск
Список
Период
Сортировка
От Dev Kumkar
Тема Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Дата
Msg-id CALSLE1Pi3VCTNg+teFmV5qqD4NUasHrMBDa0p6f88nkVexYm2Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc  (onur gulsevgi <ogulsevgi@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: onur gulsevgi
Дата:
Сообщение: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc