After some tweaking in Makefiles, interpsys can be generated.
Sadly, both SBCL/ccl encounters memory exception when
doing ")read boo_db.input" in src/algebra .
- Qian
On 3/12/21 11:20 AM, Qian Yun wrote:
Okay, the secret sauce seems to be "cygpath -m".
Now let's see if we can have a complete FriCAS distribution
of Cygwin/SBCL, or mingw64/SBCL with sman.
- Qian
On 3/11/21 9:29 PM, Qian Yun wrote:
On 3/11/21 9:25 PM, Waldek Hebisch wrote:
On Thu, Mar 11, 2021 at 08:50:29PM +0800, Qian Yun wrote:
I tried ccl and sbcl, they sort of run under Cygwin, but they
have problems on unix style pathnames "/cygdrive/xxx", claiming
the file does not exist. That makes them unable to compile FriCAS.
"run under Cygwin" is rathr imprecise statement. Cygwin is
really a library impementing emulation of Posix system calls.
Program linked to Cygin libraries is normal Windows program,
but shows behaviour that is Posix-like due to use of the
library. Cygwin offers a shell and collection of programs
linked to CYgwnin library. Together this gives Unix-like
environment on WIndows. IIUC cygwin shell can start normal
(non linked to Cygwin library) Windows programs, they simply
run under Windows (probably completely) unaware that they
were started from Cygwin program.
Yes, ccl and sbcl are normal win32 applications, they can
run under Cygwin, but don't understand cygwin path.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/59a08550-0518-20f5-ce39-fcaaecae6c69%40gmail.com.