Re: [ccache] ccache version 3.2.3 has been released

2015-08-19 Thread Joel Rosdahl
> > ldflags should not contain libs for linking ... that's what LIBS is for. Thanks, will make it so. -- Joel On 19 August 2015 at 15:41, Mike Frysinger wrote: > On 17 Aug 2015 21:06, Joel Rosdahl wrote: > > Tom Lane wrote: > > > [...] this fails to build for me on late-model OS X: > > > > B

Re: [ccache] ccache interrupt handling bug

2015-08-19 Thread Mike Frysinger
On 17 Aug 2015 21:08, Joel Rosdahl wrote: > Nadav Har'El wrote: > > > [...] Your patch makes ccache exit as soon as it gets the SIGINT - but the > > child compiler might still be running for a while longer. This will usually > > be fine, but I thought the user can be surprised if he sees ccache (

Re: [ccache] ccache version 3.2.3 has been released

2015-08-19 Thread Mike Frysinger
On 17 Aug 2015 21:06, Joel Rosdahl wrote: > Tom Lane wrote: > > [...] this fails to build for me on late-model OS X: > > Bummer. Here's my proposed fix: > https://git.samba.org/?p=ccache.git;a=commitdiff;h=f74c76107933046309861680b741adc67ac2a34e. > Perhaps you could try it out? that might work,