I'm trying to build a python extension, psycopg2, on tiny core, and I run into a problem where gcc says it cannot find a file, limits.h, that ls says exists on the system.
There is some sort of issue between syslimits.h and limits.h involving recursive calls, but I've never had this problem on regular linux. Anyone have any suggestions? Thanks in advance.
(Output from gcc is attached.)