|
계산 프로그램을 C로 짜서 쓰려고 합니다.
윈98의 경우, 도스용 gcc인 DJGPP나 win32로 포트한 Dev C++ 모두 잘 돌아갑니다.
근데 윈2000으로 바꾼 후로는 둘다 되지를 않네요. 아예 컴파일이 안됩니다.
이런 메시지가 나오네요.
Compiler: Default compiler
Building Makefile: "D:\Dev-Cpp\source\double\Makefile.win"
Executing make...
make.exe -f "D:\Dev-Cpp\source\double\Makefile.win" all
g++.exe -c main_db.c -o main_db.o -I"D:/Dev-Cpp/include" -I"D:/Dev-Cpp/include/c++" -I"D:/Dev-Cpp/include"
abnormal program termination
make.exe: *** [main_db.o] Error 3
Execution terminated
뭐가 잘못된 건지..
윈 2000에서 문제있으신 분 없는지요?
|