Building smpeg-0.4.2 against SDL 1.2.0 - still looking for libSDL-1.1

OK, this is driving me nuts. I updated my SDL by compiling
SDL-1.2.0-1.src.rpm, installed it, and am now trying to compile
smpeg-0.4.2. No matter what I do, the example executables (gtv, glmovie,
plaympeg) end up still looking for libSDL-1.1.so.0 even though this file
does not exist anywhere on my system when I compile:

[manuel at ulthar smpeg-0.4.2]$ ldd .libs/gtv
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40018000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4013e000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x40172000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40175000)
libdl.so.2 => /lib/libdl.so.2 (0x401a2000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x401a6000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x401ae000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401be000)
libm.so.6 => /lib/libm.so.6 (0x402a9000)
libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x402c9000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x40328000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40397000)
libc.so.6 => /lib/libc.so.6 (0x403ad000)
libSDL-1.1.so.0 => not found
libesd.so.0 => /usr/lib/libesd.so.0 (0x404d7000)
libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x404de000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

I’ve checked, rechecked and checked again that I don’t have SDL-1.1
installed anywhere at all on my machine - what the heck is going on
here? Other SDL programs (such as avifile) don’t have this problem -
only smpeg seems to show this.

Any ideas? Anyone?

Thanks in advance,–
Manuel A. McLure KE6TAW | …for in Ulthar, according to an ancient
<@Manuel_McLure> | and significant law, no man may kill a cat.
http://www.mclure.org | – H.P. Lovecraft

I wrote:

OK, this is driving me nuts. I updated my SDL by compiling
SDL-1.2.0-1.src.rpm, installed it, and am now trying to compile
smpeg-0.4.2. No matter what I do, the example executables (gtv, glmovie,
plaympeg) end up still looking for libSDL-1.1.so.0 even though this file
does not exist anywhere on my system when I compile:

[manuel at ulthar smpeg-0.4.2]$ ldd .libs/gtv
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40018000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4013e000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x40172000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40175000)
libdl.so.2 => /lib/libdl.so.2 (0x401a2000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x401a6000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x401ae000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401be000)
libm.so.6 => /lib/libm.so.6 (0x402a9000)
libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x402c9000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x40328000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40397000)
libc.so.6 => /lib/libc.so.6 (0x403ad000)
libSDL-1.1.so.0 => not found
libesd.so.0 => /usr/lib/libesd.so.0 (0x404d7000)
libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x404de000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

I’ve checked, rechecked and checked again that I don’t have SDL-1.1
installed anywhere at all on my machine - what the heck is going on
here? Other SDL programs (such as avifile) don’t have this problem -
only smpeg seems to show this.

Any ideas? Anyone?

Never mind - I figured it out. The old libsmpeg-0.4.so.0.0.1 was still
on my machine and that was what was being used to link instead of the
new libsmpeg-0.4.so.0.0.1 - once I deleted that it works fine.–
Manuel A. McLure KE6TAW | …for in Ulthar, according to an ancient
<@Manuel_McLure> | and significant law, no man may kill a cat.
http://www.mclure.org | – H.P. Lovecraft