gitsnaf / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

unable to execute 'i586-linux-gnu-gcc': No such file or directory #471

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I has download pyrit-0.4.0.tar.gz and cpyrit-cuda-0.4.0.tar.gz. Extract and 
Compile it. But when i Compile with python :
root@falcon:~/pyrit-0.3.0# python setup.py build

I got Error like this :
root@falcon:~/pyrit-0.3.0# python setup.py build
svn: '.' is not a working copy
running build
running build_py
running build_ext
building 'cpyrit._cpyrit_cpu' extension
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu.c 
-o build/temp.linux-i686-2.7/cpyrit/_cpyrit_cpu.o -DVERSION="0.3.0"
unable to execute 'i586-linux-gnu-gcc': No such file or directory
error: command 'i586-linux-gnu-gcc' failed with exit status 1
root@falcon:~/pyrit-0.3.0# 

What's problem?

This is my machine Kali Linux 1.1 with NVIDIA GEFORCE GT620M:
root@falcon:~# uname -a
Linux falcon 3.14-kali1-686-pae #1 SMP Debian 3.14.5-1kali1 (2014-06-07) i686 
GNU/Linux
root@falcon:~# 

How i can fix the problem?
Thanks

Original issue reported on code.google.com by muh.alik...@gmail.com on 7 Mar 2015 at 11:32

Attachments: