0

Lubuntu 12.10 を実行しています。私のメイクファイルの名前はmakefile次のようになります。

all: SquaresTesting.o Vector2d.o
    clang -o SquaresTesting SquaresTesting.o

SpringTesting.o: SquaresTesting.cpp
    clang -c SquaresTesting.cpp

Vector2d.o: Vector2d.cpp Vector2d.h
    clang -c Vector2d.cpp

私はそのファイルと同じディレクトリにいますが、make実行すると実行されますg++ -c -o SquaresTesting.o SquaresTesting.cpp(g ++と-cの間に4つのスペースがあります。そのようなことはしたことがありません)。変更が保存されていないようです。クラッシュしたか、エディタ Geany がおかしくなったか、ファイルシステムがおかしいか、SSD が壊れているかのいずれかだと思います。

4

1 に答える 1