|
From: Steven M. S. <sm...@2B...> - 2003-12-28 19:50:40
|
On Sat, 27 Dec 2003, John Gay wrote: > Well, that wasn't too difficult, once I read it properly. Ah, good - progress! ;) > 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. Sigh, I was afraid that would happen. "--tag" is from libtool-1.5 - I did not realize that had crept into the mjpegtools configuration. It seems that libtool 1.5 is now a requirement for building mjpegtools ;( > 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? Even programmers get frustrated (and irritated) by libtool/autoconf/ automake. > I'll keep bashing away at this until there is more help. The only thing I am fairly certain will work is to install a newer libtool. Can you try that and see if that solves the problem? Cheers, Steven Schultz |