Re: linking smbclient commands with libsmb?

2003-01-23 Thread Richard Sharpe
On Thu, 23 Jan 2003, Herb Lewis wrote: > I did a quick check on the SAMBA_2_2 tree and got the following size > differences when they were linked against libsmbclient instead of > the "normal" linking. I've attached the patch to Makefile.in I used. > Before running any of the commands you need to

Re: linking smbclient commands with libsmb?

2003-01-23 Thread Herb Lewis
I did a quick check on the SAMBA_2_2 tree and got the following size differences when they were linked against libsmbclient instead of the "normal" linking. I've attached the patch to Makefile.in I used. Before running any of the commands you need to make sure you copy libsmbclient.so to your libr

linking smbclient commands with libsmb?

2003-01-22 Thread Christian Lambert
Please CC me in reply as I am not on the mailing list. > Just a quick question regarding samba, is there a way > to compile all the samba commands to be linked with libsmb > so that not each of them are big in size like they are right now? > > I tried with the --libsmbclient configure option but