|
From: Adam P. <ada...@ya...> - 2005-06-03 16:56:29
|
Hi Cevat, This is a bug in the compiler's optimization code. Try running: "make CPPFLAGS=" to turn off the optimization flags and everything should compile happily. -Adam Cevat Ustun <us...@ip...> wrote: 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 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ MUMmer-help mailing list MUM...@li... https://lists.sourceforge.net/lists/listinfo/mummer-help --------------------------------- Discover Yahoo! Stay in touch with email, IM, photo sharing & more. Check it out! |