Hi,
I tried to build sage from source code on my mac running Mountain lion (10.8.2), but didn't succeed.
Michael,OK, I didn't try either of the two things last time. But I didn't get lucky either after 'make clean' and deleting old scipy package. It failed at the same spot.JBT
On Tuesday, September 25, 2012 3:02:30 PM UTC-7, yomcat wrote:On 26/09/2012, at 9:45 AM, JBT <jianb...@gmail.com> wrote:
> Hi, John,
>
> Thanks for the tip. I tried it, but no luck :-( The 'make' got stuck pretty
> much at the same place.
1. Did you try again from scratch? Either by running 'make clean' or unpacking the source again.
2. Did you delete the older scipy spkg?
John,FYI, here is the uname info:>$ uname -aDarwin 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
gcc ... -arch i386 -arch x86_64 ... gcc: error: i386: No such file or directory gcc: error: x86_64: No such file or directory
Hi John,Thanks for following up on this. So, I tried your suggestion. Here are a few shell lines:>$ makecd 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 :-(