Skip to content

Instantly share code, notes, and snippets.

@4noha
Created January 9, 2017 19:31
Show Gist options
  • Save 4noha/ad18a21c1527c2421298b873374e0b37 to your computer and use it in GitHub Desktop.
Save 4noha/ad18a21c1527c2421298b873374e0b37 to your computer and use it in GitHub Desktop.
cd libdill-1.1/
./configure
make
make check #gccだと通らない?
make clean
./configure CFLAGS=-fno-stack-protector
make
make check
make install
sudo emacs /etc/ld.so.conf
- /usr/local/lib
sudo ldconfig
success!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment