On Fri, Sep 4, 2009 at 3:26 PM, Dr. David Kirkby<[email protected]> wrote: > > William Stein wrote: >> On Fri, Sep 4, 2009 at 1:11 PM, Dr. David Kirkby<[email protected]> >> wrote: >>> Minh Nguyen wrote: >>>> Hi David, >>>> >>>> On Fri, Sep 4, 2009 at 8:35 PM, Dr. David Kirkby<[email protected]> >>>> wrote: >>>> >>>> <SNIP> >>>> >>>>> Even a 32-bit build would not build on bsd for me. I don't know whether >>>>> there is anything important in your path, since I notice you have your >>>>> own $HOME/usr/bin prepended to the system path, so anything in there >>>>> >>>>> would be picked up first. I've just copied over some of your settings. >>>> I compiled GNU coreutils-7.4 under my home directory on bsd.math and >>>> installed the binaries in $HOME/usr/bin. I pre-pend $HOME/usr/bin to >>>> my PATH variable so that I would run GNU versions of, e.g. ls, cp, mv, >>>> etc. Here's my PATH: >>>> >>>> [mv...@bsd ~]$ echo $PATH >>>> /Users/mvngu/usr:/Users/mvngu/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin:/sw/bin:/usr/local/bin:/usr/texbin >>>> >>> Thank you. I set up your path >>> >>> echo $PATH >>> /Users/mvngu/usr:/Users/mvngu/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin:/sw/bin:/usr/local/bin:/usr/texbin >>> >>> [kir...@bsd sage-4.1.2.alpha0]$ pwd >>> /Users/kirkby/64/sage-4.1.2.alpha0 >>> >>> but get an error installing 'R', so I don't even get as far as ECL. >>> >>> Any ideas? >> >> Reinstalling the 64-bit fortran spkg will fix that problem. >> >> William > > How do I do that? I did > > $ rm spkg/installed/fortran-20071120.p5 > $ make > > The reinstall of fortran worked ok, but R still failed.
The above definitely did *NOT* reinstall the fortan spkg. (1) Make double triple sure that you set SAGE64 to "yes": export SAGE64="yes" (2) Type ./sage -f fortran-20071120.p5 (3) Then do make: make William > > > I created a new spkg for ecl > > http://sage.math.washington.edu/home/kirkby/Solaris-fixes/ecl-9.8.4.p0/ecl-9.8.4.p0.spkg > > but whilst it builds on Solaris and builds on 32-bit OS X, it still does > not (for me at least) build on OS X 64-bit. It gets past the point where > it failed for Minh before, so perhaps he can try it. > > Perhaps my OS X environment is crewed up for 64-bit > > Dave > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
