From 8d057cb80042d697dcfb8fe1319af80fd5b32ebd Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 3 Apr 2003 07:59:15 +0000 Subject: [PATCH] Add note on building libunwind on HP-UX. (Logical change 1.75) --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index b1c42e56..7d697622 100644 --- a/README +++ b/README @@ -36,6 +36,15 @@ called "__dummy" in the declaration of "struct ia64_fpreg". Without that member, variables of type unw_context_t won't be aligned properly. +* Building on HP-UX + +For the time being, libunwind must be built with GCC on HP-UX. +Unfortunately, gcc-3.0 ships with a bad version of sys/types.h. +The workaround for this is: + + $ mkdir $top_dir/include/sys + $ cp /usr/include/sys/types.h $top_dir/include/sys + * Regression Testing After building the library, you can run a set of regression tests with: