3.実行ファイルの作成
  (1) exe1
     % cc -o exe1 test.c /tmp/hogeso/t/libtest1.so
   >>643氏のように警告が出る上、exe1なる実行ファイルは作られない。
  (2) exe2
     % cc -o exe2 -Wl,-rpath-link,/tmp/hogeso/m test.c /tmp/hogeso/t/libtest1.so
  (3) exe3
     % cc -o exe3 -Wl,-rpath-link,/tmp/hogeso/m test.c -L/tmp/hogeso/t -ltest1