Hi Qian, That patch is obviously not enough.
Now there is ./src/interp/lisplib.fasl without this hash-bang line, but for example /src/aldor/lib/axlit.fasl still shows #!/tmp/hemmecke/target/x86_64-linux-gnu/bin/FRICASsys --script and also in the intall directory appear the fasl files with #!/tmp/hemmecke/x86_64-linux-gnu/bin/interpsys --script Ralf On 1/10/20 4:13 AM, oldk1331 wrote: > Hi Ralf, following patch can disable this "#!": > > diff --git a/src/lisp/fricas-lisp.lisp b/src/lisp/fricas-lisp.lisp > index ed9201da..a42e9dd9 100644 > --- a/src/lisp/fricas-lisp.lisp > +++ b/src/lisp/fricas-lisp.lisp > @@ -993,6 +993,8 @@ > > #-(or :ecl :poplog) > (defun fricas_compile_file (f output-file) > + ;; do not embed sbcl/interpsys pathname into fasl files > + #+:sbcl(setf sb-ext:*runtime-pathname* nil) > (compile-file f :output-file (relative-to-absolute output-file))) > > (defun fricas_compile_fasl (f output-file) > > > - Qian -- 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/5663b857-2287-99e1-e16a-af4d1efeebe8%40hemmecke.org.
