SIGAR APIから C ライブラリを実行しようとしています。インクルードディレクトリには、以下のコマンドを使用して実行しようとしている.hファイルがほとんどありません。「バイナリ ファイルを実行できません」というメッセージが表示されます。どうすれば修正できますか?
[oracle@oracleapps include]$ pwd
/home/oracle/sigar/hyperic-sigar-1.6.4/sigar-bin/include
[oracle@oracleapps include]$ cc -o test sigar_fileinfo.h
[oracle@oracleapps include]$ ./test
-bash: ./test: cannot execute binary file
[oracle@oracleapps include]$