Am Montag, 31. Juli 2006 22:38 schrieb [EMAIL PROTECTED]: > > The trunk wasn't compilling in my machines... > > After digging into Makefile I found missing depencies linking > miniparrot and parrot
+ $(IMCC_DIR)/imclexer$(O) $(IMCC_DIR)/parser_util$(O) $(IMCC_DIR)/debug$(O) This isn't correct either. These object files are already part of libparrot (see also IMCC_O_FILES). There must be some other problem elsewhere. leo