I was missing the libXp-devel library.
After installing it (yum install libXp-devel) the error message
disappeared.
> Hello,
> When I try to build vncrec, the process stops with the following
> error :
> (...)
> making all in ./vncrec...
> make[2]: Entering directory `/usr/local/bin/vncrec-0.2/vncrec'
> rm -f vncrec
> gcc -m32 -o vncrec -O2 -fno-strength-reduce -fno-strict-aliasing -
> L/usr/lib argsresources.o colour.o desktop.o dialogs.o
> fullscreen.o listen.o misc.o popup.o rfbproto.o
> selection.o shm.o sockets.o vncviewer.o -lXaw -lXmu -lXt -lSM -
> lICE -lXpm -lXp -lXext -lX11 ../libvncauth/libvncauth.a
> /usr/bin/ld: cannot find -lXp
> collect2: ld returned 1 exit status
> make[2]: *** [vncrec] Error 1
> make[2]: Leaving directory `/usr/local/bin/vncrec-0.2/vncrec'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/bin/vncrec-0.2'
> make: *** [World] Error 2
> <<<<<
> My (newbie) understanding is that gcc needs a missing library called
> Xp. The problem is that I cannot find it on the web (and its name
> doesn't help as you can imagine !). Would you please tell me what it
> is used for and maybe where it can be downloaded ?
> Thanks a lot.
> Patrick