configure error

configure error

am 07.04.2006 11:00:16 von Karol Szkudlarek

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=20
beetween Linux(server postgres) <-> Linux (client) with success?

Regards,

--=20
Karol Szkudlarek
Badawczo - Rozwojowa Spó³dzielnia Pracy Mikroprocesorowych System=F3w
Automatyki "Mikronika"
ul. Wykopy 2/4
60-001 POZNA=D1
tel. +48 61 6655600
fax +48 61 6655602
e-mail karol@mikronika.com.pl

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Re: configure error

am 07.04.2006 13:32:45 von Ludek Finstrle

> 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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend