So, before I waste another couple of hours at this, is it possible to compile Samba 3.0.x on Tru64 at all? If so, can you tell me what the ./configure switches are? Thanks, Nate
> -----Original Message----- > From: Nate Schindler > Sent: Friday, October 15, 2004 11:53 AM > To: 'samba@lists.samba.org' > Subject: Compiling on Tru64 > > So, before I waste another couple of hours at this, is it > possible to compile Samba 3.0.x on Tru64 at all? > If so, can you tell me what the ./configure switches are? > > Thanks, > NateIgnore this. I couldn't compile 3.0.something_before_7, but 3.0.7 *does* compile on Tru64 for me. Lots of warnings, but it seems to work.
On Fri, Oct 15, 2004 at 11:53:23AM -0700, Nate Schindler wrote:> So, before I waste another couple of hours at this, is it possible to compile Samba 3.0.x on Tru64 at all? > If so, can you tell me what the ./configure switches are? > > Thanks, > NateYes. No special configure options required. -- Steve Feehan
> -----Original Message----- > From: Steve Feehan [mailto:sfeehan@sbb.uvm.edu] > Sent: Friday, October 15, 2004 4:58 PM > To: Nate Schindler > Cc: samba@lists.samba.org > Subject: Re: [Samba] Compiling on Tru64 > > > On Fri, Oct 15, 2004 at 11:53:23AM -0700, Nate Schindler wrote: > > So, before I waste another couple of hours at this, is it > possible to compile Samba 3.0.x on Tru64 at all? > > If so, can you tell me what the ./configure switches are? > > > > Thanks, > > Nate > > Yes. No special configure options required. > > -- > Steve Feehan >For Samba 3.0.7: On the Tru64 5.1b system, I had no errors, just a slew of warnings about pointer types. On the other Tru64 4.0f system, I had to comment out "#define HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS 1" in include/config.h before it would link smbd. Found that here: http://lists.samba.org/archive/samba/2003-October/075325.html Tru64 smells like my grandpa... :/ Nate