I thought I had a standard Fedora 5 intall, however am I alone in the need to add -lpthread to the mkimage/Makefile to get a successful build? % diff mkimage/Makefile mkimage/Makefile.old 43c43 < LIBS=-L $(COYOTOS_ROOT)/host/lib -lm -lgc -lpthread --- > LIBS=-L $(COYOTOS_ROOT)/host/lib -lm -lgc If not could it be added to the original please.