Re: ccache version 3.2.3 has been released
Anders Björklund <[email protected]> Mon, 17 Aug 2015 19:10:01 +0000
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <[email protected]> |
>> that's not really true. make will expand it internally into paths like >> /usr/lib/libz.so. > > Hmm ... there may be versions of make for which that's true, but > Apple's version (which is gnu make 3.81) does not like it. I think it fails because Apple forgot to change ".LIBPATTERNS", so that it only works with *.so but not with *.dylib. Or something. Then again you don't want to require people to create symlinks /usr/lib/libz.so -> /usr/lib/libz.dylib anyway so better to avoid it ? /Anders