Yes, I could reproduce the error with
CXXFLAGS = -O0
and fixed it with the suggestions in
http://stackoverflow.com/questions/11055802/static-and-extern-global-variables-in-c-and-c
by replacing extern with const.
<http://stackoverflow.com/questions/11055802/static-and-extern-global-variables-in-c-and-c>

        [[alternative HTML version deleted]]

_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to