This is the mail archive of the gcc@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] | |
Ah, ok. But shouldn't detect configure this problem and disable support for libunwind then?
Also the mentioned --disable-libunwind-exceptions workaround is not documented in install.texi, instead there is a note for ia64 which reads "If you are using the optional libunwind library,
then you must use libunwind 0.96 or later." which suggests, I have to enable this manually, not fix a wrong configure guess with --disable-libunwind-exceptions.
! AC_CHECK_LIB(unwind, _Unwind_Resume_or_Rethrow, use_libunwind_default=yes, use_libunwind_default=no)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |