From: Michael S. <mic...@nu...> - 2003-01-27 08:48:09
|
Dev-Cpp 4.9.7.0. don=B4t find my librairies any more. When trying to compile a SDL-Project, for example, the compiler output = is as followed: Compiler: Default compiler Building Makefile: "E:\Eigene = Dateien\C++\DevC++\SDLTemplate\Makefile.win" F=FChrt make... aus make.exe -f "E:\Eigene Dateien\C++\DevC++\SDLTemplate\Makefile.win" all g++.exe Main.o -o "Template.exe" -L"C:/dev/Dev-Cpp/lib" = -L"C:/dev/wx/lib" -L"C:/dev/wx/contrib/lib" -L"C:/dev/SDL/lib" SDL.lib = SDL_main.lib -I"C:/dev/Dev-Cpp/include" -I"C:/dev/Dev-Cpp/include/c++" = -I"C:/dev/Dev-Cpp/include" -I"C:/dev/Dev-Cpp/include/c++/mingw32" = -I"C:/dev/wx/include" -I"C:/dev/wx/contrib/include" = -I"C:/dev/SDL/include" -I"C:/dev/wx/lib/mswd" =20 g++.exe: SDL.lib: No such file or directory g++.exe: SDL_main.lib: No such file or directory make.exe: *** [Template.exe] Error 1 The problem is that the files "SDL_lib" and "SDLmain.lib" ARE in = c:\dev\sdl\lib I entered the path in the "global" directory-settings to apply for all = projects. If I compile other projects, for example wxWindows, the linker does the = same, it doesn=B4t find the librairies although the correct paths are specified Perhaps Dev-C++ calls the linker with bad arguments What could be the reason for this? |