Re: configure error

Lists: pgsql-odbc
From: Karol Szkudlarek <karol(at)mikronika(dot)com(dot)pl>
To: pgsql-odbc(at)postgresql(dot)org
Subject: configure error
Date: 2006-04-07 09:00:16
Message-ID: 44362A20.5090502@mikronika.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

Hi!

I am trying to build the driver psqlodbc-08.01.0200 and configure
(./configure --with-iodbc --enable-unicode)

returns the following error:

checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long), 77
See `config.log' for more details.

My box is Linux Slackware 32-bit. What is it wrong?

Has anybody tried to use with success unicode+odbc+psqlodbc driver
beetween Linux(server postgres) <-> Linux (client) with success?

Regards,

--
Karol Szkudlarek
Badawczo - Rozwojowa Spółdzielnia Pracy Mikroprocesorowych Systemów
Automatyki "Mikronika"
ul. Wykopy 2/4
60-001 POZNAŃ
tel. +48 61 6655600
fax +48 61 6655602
e-mail karol(at)mikronika(dot)com(dot)pl


From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Karol Szkudlarek <karol(at)mikronika(dot)com(dot)pl>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: configure error
Date: 2006-04-07 11:32:45
Message-ID: 20060407113245.GB9189@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

> I am trying to build the driver psqlodbc-08.01.0200 and configure
> (./configure --with-iodbc --enable-unicode)

I have never tried iodbc. So I'm trying send you a common hint.

> returns the following error:
>
> checking for long... yes
> checking size of long... configure: error: cannot compute sizeof (long), 77
> See `config.log' for more details.

What's in config.log? Maybe 'tail -50 config.log' could be good start point.
I expect there is some source code and error message what's going wrong.

> Has anybody tried to use with success unicode+odbc+psqlodbc driver
> beetween Linux(server postgres) <-> Linux (client) with success?

I have tried unicode + unixodbc + psqlodbc a little bit without troubles.

Regards,

Luf