[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

cross build tor



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.