>>>>> On Tue, 14 Dec 2004 11:58:07 +0100, Matthias Klose <[EMAIL PROTECTED]> >>>>> said:
Matthias> David Mosberger writes: >> >>>>> On Mon, 13 Dec 2004 20:47:41 +0100, Matthias Klose >> <[EMAIL PROTECTED]> said: Matthias> It's currently built by the gcc-3.4 sources and includes Matthias> the libunwind.so.7 shared library. >> The libunwind.so.7 in libgcc1 v3.4.3-2 appears to be built from >> the GCC sources. Is that what you had in mind? Matthias> yes, based on your statement that both versions would Matthias> do. it's possible to include the libunwind source in the Matthias> gcc-3.4 source and build the libunwind7 package from that Matthias> source. Now I'm confused. I thought that after running into the libunwind build-failures, you decided to replace the GCC-based libunwind with the one from the libunwind package. I just checked and with the current packaging, I'm still getting failures during the libunwind build. For example: : gcc -g -O -fexceptions -Wall -Wsign-compare -o .libs/Lperf-simple Lperf-simple.o ../src/.libs/libunwind-ia64.so Gperf-simple.o(.text+0x32): In functionLperf-simple.o(.text+0x32): In function `measure_unwind': ../../libunwind/tests/Gperf-simple.c:64: undefined reference to `_Uia64_getcontext' : Did you fix this issue in some other way? --david