Jean-Marc Valin writes: > I think the problem here is that you enabled -m64 and -march=i386. > There's a conflict in that i386 does not support 64 bit instructions. > Instead, try > "-m64 -march=athlon64" (and no need for the -mcpu=i686). >
I'm at the edge of my understanding with compilation, so let me ask ... Do I do this during the ./configure? Is this an argument to ./configure? Perhaps something with CXX? I'm guessing something like that because I see march references in config.log and Makefile. > Jean-Marc > > Le jeudi 05 mai 2005 � 13:47 -0400, Janina Sajka a �crit : > > FYI -- Every now and then I try again to get my Multiface working in my > > 64-bit Fedora 3 environment. Latest attempt gives me this familiar old > > error while building alsa-tools-1.0.9rc3: > > > > if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > > -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hdspconf\" > > -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_LIBASOUND=1 -I. -I. -O2 > > -g -pipe -m64 -O2 -march=i386 -mcpu=i686 -I/usr/X11R6/include > > -fno-exceptions -MT hdspconf.o -MD -MP -MF > > ".deps/hdspconf.Tpo" \ > > -c -o hdspconf.o `test -f 'hdspconf.cxx' || echo './'`hdspconf.cxx; \ > > then mv -f ".deps/hdspconf.Tpo" ".deps/hdspconf.Po"; \ > > else rm -f ".deps/hdspconf.Tpo"; exit 1; \ > > fi > > hdspconf.cxx:1: error: CPU you selected does not support x86-64 > > instruction set > > hdspconf.cxx:1: error: CPU you selected does not support x86-64 > > instruction set > > make[1]: *** [hdspconf.o] Error 1 > > make[1]: Leaving directory > > `/home/rednote/src/redhat/BUILD/alsa-tools-1.0.9rc3/hdspconf/src' > > make: *** [all-recursive] Error 1 > > > > > > Janina > > > > > -- > Jean-Marc Valin <[EMAIL PROTECTED]> > Universit� de Sherbrooke -- Janina Sajka Phone: +1.202.494.7040 Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com Chair, Accessibility Workgroup Free Standards Group (FSG) [EMAIL PROTECTED] http://a11y.org If Linux can't solve your computing problem, you need a different problem.
