[1437] (初歩的な)質問
投稿者:高校生
2009/09/09 11:58:21
プログラミングを作る の本を使ってやっているのでcrowbar_book_0_1は 「C:\Documents and Settings\s2007070\デスクトップ\win_sjis\crowbar_book_0_1」にあります。そこでコマンドプロンプトで
cd C:\C:\Documents and Settings\s2007070\デスクトップ\win_sjis\crowbar_book_0_1[Enter]
とタイプして C:\C:\Documents and Settings\s2007070\デスクトップ\win_sjis\crowbar_book_0_1に移動し、そこで
gmake [Enter]
とタイプしたのですが
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
C:\Documents and Settings\s2007070\デスクトップ\win_sjis\crowbar_book_0_1>gmake
cd ./memory; gmake;
gmake[1]: Entering directory `c:/Documents and Settings/s2007070/デスクトップ/wi
n_sjis/crowbar_book_0_1/memory'
gmake[1]: `mem.o' is up to date.
gmake[1]: Leaving directory `c:/Documents and Settings/s2007070/デスクトップ/win
_sjis/crowbar_book_0_1/memory'
cd ./debug; gmake;
gmake[1]: Entering directory `c:/Documents and Settings/s2007070/デスクトップ/wi
n_sjis/crowbar_book_0_1/debug'
gmake[1]: `dbg.o' is up to date.
gmake[1]: Leaving directory `c:/Documents and Settings/s2007070/デスクトップ/win
_sjis/crowbar_book_0_1/debug'
gcc lex.yy.o y.tab.o main.o interface.o create.o execute.o eval.o string.o strin
g_pool.o util.o native.o error.o error_message.o ./memory/mem.o ./debug/dbg.o -o
crowbar -lm
C:\Documents and Settings\s2007070\デスクトップ\win_sjis\crowbar_book_0_1>
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
というようなメッセージがでて、crowbar.exeがcrowbar_book_0_1のフォルダの中にできました。
crowbar.exeをダブルクリックすればいいのですか?ダブルクリックしても一瞬だけ黒い画面が出るだけです。