Created
January 9, 2017 19:31
-
-
Save 4noha/ad18a21c1527c2421298b873374e0b37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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