From: c-amb@math.utah.edu (Mark B. Alston) Subject: Can't compile xv-2.21, help! Date: Tue, 1 Sep 1992 17:13:34 GMT
I am having one hell of a time compiling programs for X. I
have installed the xprog file and followed all instructions for
placement of the libs. However, when trying to compile xv I recieve
the following errors.
# make
gcc -s -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
#
Does xv need some other libs?
I am running: linux 0.97pl2
x11v1.1 with 8514/a patches
gcc 2.2.2d
I am also having problems with any X11 program I compile with
shared libs core dumping all over the place. This seems to suggest
that something is wrong with my libs, but what?