From: Per W. <pw...@ia...> - 2003-01-27 08:56:14
|
Did you spell correctly - note that you speciferent names in your text, compared to the names emitted on the compiler command. /Per W On Mon, 27 Jan 2003, Michael Stather wrote: > 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:/d= ev/Dev-Cpp/include" -I"C:/dev/Dev-Cpp/include/c++" -I"C:/dev/Dev-Cpp/incl= ude" -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" > > 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\s= dl\lib > I entered the path in the "global" directory-settings to apply for all pr= ojects. > If I compile other projects, for example wxWindows, the linker does the s= ame, 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? |