Обсуждение: Error in psqlodbc configuration

Поиск
Список
Период
Сортировка

Error in psqlodbc configuration

От
isharasjc
Дата:
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

От
Hiroshi Inoue
Дата:
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