Code::Blocks Forums

User forums => Help => Topic started by: Marcel on June 16, 2008, 03:24:49 pm

Title: error
Post 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 ?
Title: Re: error
Post by: dje on June 16, 2008, 03:47:09 pm
It looks like a macro.
You can add it in the compiler options of your project settings.

Dje
Title: Re: error
Post by: Marcel on June 16, 2008, 03:48:18 pm
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