C言語のコンパイルのためのメモ。
コマンド
gcc -o test test.c
test.cをコンパイルして、実行形式ファイルのtestを作る。-o を省略すると、a.out という名前のファイルができる。
初め、このコマンドでコンパイルするとエラーメッセージ
error: stdio.h: No such file or directory
が出てくる。
libc6-devパッケージをインストールするとコンパイルできるようになった。
linux-libc-devも一緒にインストールされた。
参考サイト
http://sitebites.homeip.net/annex/UbuntuTips/#id7
http://forum.ubuntulinux.jp/viewtopic.php?id=51
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿