On 2024-10-13 01:18:03, Mohamed Takouri wrote:
> and during the compilation this:
> make[4]: *** [Makefile:3425: giac-SAGE_LOCAL-no-deps] Error 1 make[3]: *** [
> Makefile:3425: /home/momo/sage/sage-10.4/local/var/lib/sage/installed/giac-
> 1.9.0.15p0] Error 2 make[2]: *** [Makefile:3043: all-start] Error 2 make[2]: 
> Leaving directory '/home/momo/sage/sage-10.4/build/make'

When you build a program with "make" and it fails, you actually get
two errors. The first is from the compiler or linker or whatever (the
thing that actually failed), and the second is from "make" itself
(which also eventually fails).

If you scroll up, or look in the build log, there should be another
error with more information. This one unfortunately doesn't say what
went wrong.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/Zwxtiib9s4Cms_JU%40stitch.

Reply via email to