[unixODBC-support] ODBC driver manager make issue.
Nick Gorham
nick.gorham at easysoft.com
Tue Jul 13 17:03:59 BST 2010
Pramod kumar wrote:
> I have an issue for installing ODBC driver manager 2.2.14 and 2.3 on
> HP-UX 11.31 server, Oracle 11gR2 running on this server.
>
> After unzip and untar the zip file, I run configure command like:
>
> ./configure --prefix=/usr/local --enable-gui=no
>
> We already set CFLAGS, LDFLAGS, CC on our .profile :
>
> d1marcs:/tmp/odbc_download/unixODBC-2.3.0/DriverManager/.libs # echo
> $CFLAGS
> +DD64 -DSS_64BIT_SERVER
> d1marcs:/tmp/odbc_download/unixODBC-2.3.0/DriverManager/.libs # echo
> $LDFLAGS
> +DD64
> d1marcs:/tmp/odbc_download/unixODBC-2.3.0/DriverManager/.libs # echo $CC
>
> We are using cc compiler.
>
> Our issue was make command allways failing. I am using root user to
> configure this.
>
> Attaching two zip files, make6.zip for ODBC driver manager 2.2.14 and
> make7.zip for 2.3 .
>
> Can you give right recomandation asap to resolve our issue.
> Thank you,
>
> Regards
> Pramod Mullappulli.
> Phone# 973-954-0339
> Email: pramod_penguin at yahoo.com <mailto:pramod_penguin at yahoo.com>
>
>
>
>
Looks like its a MS hangover that hasn't bitten until now. I would edit
the file include/sqlext.h in the 2.3 version and edit line 2180 changing
the line
DWORD ODBCGetTryWaitValue ( VOID );
to
DWORD ODBCGetTryWaitValue ( void );
And see how that goes.
--
Nick
More information about the unixODBC-support
mailing list