| 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-20 19:38:16 |
| Message-ID: | 4176BEA8.9010504@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
>Andrew Dunstan <andrew(at)dunslane(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2004-10-20 19:41:40 | Re: Using ALTER TABLESPACE in pg_dump |
| Previous Message | Troels Arvin | 2004-10-20 18:29:12 | Re: BUG #1290: Default value and ALTER...TYPE |