> > On Feb 15, 9:38˜am, Peter Weilbacher <> wrote: > > A port of ccache would probably also be very useful. I tried it once > > to compile, but it won't of course because of missing OS/2 specific > > implementations. On gentoo-linux where using ccache is some kind of > > default setup I build a mozilla-app in about 20 min (if the code > > didn't change fundamentally in the meantime). Not tested at all, but try http://smedley.info/ccache.zip All it needed was Yuri's mmap library for mmap/munmap -- Cheers, Paul. This promises to be a really good tool, someday... 1) It's incapable of using 'PATH' or its own 'CCACHE_PATH' to find the compilers. You have to specify the f/q path to the compilers using slashes (vs backslashes) and must include the '.exe'. E.g. SET CC=ccache G:/gcc433/bin/gcc.exe SET CXX=ccache G:/gcc433/bin/g++.exe Richard Walsh