Message110498
> Hmm, after thinking about it, what happens is that the C object file is
> not used at all, so it's probably optimized away by the linker.
That sounds right. I recall similar problems with pymath.c at one stage: none of the functions it defined was being used in the core, so it didn't get compiled into the python executable and the build failed similarly. |
|
| Date |
User |
Action |
Args |
| 2010-07-16 21:11:30 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, georg.brandl, rhettinger, belopolsky, pitrou, tim.golden, rnk |
| 2010-07-16 21:11:29 | mark.dickinson | set | messageid: <[email protected]> |
| 2010-07-16 21:11:28 | mark.dickinson | link | issue9079 messages |
| 2010-07-16 21:11:28 | mark.dickinson | create | |
|