OK, never mind. My Makefile was porked. Seems I was trying to run on COMPILE_FLAGS instead of COMPILEFLAGS
See, I told you it was a stupid question :) That's what happens when you have to work inbewteen play :) Thanx for everyones help anyways SnaRf On Fri 24 May 02 15:30, you wrote: > On Fri, May 24, 2002 at 03:27:38PM +0200, Francois Rossouw wrote: > > No problem, that anyhoo. > > > > I figured out, that is't not actually the crypt that's the problem... > > That's true, it's a problem with strncmp. Now tell us, what crypt() > function are you using? Or did you forget to include unistd.h > (crypt.h for the non-OSI complaint OS's under us) and is the "int" > a result of the default behaviour for unprototyped functions? > > Edwin

