when I am trying to install snappy in Ubuntu I am getting the following
error:
error: command 'gcc' failed with exit status 1
With one of my friends suggestion I tried to install snappy-c.h in the
following manner:
sudo apt-get install snappy-c.h
But still I failed to install snappy-c.h
I tried this way also:
I had downloaded python-snappy-0.4-tar.gz and pasted setup.py in python 2.6
folder and run the following command at prompt:
python /usr/lib/python2.6/setup.py build
Then also I am getting gcc error
Please help me in this regard