Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
56 votes
3 answers
107k views

How do I set up ccache?

I want to use ccache to speed up compilation. I came across How do I enable ccache?. This is what I have done so far: $ sudo apt-get install -y ccache $ dpkg -l ccache ii ccache 3.1.6-1 ...
Victor Lamoine's user avatar
0 votes
2 answers
5k views

m4 preprocessor "ERROR: end of file in string"

I'm getting this error msg: m4:myPerlScript.pl:77: ERROR: end of file in string when trying to use m4 to replace a string in some perl scripts. I'm making the call inside a makefile. $(OUTDIR)/%: ...
llama's user avatar
  • 101
0 votes
1 answer
704 views

Editing the path files for configuring make file

I installed a new software in my Ubuntu 12.04. To install I downloaded it,and then do these in the terminal cd ~/Downloads chmod +x gpucomputingsdk_4.2.9_linux.run ./gpucomputingsdk_4.2.9_linux....
sai kiran grandhi's user avatar