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

From Andrew Dunstan
Subject Re: tsearch2 windows make failure
Date
Msg-id 4176BEA8.9010504@dunslane.net
Whole thread Raw
In response to Re: tsearch2 windows make failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>  
>
>>../../src/Makefile.shlib:327: warning: overriding commands for target `libtsearch2.a'
>>../../src/Makefile.shlib:262: warning: ignoring old commands for target `libtsearch2.a'
>>    
>>
>
>Broken coding in the WIN32 parts of Makefile.shlib?  I don't see this
>here.
>
>  
>

Yes, I see that for win32 and cygwin a different ruleset is defined for 
lib$(NAME).a if enable_shared is true. On most platforms those rules 
only cover $(shlib) but for win32 and cygwin the enable_shared rules 
cover both.

Is the right fix to surround the earlier rule with conditionals so there 
isn't a rule conflict?

cheers

andrew




pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: [BUGS] BUG #1290: Default value and ALTER...TYPE
Next
From: Robert Treat
Date:
Subject: Re: Using ALTER TABLESPACE in pg_dump