I get the following compile error when compiling p8 with p4 Makefile: Linking smbd util.o: In function `check_log_size': util.o(.text+0x2cc): undefined reference to `slprintf' util.o: In function `name_mangle': util.o(.text+0x94f): undefined reference to `slprintf' util.o: In function `standard_sub_basic': util.o(.text+0x4c9e): undefined reference to `slprintf' util.o: In function `uidtoname': util.o(.text+0x4f32): undefined reference to `slprintf' util.o: In function `gidtoname': util.o(.text+0x4f6a): undefined reference to `slprintf' charset.o(.text+0x200): more undefined references to `slprintf' follow make: *** [smbd] Error 1 Jiann-Ming Su js1@microwave.ph.msstate.edu