[Bug c/14134] structure member not defined

wilson at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Feb 18 03:50:00 GMT 2004


------- Additional Comments From wilson at gcc dot gnu dot org  2004-02-18 03:50 -------
This was presumably fixed by
    http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00630.html

The problem here is that you are using an old version of glibc which has a
different sigcontext structure than current glibc.  This was fixed by adding
ifdefs to check the glibc version number.

If you want a properly working gcc, you really must use a current version of
glibc, e.g. glibc-2.3.x.  Otherwise, you may run into gcc/glibc bugs.

gcc will work better if you use libunwind, but libunwind is not required.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14134



More information about the Gcc-bugs mailing list