From: Jerry Weiler (weiler@quetzal.cis.ohio-state.edu)
Date: 10/03/92


From: weiler@quetzal.cis.ohio-state.edu (Jerry Weiler)
Subject: Re: setjmp problems with X source
Date: 3 Oct 1992 21:17:01 GMT

In article <1992Oct3.200539.3980@sol.ctr.columbia.edu> fsmith@grind.cheme.cmu.edu (Frank Smith) writes:

   I've installed jump4.1 with 2.2.2d, yet I still get the following errors when
   compiling most X source. The following example is from the xv source:

   ----
   % make
   gcc -o xv xv.a libjpeg.a libtiff.a -lX11 -lm
   xv.a(xvjpeg.o): Undefined symbol _setjmp referenced from text segment
   xv.a(xvjpeg.o): Undefined symbol _setjmp referenced from text segment
   make: *** [xv] Error 1
   %
   ----

   What's the problem? What do I need to change in order for it to use the jump
   libraries? Any help on this would be appreciated.

This comes from trying to link .a files that were compiled with gcc 2.11c.

You need to recompile xv from scratch.

- Jerry