Hi there,
I'm trying to install a tar.gz file with no luck
I'm using SuSE 9.3 pro
the tar.gz file is john-1.6.40.tar.gz
after the following
su
tar zxvf john-1.6.40.tar.gz
cd john-1.6.4o
cd src
make
make linux-x86-any
after that I get aan errer like this :-
linux:/home/laverion/john-1.6.40/src # make linux-x86-any-elf
make: *** No rule to make target `linux-x86-any-elf'. Stop.
linux:/home/laverion/john-1.6.40/src # make linux-x86-any
ln -sf x86-any.h arch.h
make ../run/john ../run/unshadow ../run/unafs ../run/unique \
JOHN_OBJS="DES_fmt.o DES_std.o DES_bs.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o unshadow.o unafs.o unique.o DES_bs_b.o x86.o"
make[1]: Entering directory `/home/laverion/john-1.6.40/src'
gcc -c -Wall -O2 -fomit-frame-pointer -funroll-loops DES_fmt.c
make[1]: gcc: Command not found
make[1]: *** [DES_fmt.o] Error 127
make[1]: Leaving directory `/home/laverion/john-1.6.40/src'
make: *** [linux-x86-any] Error 2
I think it has to do with gcc
I checked other linux forums with no luck
any help
thnx