Code::Blocks Forums

User forums => Help => Topic started by: mercury on June 16, 2005, 06:03:13 pm

Title: Linking wx with Gcc
Post by: mercury on June 16, 2005, 06:03:13 pm
Hi!
I'm doing my first project with wx in windows. After I've set all directories for the includes in the compiler options I get an error saying lib wx can't be found ("-lwx cannot be found"). So any ideas how to link?

Best regards to you all,
George
Title: Linking wx with Gcc
Post by: rickg22 on June 16, 2005, 06:34:21 pm
Maybe they're not found because you didn't download them ;-)

(No, Code::Blocks does NOT include wx libraries. You have to download them and install them by yourself) Try going to the wxWidgets forums. Good luck! :)
Title: Linking wx with Gcc
Post by: Urxae on June 17, 2005, 10:36:29 am
If you have downloaded and compiled it, are you sure it's called 'wx'? After I compiled wxWidgets 2.4.2 (withthe provided makefile), the library I needed was 'wxmsw242', not 'wx'.
Title: Linking wx with Gcc
Post by: tiwag on June 17, 2005, 11:25:47 am
it is intended to replace the -lwx with the appropriate library name, you are using for your/this project.
the lib names depend on the used version of Wxwidgets and the various build flavours (dll, static, ... )