6 Mar
2021
6 Mar
'21
4:11 p.m.
---- Le sam., 06 mars 2021 09:58:05 -0500 Waldek Hebisch <mailto:hebisch@math.uni.wroc.pl> écrit ---- That looks weird, did you follow instructions that I posted? When using unpatched gcc-3.4.6 this error is due to libc change: older libc headers defined 'struct context' and gcc-3.4.6 used it. Recent libc headers no longer define this struct, so the error. However, the patch I provided effectively comments out this code, so it should be impossible to get such error. -- Waldek Hebisch _______________________________________________ Indeed I have tried without following your instructions and patch. Now that I see that there is a reason for your patch, I will retry by following your instructions. ;-)