Thread: Error in psqlodbc configuration

Error in psqlodbc configuration

From
isharasjc
Date:
Hi,

I used ./configure --with-odbc --enable-pthreads and try to configure
psqlodbc in solaris x86.
But it exits with an error,

..
..
..
checking whether time.h and sys/time.h may both be included... yes
checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long)
See `config.log' for more details.
bash-3.00#


Pls give me a solution to resolve this.


--
View this message in context: http://www.nabble.com/Error-in-psqlodbc-configuration-tp25149493p25149493.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


Re: Error in psqlodbc configuration

From
Hiroshi Inoue
Date:
isharasjc wrote:
> Hi,
>
> I used ./configure --with-odbc --enable-pthreads and try to configure
> psqlodbc in solaris x86.
> But it exits with an error,
>
> ..
> ..
> ..
> checking whether time.h and sys/time.h may both be included... yes
> checking for long... yes
> checking size of long... configure: error: cannot compute sizeof (long)
> See `config.log' for more details.

Could you show us the config.log?

regards,
Hiroshi Inoue