Message404836
By enabling and disabling optimization flags one by one, I figured out it was '-ipo' (inter-procedural optimization) that was the problem. Without that flag, 'configure' is successful. However, now I have a 'make' error:
./Programs/_testembed.c(1774): error: "__builtin_types_compatible_p" is only allowed in C
config_set_argv(&config, Py_ARRAY_LENGTH(argv), argv);
^
compilation aborted for ./Programs/_testembed.c (code 2)
make[3]: *** [Programs/_testembed.o] Error 2 |
|
Date |
User |
Action |
Args |
2021-10-22 22:49:31 | sourish.basu | set | recipients:
+ sourish.basu, christian.heimes |
2021-10-22 22:49:31 | sourish.basu | set | messageid: <1634942971.56.0.521223969493.issue45477@roundup.psfhosted.org> |
2021-10-22 22:49:31 | sourish.basu | link | issue45477 messages |
2021-10-22 22:49:31 | sourish.basu | create | |
|