Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-23 Thread Steven M. Schultz
On Mon, 23 Feb 2004, Dik Takken wrote: > Hmm.. can't find anything odd in the Makefile.* files... > > I use libtool 1.5 and automake 1.6.3 and autoconf 2.57. Ah, good. That is fine. > Thanks for looking into this, I hope you can think of something... What has caused

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-23 Thread Dik Takken
On Sun, 22 Feb 2004, Steven M. Schultz wrote: > > On Sun, 22 Feb 2004, Dik Takken wrote: > > > [EMAIL PROTECTED] lavtools]$ make > > /bin/sh ../libtool --mode=link gcc -mcpu=i686 -march=i686 -march=athlon > > -pipe -O2 -ffast-math -fomit-frame-pointer -s -Wall -Wunused -s -o > > lavplay lavplay

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Steven M. Schultz
On Sun, 22 Feb 2004, Dik Takken wrote: > [EMAIL PROTECTED] lavtools]$ make > /bin/sh ../libtool --mode=link gcc -mcpu=i686 -march=i686 -march=athlon > -pipe -O2 -ffast-math -fomit-frame-pointer -s -Wall -Wunused -s -o > lavplay lavplay.o ../utils/libmjpegutils.a liblavplay.la liblavjpeg.la > l

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Dik Takken
> I do know know why the linker can not find libSDL. Perhaps it is > because the -L option from `sdl-config --libs` is not correct somehow. > > What happens if you do this instead: > > gcc test.cc `sdl-config --libs` This works fine. Also, executing sdl-confi

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Steven M. Schultz
On Sun, 22 Feb 2004, Dik Takken wrote: > software would fail to compile. I compiled SDL myself, I don't need any > devel package. Ah, ok - I do the same thing. > I compiled and linked it to SDL by doing > gcc test.cc -lSDL > It works perfectly. Why can MJPEG Tools not find SDL?

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Dik Takken
On Sun, 22 Feb 2004, Steven M. Schultz wrote: > > On Sun, 22 Feb 2004, Dik Takken wrote: > > > I succeeded in compiling MJPEG Tools version 1.6.2, but I had some > > difficulties. Every time the compile command referenced the SDL library, > > it failed to find it and linking failed. I fixed this b

Re: [Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Steven M. Schultz
On Sun, 22 Feb 2004, Dik Takken wrote: > I succeeded in compiling MJPEG Tools version 1.6.2, but I had some > difficulties. Every time the compile command referenced the SDL library, > it failed to find it and linking failed. I fixed this by replacing Do you have the script/program "sdl-

[Mjpeg-users] Version 1.6.2 Compile problems

2004-02-22 Thread Dik Takken
Hi All, I succeeded in compiling MJPEG Tools version 1.6.2, but I had some difficulties. Every time the compile command referenced the SDL library, it failed to find it and linking failed. I fixed this by replacing all occurrences of "-lSDL" with "/usr/lib/libSDL.so" in the Makefile. Other SDL de