It works on cygwin64 with ECL:
1. Open SageMath 8.0 Shell (run as Administrator)
2. Get and unpack FriCAS source tarball (e.g. 1.3.2)
3. patch configure configure.patch (use patch below)
4. ./configure --with-lisp=ecl --without-x
5. make & make install (install needs Admin rights)
6. fricas -->
FriCAS Computer Algebra System
Version: FriCAS 1.3.2
Timestamp: Di, 31. Okt 2017 23:40:58
(sage-sh) kfp@NUC:~$ uname -a
CYGWIN_NT-6.1 NUC 2.8.2(0.313/5/3) 2017-07-12 10:58 x86_64 Cygwin
---
--- configure.orig 2017-04-25 13:41:49.000000000 +0200
+++ configure 2017-10-28 22:29:44.417592600 +0200
@@ -2302,6 +2302,7 @@ fi
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
*-*-*) ;;
+*_*-*) ;;
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
esac
build=$ac_cv_build
@@ -2335,6 +2336,7 @@ fi
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
*-*-*) ;;
+*_*-*) ;;
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
esac
host=$ac_cv_host
@@ -2368,6 +2370,7 @@ fi
$as_echo "$ac_cv_target" >&6; }
case $ac_cv_target in
*-*-*) ;;
+*_*-*) ;;
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
esac
target=$ac_cv_target
On 20 October 2017 at 14:35, oldk1331 <[email protected]> wrote:
> Has anyone built FriCAS on cygwin recently?
>
> I use fricas-1.3.2 tarball, with updated config.{guess,sub}.
>
> I tried to build it with clisp, but that fails quickly
> in src/lisp, because clisp fails at "save-core".
>
> --
> You received this message because you are subscribed to the Google Groups
> "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/fricas-devel.
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.