Created attachment 8864 [details] config.log and corrected Makefile While running "make" in the "source3" directory, after running ./configure --prefix=/opt/samba-3.6 --enable-swat --with-ldap --with-ads "make" stops with following error : "Make: Don't know how to make LIBNDR_PREG_OBJ. Stop." On the Makefile, a trailing slash (line 339) should not be there : 338 LIBNDR_NTPRINTING_OBJ = librpc/gen_ndr/ndr_ntprinting.o \ 339 ../librpc/ndr/ndr_ntprinting.o \ 340 341 LIBNDR_PREG_OBJ = librpc/gen_ndr/ndr_preg.o \ 342 ../librpc/ndr/ndr_preg.o By correcting the error, "make" was running fine. thanks for your excellent job ! regards Luc
Created attachment 8865 [details] Patch The Makefile is generated from Makefile.in. Does the attached patch fix the issue for you also after a new configure?
Created attachment 8866 [details] Patch for master Michael, please review & push to master if okay Thanks
Comment on attachment 8865 [details] Patch probably my initial fault, looks good of course.
Comment on attachment 8866 [details] Patch for master probably my initial fault, looks good of course.
yes it is ok now thanks Luc
Pushed to v3-6-test and autobuild-v4-0-test.
Pushed to v4-0-test. Closing out bug report. Thanks!