On Sep 6, 12:58 pm, John H Palmieri <jhpalmier...@gmail.com> wrote:
> On Sep 5, 11:18 pm, Minh Nguyen <nguyenmi...@gmail.com> wrote:
>
> > Hi David,
>
> > On Sat, Sep 5, 2009 at 9:58 PM, Dr. David Kirkby<david.kir...@onetel.net>
> > wrote:
>
> > <SNIP>
>
> > An updated spkg can be found at
>
> >http://sage.math.washington.edu/home/mvngu/release/spkg/standard/ecl-...
>
> > and am now testing it under various platforms.
>
> Using this, I can build successfully on Mac OS X 10.5, 32-bit, but not
> 64-bit.
Well, now it seems to have built on 64-bit as well. It doesn't work
if I first execute
export MAKE='make -j2'
but it works if MAKE='make'. Here's the tail end of the installation
with MAKE='make -j2'; I think I get a similar error with 32-bit or 64-
bit, but this is from the 64-bit attempt:
cd c; make -j2
make[2]: warning: -jN forced in submake: disabling jobserver mode.
cat /Applications/sage_builds/sage-4.1.2.alpha0-64bit/spkg/build/
ecl-9.8.4.p0/src/src/c/symbols_list.h | \
sed -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*NULL,.*}%{\1,NULL}%g' \
-e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*\([^,]*\),.*}%{\1,"\2"}%g' \
-e 's%{NULL.*%{NULL,NULL}};%' > /Applications/sage_builds/
sage-4.1.2.alpha0-64bit/spkg/build/ecl-9.8.4.p0/src/src/c/
symbols_list2.h
if test -f ../CROSS-DPP ; then ../CROSS-DPP /Applications/sage_builds/
sage-4.1.2.alpha0-64bit/spkg/build/ecl-9.8.4.p0/src/src/c/main.d
main.c ; else ./dpp /Applications/sage_builds/sage-4.1.2.alpha0-64bit/
spkg/build/ecl-9.8.4.p0/src/src/c/main.d main.c ; fi
/bin/sh: ./dpp: No such file or directory
make[2]: *** [main.c] Error 127
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [libeclmin.a] Error 2
make: *** [all] Error 2
John
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---