compile error

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
master123467
Posts: 60
Joined: Mon Jan 02, 2006 6:03 pm
Contact:

compile error

Post by master123467 »

when i try to compile irrlicht using Dev Cpp 5 beta under windows vista i get this error

Code: Select all

Compiler: Default compiler
Building Makefile: "C:\Users\master123467\Desktop\Worm Test\Makefile.win"
Executing  make...
make.exe -f "C:\Users\master123467\Desktop\Worm Test\Makefile.win" all
windres.exe -i Project1_private.rc --input-format=rc -o Project1_private.res -O coff 

g++.exe main.o Project1_private.res -o "Project1.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib"   ../../../../Irrlicht/lib/Win32-gcc/libIrrlicht.a  

ld: crt2.o: No such file: No such file or directory

make.exe: *** [Project1.exe] Error 1

Execution terminated
Post Reply