This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

help with gcc.. thanks!!


this happens when i tried to install crack 5.0.  GCC choked with error 
message "gcc-2.95.2: elcid.o: No such file or directory".

I tried to look for files with elcid.  elcid.c is in /src/util 
directory.  but i don't see the object file for it though.. i tried to 
do "make" under the /src/util directory, but failed.  i'm thinking doing 
the make at the parent directory will take care of it.

Can you help??  Let me know if i need to give you more info.

thanks,



[mlee@MXL1WS02 c50a]$ ./Crack -makeonly
Crack 5.0a: The Password Cracker.
(c) Alec Muffett, 1991, 1992, 1993, 1994, 1995, 1996
System: Linux MXL1WS02 2.2.17-21mdk #1 Thu Oct 5 13:16:08 CEST 2000 i686 
unknown
Home: /home/mlee/c50a
Invoked: ./Crack -makeonly
Option: -makeonly enabled
Stamp: linux-2-unknown

Crack: making utilities in run/bin/linux-2-unknown
find . -name "*~" -print | xargs -n50 rm -f
( cd src; for dir in * ; do ( cd $dir ; make clean ) ; done )
make[1]: Entering directory `/home/mlee/c50a/src/lib'
rm -f dawglib.o debug.o rules.o stringlib.o *~
make[1]: Leaving directory `/home/mlee/c50a/src/lib'
make[1]: Entering directory `/home/mlee/c50a/src/libdes'
/bin/rm -f *.o tags core rpw destest des speed libdes.a .nfs* *.old \
*.bak destest rpw des speed
make[1]: Leaving directory `/home/mlee/c50a/src/libdes'
make[1]: Entering directory `/home/mlee/c50a/src/util'
rm -f *.o *~
make[1]: Leaving directory `/home/mlee/c50a/src/util'
make[1]: Entering directory `/home/mlee/c50a/src/lib'
make[1]: `../../run/bin/linux-2-unknown/libc5.a' is up to date.
make[1]: Leaving directory `/home/mlee/c50a/src/lib'
make[1]: Entering directory `/home/mlee/c50a/src/util'
gcc -g -O2 -Wall -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H 
-DUSE_SYS_TYPES_H -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -o 
../../run/bin/linux-2-unknown/dictfilt dictfilt.c elcid.o 
../../run/bin/linux-2-unknown/libc5.a -lcrypt
gcc-2.95.2: elcid.o: No such file or directory
make[1]: *** [../../run/bin/linux-2-unknown/dictfilt] Error 1
make[1]: Leaving directory `/home/mlee/c50a/src/util'
make: *** [utils] Error 1


This is the application root directory
[mlee@MXL1WS02 c50a]$ ls
Crack*   Makefile   conf/  doc/    manual.html  run/      src/
LICENCE  Reporter*  dict/  extra/  manual.txt   scripts/
[mlee@MXL1WS02 c50a]$

[mlee@MXL1WS02 util]$ ls
Makefile   dawg.c      elcid.c      elcid.c,old   elcid.h
cracker.c  dictfilt.c  elcid.c,bsd  elcid.c,trad  kickdict.c






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]