oldk1331 wrote:
> 
> Add "all-boot" after "all-graph" makes it work ("make -j10" also works,
> I mean, past this src/boot stage).  Don't know why:
> 
> diff --git a/src/Makefile.in b/src/Makefile.in
> index 8dba991..95e419d 100644
> --- a/src/Makefile.in
> +++ b/src/Makefile.in
> @@ -57,7 +57,7 @@
>         cd input && ${MAKE}
>  all-asq: all-algebra
>         cd etc && ${MAKE}
> -all-graph: all-lib
> +all-graph: all-lib all-boot
>         cd graph && ${MAKE}
> 
>  all-aldor: all-axiomsys all-algebra

Weird.  all-graph is pure C stuff, completely independent from
Lisp thing in all-boot.  I suspect that this just changes
timings enough for the problem to go away on your machine...

BTW: I retried build with Closure CL 1.11 several times with
minor variations and for me it does not want to fail...


-- 
                              Waldek Hebisch

-- 
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].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to