Brano76 / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 0 forks source link

Cannot compile of Execute the program #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
am unable to compile and execute the file.
what are the commands to be executed after downloading truecrack.tar.gz

What version of the product are you using? On what operating system?
backtrack 5

can u pls give step by step execution details for installing and executing it

Original issue reported on code.google.com by shubhamk...@gmail.com on 29 Jul 2012 at 12:47

GoogleCodeExporter commented 9 years ago
tar xvf truecrack.tar.gz
cd /truecrack/
make GPU=TRUE or make GPU=FALSE
./truecrack

- newest stable version
- Backtrack R1 64bit and Backtrack R2 64bit

Original comment by marcin...@o2.pl on 31 Jul 2012 at 1:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please Make not if you come across:

CC -c -o main.o main.c
make: CC: Command not found
make: *** [main.o] Error 127

When using the make command, you need to install g++ from yum repository

yum install gcc-c++

Also make sure you have the make command installed Centos cygwin don't come 
with it pre installed 

Original comment by slapandt...@gmail.com on 8 Aug 2012 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by luck87 on 10 Oct 2012 at 8:24