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 CALSLE1MUd6EJdm_Ws6TSKyUDoiRHw1bjWWzEEbt5oPbPbiKEPA@mail.gmail.com
Whole thread Raw
In response to 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 12:03 AM, onur gulsevgi <onurgulsevgi@gmail.com> wrote:
Dev,
I have uploaded the command result. Yes, configure issue has been resolved after you have provided LD_LIBRARY_PATH clue. Thank you by the way again.
Regards,
Onur


On Tue, Jul 23, 2013 at 9:28 PM, Dev Kumkar <devdas.kumkar@gmail.com> wrote:
On Tue, Jul 23, 2013 at 8:09 PM, onur gulsevgi <ogulsevgi@gmail.com> wrote:
Hello friends,
 
Thank you for your help. But this installation is becoming harder in each step. Right now
./configure step seems OK. However in the "make" step I get the following error.
 

orabosa->>./configure --with-unixodbc=/usr/local/unixODBC --without-libpq --prefix=/data11/ora_bosa/bosadb/odbc/driver

checking for a BSD-compatible install... config/install-sh -c

...

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o...

checking dependency style of gcc... gcc3...

checking dependency style of gcc... (cached) gcc3checking for ssize_t... yes

...

configure: creating ./config.status

config.status: creating Makefile

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

orabosa->>make

make all-am

make[1]: Entering directory `/data11/ora_bosa/bosadb/odbc/psqlodbc-09.02.0100'

/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/unixODBC/include -Wall -Wno-pointer-sign -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/unixODBC/include -Wall -Wno-pointer-sign -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o

cc1: error: unrecognized command line option "-Wno-pointer-sign"

make[1]: *** [info.lo] Error 1

make[1]: Leaving directory `/data11/ora_bosa/bosadb/odbc/psqlodbc-09.02.0100'

make: *** [all] Error 2

 

Any clues?

Regards,

Onur



Ok.

Regarding Make errors, for me the Makefile didn't had these issues.

     >> checking dependency style of gcc... gcc3

     >> checking dependency style of gcc... (cached) gcc3Looking at above errors, looks like you are trying to compile using gcc3 and not the newer gcc4.
-Wno-pointer-sign is a new GCC-4 warning flag, that isn't supported by GCC-3.

If you have both versions installed then you can update the CC environment variable

Or else
Manually remove this option from your Makefile

My CFLAGS  was as follows in Makefile:
      CFLAGS = -g -O2

Regards...

pgsql-odbc by date:

Previous
From: Matt Lilley
Date:
Subject: FORMAT_INTEGER is wrong on (some) 64 bit platforms?
Next
From: "Inoue, Hiroshi"
Date:
Subject: Re: FORMAT_INTEGER is wrong on (some) 64 bit platforms?