07/07/18 12:58:59
>>153さんのテキストをコンパイルしてみたのですが、
/tmp/ccY67IGB.o(.text+0x163): In function `angle':
: undefined reference to `sqrt'
/tmp/ccY67IGB.o(.text+0x177): In function `angle':
: undefined reference to `sqrt'
/tmp/ccY67IGB.o(.text+0x197): In function `angle':
: undefined reference to `acos'
collect2: ld はステータス 1 で終了しました
と表示されて、./a/out のファイルが作成されなかったのですが
これは何でしょうか・・