Re: tsearch2 windows make failure - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: tsearch2 windows make failure
Date
Msg-id 417596A4.80200@dunslane.net
Whole thread Raw
In response to Re: tsearch2 windows make failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: tsearch2 windows make failure
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DETERMINISTIC as synonym for IMMUTABLE
Next
From: Alvaro Herrera
Date:
Subject: Re: plans for bitmap indexes?