Hallo

I just try to compile the mjpegtools (CVS version) on a MAC OS X.
Additional to the packages mentioned in the compile description on the
mjpeg.sf.page. I had to install the libjepg 6b (I did a: make install,
make install-headers make install-lib). To be able to configure the
package. 

Now it seems that the compile fails when I try to link the first program
to the jpeg-lib:
....
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include
-DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.3\"    -I
/usr/X11R6/include -I../utils -I/usr/local/include/gtk-1.2
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include    
-mcpu=7450 -mtune=7450 -g -O2 -Wall -Wunused -MT lav2yuv.o -MD -MP -MF
".deps/lav2yuv.Tpo" -c -o lav2yuv.o lav2yuv.c; \
then mv -f ".deps/lav2yuv.Tpo" ".deps/lav2yuv.Po"; else rm -f
".deps/lav2yuv.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include
-DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.3\"    -I
/usr/X11R6/include -I../utils -I/usr/local/include/gtk-1.2
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include    
-mcpu=7450 -mtune=7450 -g -O2 -Wall -Wunused -MT lav_common.o -MD -MP
-MF ".deps/lav_common.Tpo" -c -o lav_common.o lav_common.c; \
then mv -f ".deps/lav_common.Tpo" ".deps/lav_common.Po"; else rm -f
".deps/lav_common.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -mcpu=7450 -mtune=7450 -g -O2 -Wall
-Wunused   -o lav2yuv  lav2yuv.o lav_common.o ../utils/libmjpegutils.la
liblavfile.la liblavjpeg.la  
gcc -mcpu=7450 -mtune=7450 -g -O2 -Wall -Wunused -o .libs/lav2yuv
lav2yuv.o lav_common.o  ../utils/.libs/libmjpegutils.dylib
./.libs/liblavfile.dylib ./.libs/liblavjpeg.dylib
ld: Undefined symbols:
_jpeg_CreateCompress
.....

Doe anyone have a idea what fails there ? And how to fix it ?


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to