http403 / pyrit

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

Having small problem with the "python setup.py build" #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

cpyrit_cuda Dawmac$ python setup.py build
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
building 'cpyrit._cpyrit_cuda' extension
gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc 
build/temp.macosx-
10.5-i386-2.5/_cpyrit_cuda.o -lssl -lcuda -lz -o build/lib.macosx-10.5-i386-
2.5/cpyrit/_cpyrit_cuda.so
ld: library not found for -lcuda
collect2: ld returned 1 exit status
ld: library not found for -lcuda
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/mh/mhoklewzFbqF2lXtPmUvNk+++TI/-Tmp-
//ccxQBph5.out (No such file or directory)
error: command 'gcc' failed with exit status 1

have i miss some-think silly out i have install then Xcode 

here is my spec 

  Model Name:   MacBook Pro
  Model Identifier: MacBookPro5,3
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  3.06 GHz
  Number Of Processors: 1
  Total Number Of Cores:    2
  L2 Cache: 6 MB
  Memory:   4 GB
  Bus Speed:    1.07 GHz
  Boot ROM Version: MBP53.00AC.B03
  SMC Version (system): 1.48f2
NVIDIA GeForce 9600M GT:
NVIDIA GeForce 9400M:

Original issue reported on code.google.com by rich.dawson@gmail.com on 6 Sep 2009 at 6:15

GoogleCodeExporter commented 9 years ago
Fix your libcuda.dylib

You may symlink /usr/local/cuda/lib/libcuda.dylib to /usr/lib

Original comment by lukas.l...@gmail.com on 8 Sep 2009 at 6:34