This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14134] structure member not defined


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]