2015-04-26 linux gccで動的リンクするときのリンクオプション GCC Linux .soは/usr/local/libに突っ込んでおくと-L指定しなくてもいい $ ls -l main.c libhoge.so $ gcc -L./ -lhoge -o main main.c