Code::Blocks Forums
User forums => Help => Topic started by: Marcel on June 16, 2008, 03:24:49 pm
-
I wanted to compile a plugin for xchat with wxwidgets inside. (sorry for my english ;p)
I get this errors:
/usr/bin/ld: obj/Release/main.o: relocation R_X86_64_32 against `Simple::sm_eventTable' can not be used when making a shared object; recompile with -fPIC
So, how can I compile with -fPIC ?
-
It looks like a macro.
You can add it in the compiler options of your project settings.
Dje
-
Mhhh do you have a example, I don't understand, sorry ;)
edit:
I put it to project->build options->other options, but it's still the same error