So I am creating a C++ program using the allegro version 4.4.2 library and I need to be able to produce an executable package which I can submit to a course instructor and have run on his computer without issues. I am developing the program using DevC++. If I am understanding this correctly so far, ..
Category : allegro4
Well, i did all i knew to work with allegro in C++ but i keep getting the same problem, -lalleg not found D:Program Files (x86)Dev-CppMinGW64x86_64-w64-mingw32binld.exe skipping incompatible D:Program Files (x86)Dev-CppMinGW64lib/liballeg.a when searching for -lalleg D:Program Files (x86)Dev-CppMinGW64x86_64-w64-mingw32binld.exe skipping incompatible D:/Program Files (x86)/Dev-Cpp/MinGW64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../liballeg.a when searching for -lalleg D:Program Files (x86)Dev-CppMinGW64x86_64-w64-mingw32binld.exe cannot find -lalleg E:ProgramacionC++PracticasAllegroTestingcollect2.exe [Error] ld ..
Recent Comments