Greetings, and thanks for your report! Grégory Vanuxem <[email protected]> writes:
> ------------------------------------------------------------------------------------------------ > GCL: > --->/home/greg/jfricas-sbcl/src/algebra/U64INT.spad-->U64Int((qconvert > (% (Integer)))): Not documented!!!! > U64Int is already explicitly exposed in frame initial > U64Int will be automatically loaded when needed from > /home/greg/jfricas-sbcl/src/algebra/U64INT.NRLIB/U64INT > > )lisp (make-databases nil nil) > "building operation.daase" > "building category.daase" > >> System error: > (1) -> mv: cannot stat 'category.daase': No such file or directory > mv: cannot stat 'compress.daase': No such file or directory > mv: cannot stat 'interp.daase': No such file or directory > mv: cannot stat 'operation.daase': No such file or directory > make[3]: *** [Makefile:622: stamp-db] Error 1 > > ======================================================== > > PS2: Camm, I CCed you too to let you know I think the Debian gcl > package requires libreadline-dev in 'Depends' or 'Suggests' and maybe > some Xorg dev packages. Ex.: directly at the beginning of FriCAS > build, just after compilation of two C files, (compiler::link ..) > passes -lgcl -lX11 -lm -ldl -lgmp -ltirpc -lreadline to ld. I may be > wrong though, and it could be up to the user to install them himself. > Does the problem above vanish if these build-dependencies are installed? Currently on Debian, these packages are added to the build-dependency list of *fricas*, not gcl, though an argument can be made for the latter as lonk as compiler::link is exported. As of the moment, fricas is the only gcl supported program making use of this function. I've added a patch to axiom, which doubtless could be modified slightly for fricas, to enable loading the extra C files using clines, defentry, #'load, and #'save-system in place of the external call to ld. Of interest? Take care, -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah -- 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/87ttzvaioj.fsf%40maguirefamily.org.
