search for: methoddef

Displaying 1 result from an estimated 1 matches for "methoddef".

Did you mean: pymethoddef
2003 Jul 29
1
OpenBSD-alpha and R-1.7.1 problem
...On startup there are complaints about mismatched symbol sizes (see below). This error message comes from the OpenBSD ld.so, and doesn't occur on OpenBSD/i386. On further investigation this seems to occur when the modreg and ts packages are loaded together. In both packages, the R_*MethodDef arrays are declared globally rather than "static const". Changing these declarations to static const results in the warning disappearing. I think this is *probably* a correct fix. Am I missing something or am I talking/writing garbage. The patch is straightforward, I can send...