kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Messy dependencies between libraries #470

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to build some simple template with no threading, scheduler, etc.
2. add e.g. "help" command
3. notice a dependence chain: help -> LibPosix -> LibPosixIdx -> LibSync -> 
sync -> sched

What is the expected output? What do you see instead?
WTF?!

Original issue reported on code.google.com by Eldar.Abusalimov on 19 Sep 2012 at 2:24

GoogleCodeExporter commented 9 years ago
LibPosix is a big library containing all posix comapatiblity. It will include 
fork sometime, etc. Depenedency of "help" in described chain should be stated 
as invalid (fixed in r6897)

Original comment by drakon.m...@gmail.com on 30 Jul 2013 at 1:07