Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
rly subtle > corruption it might be visible in the debugger by viewing the assembly > code at or near the point of failure. > > > By the way, I'm certainly not offended, but I take it you were. That was > not my intent. I'm sorry. > > Randall Schulz > Mount

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
Then, I start to wonder why smbclient fails on a line where the example I give, fails. /me goes back to drawing board. > On Fri, Nov 29, 2002 at 12:58:36PM -0000, Lee Packham wrote: >> My bad, I mean char xx_blah[256]; > > Works for me. > > Corinna >

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
If I compile samba on the latest version of cygwin it now borks with a >> segfault. >> >>It appears that pointer initialisation isn't quite working correctly. >> >>You can grab the patch for the samba source off the page above and see >> what I mean. >> &g

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
My bad, I mean char xx_blah[256]; > On Fri, Nov 29, 2002 at 12:53:02PM -, Linux Mail Account wrote: >> This used to work... >> >> char xx_blah[255]; >^^^ > Huh? > >> char *blah = xx_blah; >> >> for (int i = 0; i < 256; i++) > ^^^ >

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
My bad... i mean xx_blah[256] ;) > On Fri, Nov 29, 2002 at 12:53:02PM -, Linux Mail Account wrote: >> This used to work... >> >> char xx_blah[255]; >^^^ > Huh? > >> char *blah = xx_blah; >> >> for (int i = 0; i < 256; i++) > ^^^ >