Hi John, Thanks for following up on this. So, I tried your suggestion. Here are a few shell lines: >$ make cd spkg && \ "../spkg/pipestatus" \ "env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \ "tee -a ../install.log" Installing GCC because SAGE_INSTALL_GCC is set to 'yes'.
Unfortunately, still no luck. The building process stopped at the same place. Bummer :-( Jianbao On Wednesday, September 26, 2012 7:11:26 PM UTC-7, John H Palmieri wrote: > > On Tuesday, September 25, 2012 3:24:08 PM UTC-7, JBT wrote: >> >> John, >> >> FYI, here is the uname info: >> >$ uname -a >> Darwin jbtlap.ssl.berkeley.edu 12.2.0 Darwin Kernel Version 12.2.0: Sat >> Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 >> > > From your log: > > gcc ... -arch i386 -arch x86_64 ... > gcc: error: i386: No such file or directory > gcc: error: x86_64: No such file or directory > > > This looks suspicious. Did Sage's gcc spkg build? Or have you installed > gcc yourself? If you've installed it yourself, what does "gcc --version" > say? Also if you've installed it yourself, start with a clean Sage tarball, > get the new scipy spkg (although this won't be relevant if the python > package fails to build) and do this: > > $ export SAGE_INSTALL_GCC=yes > $ make > > Does that help? > > -- > John > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.