Just taken the latest CVS, fresh and complete, and compiling with : ./configure --with-winbind --with-pam --with-msdfs --with-smbmount --with-acl-support --with-vfs and I get this error: Compiling client/smbmount.c client/smbmount.c: In function `init_mount': client/smbmount.c:453: warning: assignment makes pointer from integer without a cast client/smbmount.c:458: warning: assignment makes pointer from integer without a cast client/smbmount.c:463: warning: assignment makes pointer from integer without a cast client/smbmount.c:468: warning: assignment makes pointer from integer without a cast Linking bin/smbmount client/smbmount.o: In function `init_mount': client/smbmount.o(.text+0xd5a): undefined reference to `xstrdup' client/smbmount.o(.text+0xd9a): undefined reference to `xstrdup' client/smbmount.o(.text+0xdda): undefined reference to `xstrdup' client/smbmount.o(.text+0xe1a): undefined reference to `xstrdup' collect2: ld returned 1 exit status make: *** [bin/smbmount] Error 1 Cheers, Noel