Re: When doing installcheck, an error message "unresolved external symbol _get_test_dsn ..." displays.

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Kazuki Uehara <uehara(dot)kazuki(at)lab(dot)ntt(dot)co(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: When doing installcheck, an error message "unresolved external symbol _get_test_dsn ..." displays.
Date: 2017-08-04 05:37:02
Message-ID: 4e2e43b1-8cf1-028b-75d5-1d38f489dc59@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Uehara-san,

On 2017/08/02 20:03, Inoue, Hir,oshi wrote:
> Hi Uehara-san,
>
> On 2017/08/02 16:47, Kazuki Uehara wrote:
>> Hi, all
>>
>> Operating System:
>> Windows7 64bit, psqlODBC 09.06.0410
>> PostgreSQL 9.6.1 on CentOS7
>>
>> The following trouble occurred when doing installcheck.
>>
>> ----------
>> $ nmake /f win.mak installcheck
>> ...
>> reset-db.obj : error LNK2019: unresolved external symbol
>> _get_test_dsn referenced in function _main
>> reset-db.exe : fatal error LNK1120: 1 unresolved externals
>> NMAKE : fatal error U1077: '"D:\Microsoft Visual Studio
>> 14.0\VC\BIN\cl.EXE"' : return code '0x2'
>> Stop.
>> ----------
>>
>> I think $(COMOBJ) is needed for compiling reset-db.c.
>> What do you think?
>>
>> psqlodbc-09.06.0410/test/win.mak
>> -------------
>> # diff win.mak win.mak.new
>> 66c66
>> < cl reset-db.c $(CLFLAGS) $(LINKFLAGS)
>> ---
>> > cl reset-db.c $(CLFLAGS) $(LINKFLAGS) $(COMOBJ)
>> -------------
>
> I would take care of it.

I pushed your patch to git.
Thanks.

Do you see a successful result with the regression test?

regards,.
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2017-08-04 11:59:45 Re: ODBC application works while libpq fails
Previous Message Matej Mihelič 2017-08-03 12:55:29 New bug or regression between 9.6 releases 0410 and 0310