えくすぽーと備忘録

ただの備忘録です。過度な期待はしないでください。

2016-02-28から1日間の記事一覧

relocation error by using gtest

Recently, I write a Makefile using gtest. But, I have input the make command then it appear the error message. Due to remove *.a on gitignore file, I solved the problem. I'm relieved...