Displaying 1 result from an estimated 1 matches for "plugin_is_gpl_compatible".
2010 Aug 24
4
[LLVMdev] dragonegg plugin invoking issue
...M and dragonegg. I am able to build all three bits though unsuccessfull in building. Already done obvious things
- checked out the sources as per defined in "Getting the development version" on dragonegg.llvm.org
- Modified the llvm-backend.cpp in dragonegg to make available the global plugin_is_GPL_compatible publically
- exports.map do include the global symbol "plugin_is_GPL_compatible" and "plugin_init"
My host system is CentOS-3.8 and I am building it for same operating system and intel machine.
Can somebody please help me why GCC is not reconizing dragonegg.so as a legal plug...