首页 > 解决方案 > How do I fix the problem with forward declaration of struct context when building gcc 4.3.3?

问题描述

When I try to build gcc 4.3.3 from source I get this error ../../.././libjava/prims.cc:193: error: forward declaration of 'struct ucontext' I have modified every linux-unwind.h so I changed struct ucontext to ucontext_t and still the same error shows up so Any idea anyone to fix it?

标签: c++gcc

解决方案


推荐阅读