[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
cross build tor
- To: or-dev@xxxxxxxx
- Subject: cross build tor
- From: "Hao Jiajie" <guorke@xxxxxxxxx>
- Date: Tue, 5 Jun 2007 15:40:45 +0800
- Cc: guorke@xxxxxxxxx
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Tue, 05 Jun 2007 03:40:52 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=T0LXK/9jFFlFJpP6jTLci/7tebnA0vVESJ4qQ8jgIOtHWKaKrhoUGzgCkM8jcyTKy7brlg2ru3duZkpIb9ENWI5asc2sb4d3MhovttwJP2Gnt0YBoAzeGTaE/eIW5F9WjhqVBRx/rNp1uLsHa2vr0ARW8vRHVmCu3C8NEAzK1yM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=JhWEFRxD2e7aOBSy5GJ9UefXYmqWa1q0BlXy0itoBUuGoq1EyncKHEW/DQUlksfNiJHA4HAF3/C4LqAgdztAgn8sRN1zTdas0cP1MOeQU64Y0LwNkRA4/caJnXMhhcHA9icyLQwyr4MVBbt+KDT3bNArs31wHvJgSb7Miw31IR0=
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
hi, all
can i cross-build tor in linux?
I have already install cross-build enviroment follow by
http://www.libsdl.org/extras/win32/cross/
and i cross-complied libevent ok, but when i execute
cd tor-0.1.2.14
./cross-configure.sh
,it says configure: error: Could not find a linkable libevent.
You can specify an explicit path using --with-libevent-dir.
I tried to execute e ./cross-configure.sh --with-libevent-dir=/usr/local/lib,
still failed.
can you help me? thanks.