Re: tsearch2 windows make failure

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsearch2 windows make failure
Date: 2004-10-19 22:35:16
Message-ID: 417596A4.80200@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>
>
>>Info: resolving _my_exec_path by linking to __imp__my_exec_path (auto-import)
>>fu000001.o(.idata$3+0xc): undefined reference to `libpostgres_a_iname'
>>nmth000000.o(.idata$4+0x0): undefined reference to `_nm__my_exec_path'
>>
>>
>
>I was wondering whether my_exec_path might need to be marked DLLIMPORT.
>Not sure about the other symbol though.
>
>
>
>

Is this going to be fixed? Right now tsearch2 is totally busted for
Windows. I would fix it but my attempt (marking my_exec_path with
DLLIMPORT) just seemed to make things worse (pgtz.c blew up).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-10-19 22:38:49 Re: plans for bitmap indexes?
Previous Message Tom Lane 2004-10-19 22:31:04 Re: DETERMINISTIC as synonym for IMMUTABLE