It might be wrong guess. Did you use generator script 'tools/config.py' to update the parameter (by calling 'make config')? The undefined references may happen when manually editing generated 'Makefile.config' while (also generated) file 'config.h' is not changed and code macros expand differently (e.g. due to still defined CONFIG_FB).
Yes, I can confirm Michal's hypothesis. This is what happens when you edit the compile options manually. It is necessary to use "make config" to update all the dependencies and generated files.
M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
