odin1314 / yara-project

Automatically exported from code.google.com/p/yara-project
Apache License 2.0
0 stars 0 forks source link

trying to build python-yara 1.7 #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.using python setup.py build
2.
3.

What is the expected output? What do you see instead?
python setup.py install
running install
running build
running build_ext
building 'yara' extension
gcc -fno-strict-aliasing -ggdb -O2 -pipe 
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/build=/usr/src/deb
ug/python-2.7.3-1 
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/src/Python-2.7.3=/
usr/src/debug/python-2.7.3-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes 
-I/usr/local/include -I/usr/include/python2.7 -c yara-python.c -o 
build/temp.cygwin-1.7.20-i686-2.7/yara-python.o
gcc -shared -Wl,--enable-auto-image-base -L. 
build/temp.cygwin-1.7.20-i686-2.7/yara-python.o -L/usr/lib/python2.7/config 
-lyara -lpcre -lpython2.7 -o build/lib.cygwin-1.7.20-i686-2.7/yara.dll
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lyara
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

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

yara python-1.7 cygwin 2.7 on win8 64bit
Please provide any additional information below.
yara core package was compiled and installed successfully! 

Original issue reported on code.google.com by adime...@gmail.com on 11 Jul 2013 at 12:38