ha1ronpa / pyrit

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

error: command 'gcc' failed with exit status 1 #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.cd cpyrit-cuda-0.3.0
2.python setup.py build
3.

What is the expected output? What do you see instead?
Is expected that do not show errors and it shows:"error: command 'gcc' failed 
with exit status 1"

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

Please provide any additional information below.
output:

unkuiri@13fghsj-laptop:~/cpyrit-cuda-0.3.0$ python setup.py build
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
building 'cpyrit._cpyrit_cuda' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -I/usr/local/cuda/include -I/usr/include/python2.6 -c 
_cpyrit_cuda.c -o build/temp.linux-i686-2.6/_cpyrit_cuda.o -DVERSION="0.3.0"
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
build/temp.linux-i686-2.6/_cpyrit_cuda.o -lssl -lcuda -lz -o 
build/lib.linux-i686-2.6/cpyrit/_cpyrit_cuda.so
/usr/bin/ld: cannot find -lcuda
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

Original issue reported on code.google.com by Unku...@gmail.com on 21 Nov 2010 at 1:26

GoogleCodeExporter commented 8 years ago
please see one of the numerous duplicates or the troubleshooting wiki

Original comment by lukas.l...@gmail.com on 21 Nov 2010 at 1:36