|
From: Steven M. S. <sm...@2B...> - 2004-01-10 08:07:57
|
On Sat, 10 Jan 2004 ra...@ih... wrote: > Sorry if I missed this on the List I could not find a reference to this > problem. If in future I should look somewhere else please advise. It was asked and answered quite recently - should have been in the mailing list archives. > When I make jpeg-mmx-0.1.4 I get Make error as follows: > > gcc -O6 -I. -c -o jdapimin.o jdapimin.c > /tmp/ccGinhvi.s: Assembler messages: > /tmp/ccGinhvi.s:619: Error: symbol `NOT_SUPPORTED' is already defined > make: *** [jdapimin.o] Error 1 Bug in gcc. Edit the Makefile and change the -O6 to -O2 and the problem will go away Cheers, Steven Schultz |