Page 1 of 1

[done] gocache

Posted: 22. Jan 2010, 17:38
by damNageHack
Maybe a good package for developers and packagers.
https://sourceforge.net/projects/gocache/ wrote:gocache (GNU Object Cache) is a clone of ccache (ccache.samba.org), with the goal of supporting other compilers than GCC and adding additional features. Especially embedded compilers will be in focus.
Source code here: https://sourceforge.net/projects/gocach ... z/download

Re: gocache

Posted: 23. Jan 2010, 21:55
by Shador
Here's a x64-package/SLKBUILD: http://gaia.homelinux.org/salix/package ... che/0.0.8/

You can maintain it if you want. I won't cause I don't see any advantage for me over ccache as I don't need an object cache for all those fancy compilers if I don't even use them.

Re: gocache

Posted: 8. Feb 2010, 11:10
by damNageHack
Shador wrote:fancy compilers
Yes, you are right. Seems only to support a wide range of C(++) compiliers. The documentation is only a manpage. I thought that it would support erlang or java as well, but it does not seem so. It is quite useless for the generality if there is ccache cause gcc is default.