I spent some time looking for a how-to on compiling just the smbclient (3.0.26), however could not find one. Having trouble compiling from source for HP 10.20, however I only need the client. gcc version 2.8.1 ( I think this might be the problem but not sure) Thanks in advance for any help. Configure runs fine, however when i run make i get: error on line 1282 here is part of the Makfile beggining at line 1282 : $(WINBIND_NSS_OBJ) @echo "Linking $@" @$(SHLD) $(WINBIND_NSS_LDSHFLAGS) -o $@ $(WINBIND_NSS_OBJ) \ shared-libraries-disabled`basename $@` : proto_exists $(WINBIND_WINS_NSS_OBJ) @echo "Linking $@" @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_WINS_NSS_OBJ) \ $(LDAP_LIBS) $(KRB5LIBS) $(LIBS) \ shared-libraries-disabled`basename $@` Lucas