compile samba-2.2.4 on Solaris 7

2002-05-06 Thread Tian-xiong Lu
Hi there,   Just tried compling samba-2.2.4 on a Solaris 7 box with two configure options: --with-libsmbclient  --with-acl-support   When compiling I got a warning message like this: In function "sys_readdir" lib/system.c 331 Warning: return from incompatible pointer type.   Also, a lot of m

Re: compile samba-2.2.4 on Solaris 7

2002-05-06 Thread Richard Sharpe
On Tue, 7 May 2002, Tian-xiong Lu wrote: > Hi there, > > Just tried compling samba-2.2.4 on a Solaris 7 box with two configure options: > --with-libsmbclient --with-acl-support > > When compiling I got a warning message like this: > In function "sys_readdir" > lib/system.c 331 Warning: return

Re: compile samba-2.2.4 on Solaris 7

2002-05-09 Thread Gerald Carter
On Wed, 8 May 2002, Tian-xiong Lu wrote: > Thanks, Richard for the reply. > > Tried with -fPIC instead of -KPIC, it worked. Checked with gcc > manpage, -fPIC is > an option but -KPIC not. Fixed in SAMBA_2_2 & HEAD > 1. smbd/password.c: In function 'grab_server_mutex': > smbd/password.c:119

Re: compile samba-2.2.4 on Solaris 7

2002-05-12 Thread Tian-xiong Lu
onfigure.in did not work. Thanks, Tian. - Original Message - From: "Gerald Carter" <[EMAIL PROTECTED]> To: "Tian-xiong Lu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 11:39 AM Subject: Re: compile samba-2.2.4 on Solaris 7 &g

Re: compile samba-2.2.4 on Solaris 7

2002-05-12 Thread Richard Sharpe
On Mon, 13 May 2002, Tian-xiong Lu wrote: > Applied patches in ftp://ftp.samba.org:/pub/jerry/samba-2.2.4-patches/ > and re-compiled. > Warning "nsswitch/winbind_nss_config.h:135: warning: `ZERO_STRUCTP' > redefined" > disappeared. But I still got -KPIC rather than -fPIC, so that had to > manual

Re: compile samba-2.2.4 on Solaris 7

2002-05-12 Thread Tian-xiong Lu
ot; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 5:07 PM Subject: Re: compile samba-2.2.4 on Solaris 7 > On Mon, 13 May 2002, Tian-xiong Lu wrote: > > > Applied patches in ftp://ftp.samba.org:/pub/jerry/samba-2.2.4-patches/ > > and re-compiled

Re: compile samba-2.2.4 on Solaris 7

2002-05-12 Thread Richard Sharpe
OTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, May 13, 2002 5:07 PM > Subject: Re: compile samba-2.2.4 on Solaris 7 > > > > On Mon, 13 May 2002, Tian-xiong Lu wrote: > > > > > Applied patches in ftp://ftp.samba.org:/pub/jerry/samba-2.2.4-pa

Re: compile samba-2.2.4 on Solaris 7

2002-05-13 Thread Tian-xiong Lu
ot; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 5:59 PM Subject: Re: compile samba-2.2.4 on Solaris 7 > On Mon, 13 May 2002, Tian-xiong Lu wrote: > > > Hi Richard, > > > > Tried, but both config.cache and autoconf do not exit in the source

Re: compile samba-2.2.4 on Solaris 7

2002-05-13 Thread Gerald Carter
On Tue, 7 May 2002, Tian-xiong Lu wrote: > Just tried compling samba-2.2.4 on a Solaris 7 box with two configure options: > --with-libsmbclient --with-acl-support > > When compiling I got a warning message like this: > In function "sys_readdir" > lib/system.c 331 Warning: return from incompatib

Re: compile samba-2.2.4 on Solaris 7

2002-05-30 Thread Andrew Bartlett
Gerald Carter wrote: > > On Tue, 7 May 2002, Tian-xiong Lu wrote: > > > Just tried compling samba-2.2.4 on a Solaris 7 box with two configure options: > > --with-libsmbclient --with-acl-support > > > > When compiling I got a warning message like this: > > In function "sys_readdir" > > lib/syste

Re: compile samba-2.2.4 on Solaris 7

2002-05-30 Thread Eric Boehm
On Thu, May 30, 2002 at 10:55:45PM +1000, Andrew Bartlett wrote: > "Tian" == Tian-xiong Lu <[EMAIL PROTECTED]> writes: > "Jerry" == Gerald Carter <[EMAIL PROTECTED]> writes: > "Andrew" == Andrew Bartlett <[EMAIL PROTECTED]> writes: Tian> Just tried compling samba-2.2.4 on a So

Re: compile samba-2.2.4 on Solaris 7

2002-05-30 Thread Juergen Hasch
Hi Eric, Am Donnerstag, 30. Mai 2002 16:45 schrieb Eric Boehm: > On Thu, May 30, 2002 at 10:55:45PM +1000, Andrew Bartlett wrote: > > "Tian" == Tian-xiong Lu <[EMAIL PROTECTED]> writes: > > "Jerry" == Gerald Carter <[EMAIL PROTECTED]> writes: > > "Andrew" == Andrew Bartlett <[EMAIL

Re: compile samba-2.2.4 on Solaris 7

2002-06-03 Thread Gerald Carter
On Thu, 30 May 2002, Eric Boehm wrote: > I've seen the following behavior on Solaris 8. > > 1. compiling 32-bit with Sun Workshop, configure checks for and finds >readdir64... yes >dirent64... yes > > 2. compiling 32-bit with Sun Workshop, configure checks for and finds >readdir64..

Re: compile samba-2.2.4 on Solaris 7

2002-06-03 Thread Gerald Carter
On Thu, 30 May 2002, Juergen Hasch wrote: > I believe the test program isn't that wrong. Wouldn't it be correct simply not > to use dirent64 at all if readdir64 isn't defined ? This sounds correct to me. Although I'm trying to find a box on which readdir64 is not available. I'm checking it i

Re: compile samba-2.2.4 on Solaris 7

2002-06-03 Thread Eric Boehm
On Mon, Jun 03, 2002 at 03:31:10PM -0500, Gerald Carter wrote: > "Jerry" == Gerald Carter <[EMAIL PROTECTED]> writes: Eric> On Thu, 30 May 2002, Eric Boehm wrote: I've seen the Eric> following behavior on Solaris 8. Eric> 1. compiling 32-bit with Sun Workshop, configure checks fo