Author Topic: SOLVED: Where to Put Libraries?  (Read 2991 times)

Offline arew264

  • Multiple posting newcomer
  • *
  • Posts: 22
SOLVED: Where to Put Libraries?
« on: April 26, 2007, 05:58:08 am »
I'm trying to create a project using SDL. I selected SDL project in the wizard when creating the project, and put in paths for the subfolders.
The problem is that now, when I try to compile, the linker gives me the error that it can't find -lSDL.dll. I don't know if it is doing something it shouldn't (no experience with linkers) or if I have put in something I shouldn't have. I am pretty sure the paths I gave it in the wizard are correct, but I see no place to examine or fix them.
SDL is located in C:/SDL and SDL.dll is at C:/SDL/lib/SDL.dll. How can I get the linker to use this file, or should it be using a different file? I'm lost here, I'm just trying to get this to compile and figure out what's going on. What do I need to do?
« Last Edit: April 26, 2007, 06:03:54 am by arew264 »

Offline arew264

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Where to Put Libraries?
« Reply #1 on: April 26, 2007, 06:03:38 am »
Nevermind, I feel like an idiot.
Didn't notice there's a wiki.
To anyone else with this problem: check out http://wiki.codeblocks.org/index.php?title=Sdl
You people really have this project moving along really well. Thanks!