|
From: John G. <jo...@ei...> - 2003-12-28 19:01:44
|
On Fri 26 Dec 2003 23:58, John Gay wrote: > On Thu 25 Dec 2003 02:48, Steven M. Schultz wrote: > > > > cvs login > > cvs -z9 update > > cvs logout > > Thanks for the info. I"m fetching the cvs tarball now and will install and > configure it soon. Once I've got it running, I'll test your cvs stuff. > Well, that wasn't too difficult, once I read it properly. However, I'm getting strange errors that I'm not to sure about. in utils/mmxsse/Makefile I'm getting problems with the following line: LTCCASCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(NO_FPIC) $(CCASCOMPILE) because libtool says it doesn't support the --tag option? I.E. make[3]: Entering directory `/home/jgay/src/dvd/mjpeg_play/utils/mmxsse' /bin/sh ../../libtool --mode=compile --tag=CC /bin/sh ../../strip_fPIC.sh /usr/bin/nasm -f elf -o mblock_bsad_mmx.lo mblock_bsad_mmx.s libtool: unrecognized option `--tag=CC' Try `libtool --help' for more information. make[3]: *** [mblock_bsad_mmx.lo] Error 1 I've had a look, and found that in utils/altivec/Makefile the line is: LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \ but changing --tag=CC to $(CCAS) makes things worse. Can you tell I'm no programmer? I'll keep bashing away at this until there is more help. Cheers, John Gay |