Open GoogleCodeExporter opened 9 years ago
Try to change Makefile of gsm. Find line
CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1
and replace it with
CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 -fPIC
Then execute
make && make install
#cp -rf ./inc/* /usr/local/include
#cp -rf ./lib/* /usr/local/lib
It helped to me.
Original comment by webmusta...@gmail.com
on 21 May 2013 at 9:14
try follow your comment but still have 2 error like Joao.Bar...@gmail.com,
Original comment by thi...@gmail.com
on 31 May 2013 at 2:30
Same here...
Original comment by darkdus...@googlemail.com
on 7 Nov 2014 at 12:27
Original issue reported on code.google.com by
Joao.Bar...@gmail.com
on 22 Apr 2013 at 2:15