Re: [ccache] How to make ccache not interpret 'multiple'

2011-01-24 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
At: 1/23 11:23:07 On 2011-01-21 18:01, NITIN KHOSLA, BLOOMBERG/ 731 LEXIN wrote: CC: Invalid input file name /home/nkhosla/.ccache/tmp/FILENAME.ii, no output generated for this file. . Above is the error I get from ccache. I modified FILENAME part. Result: compiler produced no output . I found

Re: [ccache] How to make ccache not interpret 'multiple'

2011-01-21 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
That is that Sun CC apparently cannot correctly compile C++ templates when the file is preprocessed separately from compilation. Though that post is OLD. Is this still true regarding solaris CC compiler? Nitin - Original Message - From: NITIN KHOSLA (BLOOMBERG/ 731 LEXIN) To: j...@rosdahl.net

[ccache] Issues using ccache

2011-01-20 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
I am using first time. I have read documentation but not found my answers. Simple command: ccache gcc -o 1.o 1.c ccache -V ccache version 3.1.4 a) Ran first time and then second time. What called for link means? called for link1 called for link

Re: [ccache] Issues using ccache

2011-01-20 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
Ok. Found it. ccache only works with compiler. So -c option has to be there. Tried with solaris compiler. a) CC compiler's one of the options are as -xprefetch=no%auto,explicit . ccache log says: . [2011-01-20T13:45:30.259109 13240] Unsupported language: prefetch=no%auto,explicit

[ccache] How to make ccache not interpret 'multiple' compiler options

2011-01-20 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
Facing an issue with solaris compiler options. Our solaris compiler command takes many -xflags. Command: ccache CC -xcode=pic32 -xdebugformat=stabs -c -o file.o file.c [2011-01-20T14:54:50.499872 9962 ] Unsupported language: debugformat=stabs [2011-01-20T14:54:50.509438 9962 ] Result:

Re: [ccache] How to make ccache not interpret 'multiple'

2011-01-20 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
At: 1/20 16:37:43 On 2011-01-20 21:01, NITIN KHOSLA, BLOOMBERG/ 731 LEXIN wrote: Facing an issue with solaris compiler options. ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache