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
> liblavfile.la -lpthread -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
> -L/usr/X11R6/lib -lX11
> libtool: link: cannot find the library `'
> 
> I don't know why it fails to tell me which library it can't find, but I
> found out that it is the SDL library. Removing the '-lSDL' part of the

        It is telling you which library it can't find ;)   The library it
        can not find is

                        '

        somewhere there is an extra ' character or other syntax error in
        the generated Makefile.

        The problem would seem to be in the automake or libtool area rather
        than the linker or SDL installation.    These kinds of problems are
        very painful to track down.   In the Makefile look for a misplaced '
        character and work up from there thru the Makefile.in and Makefile.am,
        or perhaps it's a libtool issue somehow.   Which version of libtool
        are you using?  1.5?

        Good Luck.

        Cheers,
        Steven Schultz



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to