views:

1452

answers:

3
A: 

Consider using #include_next <limits.h> (gcc extension) in order to force gcc to look at the next found limits.h in the include path (which should be the toolset's copy).

ASk
I don't have any other (sensible) limits.h. I need the GCC limits.h. The one in include-fixed seems... off.
Jonas Byström
A: 

I don't exactly remember the resolution any more, but it had to do with some missing package. After apt-getting some more stuff, it worked for me.

Jonas Byström
+1  A: 

the package that you need is glibc.

ferdna
That sounds right. I'll mark it as the solution, even if I haven't verified it.
Jonas Byström