cannot find -levent

2013-04-10 Thread Troy Blank
-image-base build/temp.cygwin-1.7.9-i686-2.6/gevent/core.o -L/home/tblank/.virtualenvs/raspberry_pi/lib/python2.6/config -levent -lpython2.6 -o build/lib.cygwin-1.7.9-i686-2.6/gevent/core.dll /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -levent collect2: ld

Re: cannot find -levent

2013-04-10 Thread Christopher Faylor
/../../../../i686-pc-cygwin/bin/ld: cannot find -levent collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 //- full error can be found here: http://dpaste.com/1053771/ I have installed libevent-2.0.21-stable from http

Re: cannot find -levent

2013-04-10 Thread Troy Blank
Well like all things I struggle with it for hours and as soon as I ask for help I magically figure it out, anyway for anyone who wants to know how I did it I installed a beta release of gevent from http://code.google.com/p/gevent/downloads/list ... which doesn't use as many dependencies so it

Re: cannot find -levent

2013-04-10 Thread Troy Blank
Troy Blank blanktroy at gmail.com writes: Well like all things I struggle with it for hours and as soon as I ask for help I magically figure it out, anyway for anyone who wants to know how I did it I installed a beta release of gevent from http://code.google.com/p/gevent/downloads/list ... which