Date: Thu, 6 Aug 1998 15:28:44 -0400 From: Steven Yang <syang@directhit.com> To: "'freebsd-hackers@freebsd.org'" <freebsd-hackers@FreeBSD.ORG> Subject: how do you get crack to compile? Message-ID: <839A86AB6CE4D111A52200104B938D4303D1DF@MOE>
next in thread | raw e-mail | index | archive | help
Hi, I'm struggling to get crack to compile on freebsd. I'm on FreeBSD 2.2.6, and I'm trying to get either crack 5.0 or crack 4.1 to work. I've spent most of my time trying to get crack 5.0 to work, but the only thing I've done that seems to help at all is to modifiy the makefile to use -DTERMIOS rather than -DTERMIO. That gets it further through the compiling, but now I run into: Invoked: Crack -fmt freebsd password-file Stamp: freebsd-2-i386_ Crack: making utilities in run/bin/freebsd-2-i386_ find . -name "*~" -print | xargs -n50 rm -f ( cd src; for dir in * ; do ( cd $dir ; make clean ) ; done ) rm -f dawglib.o debug.o rules.o stringlib.o *~ /bin/rm -f *.o tags core rpw destest des speed libdes.a .nfs* *.old *.bak destest rpw des speed rm -f *.o *~ `../../run/bin/freebsd-2-i386_/libc5.a' is up to date. cc -g -O -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -o ../../run/bin/freebsd-2-i386_/dictfilt dictfilt.c elcid.o ../../run/bin/freebsd-2-i386_/libc5.a cc: elcid.o: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. What do I do, and better yet, has anybody gotten it to work, and can simply e-mail a tar.gz file of crack that works on freebsd? Thanks, Steven To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?839A86AB6CE4D111A52200104B938D4303D1DF>