diff -r 697562a5da7c -r 1622dc05c6ca main.cc --- a/main.cc Mon May 25 12:17:10 2009 +0200 +++ b/main.cc Tue May 26 18:04:27 2009 +0200 @@ -78,6 +78,7 @@ #include "stage1_2/stage1_2.hh" +#include "search_utils/search_utils.hh" //int stage3(symbol_c *tree_root); int stage4(symbol_c *tree_root, const char *builddir); @@ -157,6 +158,9 @@ return EXIT_FAILURE; /* 2nd Pass */ +printf("loading symbol tables...\n"); + search_utils_init(tree_root); +printf("loading symbol tables... DONE!\n"); /* not yet implemented... */ /* if (stage3(tree_root) < 0)