Hi, On Nov 11, 5:05 pm, "Dr. David Kirkby" <david.kir...@onetel.net> wrote: > I was just looking at a file in Sage, which lists the dependencies for ECL:. > It has: > > $(INST)/$(ECL): $(BASE) $(INST)/$(MPIR) $(INST)/$(TERMCAP) \ > $(INST)/$(READLINE) $(INST)/$(BOEHM_GC) > > which means ECL does not start building until after both readline and termcap > are built. Is this necessary? I don't see anything in the ECL documentation to > indicate this is true.
I just took a look into ECL's ebuilds and can confirm this. Neither readline nor ncurses (replacement for termcap) appear in its dependencies. > > Dave -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org