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?

        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`

        What does the failed linking command look like?   Maybe seeing the
        failed command will provide a clue about what is not working.

        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