Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Makefile patch to make gcov work on Postgres contrib modules - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Makefile patch to make gcov work on Postgres contrib modules
Date
Msg-id [email protected]
Whole thread Raw
In response to Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <[email protected]>)
List pgsql-hackers
Gregory Stark wrote:
> Actually better than adding -lcov, I think this rule really ought to
> have CFLAGS in it in case there are other CFLAGS that are necessary
> at link time.

But why would -lcov appear in CFLAGS?  If it's a library it should be in 
LIBS and perhaps in SHLIB_LINK.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: [[email protected]: Re: Anyone interested in improving postgresql scaling?]
Next
From: Tom Lane
Date:
Subject: Re: Makefile patch to make gcov work on Postgres contrib modules