Miro Kropacek wrote:
I wanted to try to recompile also zView and it went quite nice. However, in the final stage, by linking, I got this: pdf/pdflib.o:pdf/pdflib.o:(.text+0x3e8): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.text+0x52c): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.text+0xd14): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.data+0x192): undefined reference to `___gxx_personality_v0'
Be sure you don't use old C++ libraries if you compile your programs with GCC 4.x.
-- Vincent Rivière