|
From: Cevat U. <us...@ip...> - 2005-06-03 16:00:54
|
Hi, I'm trying to compile mummer on a g4 powerbook running mac os x 10.3.9 .I have all the development libraries installed. "uname -a" for this machine gives Darwin 179-158.mam.umd.edu 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc "make check" runs ok. "make install" bombs with the following [ustun@179-158:~/MUMmer3.17] $ make install cd /Users/ustun/MUMmer3.17/src/kurtz; make mummer cd libbasedir; make libbase.a make[2]: `libbase.a' is up to date. cd streesrc; make libstree.a make[2]: `libstree.a' is up to date. cd mm3src; make mummer make[2]: `/Users/ustun/MUMmer3.17/mummer' is up to date. cd /Users/ustun/MUMmer3.17/src/tigr; make all /usr/bin/g++ -Wall -O3 show-snps.cc tigrinc.o translate.o delta.o -o /Users/ustun/MUMmer3.17/show-snps; chmod 755 /Users/ustun/MUMmer3.17/show-snps /usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h: In function `void FindSNPs(DeltaGraph_t&)': /usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65: error: `asm' operand requires impossible reload /usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65: error: `asm' operand requires impossible reload chmod: /Users/ustun/MUMmer3.17/show-snps: No such file or directory make[1]: *** [show-snps] Error 1 make: *** [tigr] Error 2 Thanks for any help Cevat Ustun |