[EMAIL PROTECTED] wrote:
Hi !

Who is working on de-hydra currently ?
I am.
I by myself tried to compile dehydra in cygwin, and succeeded after
totally ripped off all dehydra functionality. (Something like NULL
plugin ?!)
There exists links to gcc source code - and correct me if I'm wrong -
but linux linker can export symbols missing in dehydra plugin from gcc
itself.
In windows however it's not possible - so because of that those global
variables needs to be passed by gcc to de-hydra plugin.
I've tried something similar - put global_namespace into tree-plugin-
pass.c, but then it results in linker error:
   tree-plugin-pass.c:156: undefined reference to `_global_namespace'
Yeah, normally on windows you need to make a .def file or something with all of the symbols you want to share..Just dump every gcc symbol in there to replicate linux behavior. However cygwin should emulate enough of linux to not need that...Are you sure you are loading the plugin into the C++ compiler?
May be we can exchange some mail on who is doing and what, and I could
assist porting de-hydra to cygwin.
I'm intrested in writing different plugin, than de-hydra - so it would
be good to know who is doing and what.
Ok.

Taras


_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to