X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=PbB
	LVgEV3XdY9iEIQknRgGfS+lkgAyzF2QKjEgdWNcMiaaezA/typ7UBSwm/3MJh1AF
	UhMLAiJn5ao73cAN25pqPR8lb4UKB1iGgZQUDMBRG8J6jn4/bA0ohkHbrfObXjTc
	0EZeXS1kEUVYp1cMFpYFIjtM8Lu1NjQ8rpRoPoHo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=x/gPhyntW
	dOe8Xrom0d1GWZ4N3w=; b=HHtl3runligCjuXwvYCduO+mbG0IG/XkUo4stp2ri
	y2LyGRdHyaUtk1Okhosd5bvOSooySlajccErKVVBOL8p5Abti6DtxX7u9cxo0WzC
	tXhweL1bgs4R90Zy4HNQPt2IolddstFWqS9x7Yh6m11NP9p2F6b7cPGeskazDFjV
	M8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1
To: cygwin@cygwin.com
From: Troy Blank <blanktroy@gmail.com>
Subject: cannot find -levent
Date: Wed, 10 Apr 2013 16:45:57 +0000 (UTC)
Lines: 43
Message-ID: <loom.20130410T183801-931@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)

Hello,

I have used cygwin for awhile now and love i, having an issue that is very
confusing to me.

So I am trying to install django-socketio via pip install django-socketio
and after it succesffully  I always get the error (I install things through
pip all the time so I know pip is stable):

//--------------------------------------------------
running build_ext

building 'gevent.core' extension

gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
-I/usr/include/python2.6 -c gevent/core.c -o
build/temp.cygwin-1.7.9-i686-2.6/gevent/core.o

gcc -shared -Wl,--enable-auto-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 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://libevent.org/ ... and
ran a ./configure, make and make install without any errors and I can see
libevent.a in \usr\local\lib.

I assume gcc can't find my library files for libevent but I have failed to
find anything online that tells me how to tell gcc where those files are or
if in fact that is the issue.

Any information would be greatly appreciate.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

