Problems compiling CVS under Windows

From: Denis Gasparin <denis(at)edistar(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Problems compiling CVS under Windows
Date: 2004-04-06 08:22:31
Message-ID: 407268C7.6020200@edistar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

When trying to compile ODBC30 e ODBC25 from CVS, i obtaing the following
error:

Creating library .\ODBC30\psqlodbc.lib and object .\ODBC30\psqlodbc.exp
connection.obj : error LNK2001: unresolved external symbol
_CC_lookup_characters
et
connection.obj : error LNK2001: unresolved external symbol _pg_CS_name
dlg_specific.obj : error LNK2001: unresolved external symbol _pg_CS_name
connection.obj : error LNK2001: unresolved external symbol _pg_CS_code
dlg_specific.obj : error LNK2001: unresolved external symbol _pg_CS_code
convert.obj : error LNK2001: unresolved external symbol _encoded_str_constr
info.obj : error LNK2001: unresolved external symbol _encoded_str_constr
misc.obj : error LNK2001: unresolved external symbol _encoded_str_constr
parse.obj : error LNK2001: unresolved external symbol _encoded_str_constr
convert.obj : error LNK2001: unresolved external symbol _encoded_byte_check
convert.obj : error LNK2001: unresolved external symbol _pg_mbschr
convert.obj : error LNK2001: unresolved external symbol _encoded_nextchar
info.obj : error LNK2001: unresolved external symbol _encoded_nextchar
misc.obj : error LNK2001: unresolved external symbol _encoded_nextchar
parse.obj : error LNK2001: unresolved external symbol _encoded_nextchar
.\ODBC30\psqlodbc.dll : fatal error LNK1120: 7 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.

The problem does not present when i compile ODBC Unicode (win32_30w.mak).

What i'm missing?

Thank you in advance,
Denis

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Rachel Willmer 2004-04-06 12:39:14 FAQ? how best to implement locking with MS Access client, Postgres server, and ODBC?
Previous Message Markus Donath 2004-04-06 08:13:01 Re: ODBC driver further developments?