Hi all, Yes SBCL should be on the PATH or the path to the executable need to be given.
Nevertheless wherever the sbcl executable is SBCL_HOME need to be defined on Windows since sbcl need to find the sbcl.core file. Cheers __ Greg Le lun. 18 févr. 2019 à 16:09, Kurt Pagani <[email protected]> a écrit : > On 18.02.2019 05:55, oldk1331 wrote: > > > > > > On 2/17/19 12:29 AM, Waldek Hebisch wrote: > >> Thanks for info. I have put preliminary version > >> of this at: > >> > >> http://www.math.uni.wroc.pl/~hebisch/fricas/windows.txt > >> > >> If you think that this is reasonably accurate and useful > >> I will add this to documentation pages at Sourceforge. > >> > > > > Hi Kurt, is this line correct: > > > > $ ./configure --with-lisp="sbcl --dynamic-space-size 1048" > > > > $ ls -l $(which sbcl) > -rwxr-xr-x 1 kfp None 3163221 29. Nov 10:00 /usr/bin/sbcl > > It worked but you're right it is not correct, at least not state of the > art: > > > I think it should be "sbcl.exe" instead of "sbcl". (One has > > to also setup PATH properly.) > > I probably copied/renamed sbcl.exe to /usr/bin/sbcl and one should mention > to > set up the PATH variable properly, indeed. > > > > > Also, "1048" feels strange -- is it 1024 or 2048? > > I recall that I tried 2048 in the first place (what didn't work) so I > change the > "2" to "1", therefore 1048. Better is 1024 of course. > > > > And Waldek, will you add this file to the repo? > > > > Do you agree to this one? > $ ./configure --with-lisp="/pathto/sbcl.exe --dynamic-space-size 1024" > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/f9054b7d-5937-7513-95fc-a250594f0155%40gmail.com > . > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dZXx%3DMFs7wpK8VOUZGFGpLWpyPWi0F8ovv-ms0EcGg3rw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
