![]() |
syslog module not built during cross compile - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: syslog module not built during cross compile (/thread-16302.html) |
syslog module not built during cross compile - colinliao - Feb-22-2019 Hi All, I am tring to porting python2.7.15 to my arm platform, and I would like to use syslog module in my code. below is my configure options below is make options with these settings, I can compile python successfully, but syslog.so library doesn't generate.any idea that i can have a check? thanks in advanced. |