Re: RFE: build

2003-01-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 5 Jan 2003, Juergen Hasch wrote: > You are right, $(LDFLAGS) is missing for libsmbclient. > I think the correct patch would be to add the missing $(LDFLAGS) in > Makefile.in only where it is missing: > -- > ---

Re: RFE: build

2003-01-05 Thread Juergen Hasch
Hi Jens, Jens Elkner wrote: 1) For SHLD the LDSHFLAGS parameter is used. It should get set to -shared. And that is exactly the problem! It is set only to "-shared" and not to "-shared $LDFLAGS". So if I do not apply the Makefile.in patch I get for build: Linking libsmbclient shared libra

Re: RFE: build

2003-01-04 Thread Jens Elkner
'Juergen Hasch wrote:' > Hi Juergen, > > >I just tried to build samba 2.2.7a with cups and acl, but it did > >not work out of the box without fixing source/Makefile.in, > >source/configure.in and include/smb_acls.h. > > > Samba should build fine on most systems. > What operating system and gcc /

Re: RFE: build

2003-01-04 Thread Juergen Hasch
Hi Jens, I just tried to build samba 2.2.7a with cups and acl, but it did not work out of the box without fixing source/Makefile.in, source/configure.in and include/smb_acls.h. Samba should build fine on most systems. What operating system and gcc / ld version do you use ? Your patches don't s

RFE: build

2003-01-04 Thread elkner
Hi, I just tried to build samba 2.2.7a with cups and acl, but it did not work out of the box without fixing source/Makefile.in, source/configure.in and include/smb_acls.h. If you have the time, please have a look at the following patches: 1) Makefile.in: we need to pass LDFLAGS to the $SHLD (