|
From: John G. <jo...@ei...> - 2003-12-29 18:48:36
|
On Sun 28 Dec 2003 19:53, Steven M. Schultz wrote: > On Sun, 28 Dec 2003, Steven M. Schultz wrote: > > On Sat, 27 Dec 2003, John Gay wrote: > > > 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. > > Hmmm, the Makefile and libtool files should have been regenerated > during the ./autogen.sh run > > Did you run ./autogen.sh or just ./configure? > I ran ./autogen.sh, but it failed for something. Don't remember exactly what. When I ran ./configure it finished, and ./autogen.sh worked fine after that. As for the newer version of libtool, I'll try that and see if it helps. However, since this compile error is related to calling nasm to compile the mmx/sse optimizations, and the malloc fails had nothing to do with these optimizations, I moved nasm and re-ran ./configure to compile without them. This worked fine and now I have an mpeg2enc that works fine on my glibc-2.2.5 system. So now you know that your fix works for glibc-2.2.5 I'm sure the compile problem is only a minor problem with my box. Cheers, John Gay |