Compiler: i686-w64-mingw32
tor doesn’t see the library libevent
I build openssl and install to /usr/i686-w64-mingw32. And my code successful build if i use -lssl -levent… -lz. But tor can’t search this libraries
Configure:
./configure i686-w64-mingw32 --disable-asciidoc --disable-manpage --disable-html-manual --disable-unittests --disable-tool-name-check --host=i686-w64-mingw32
configure: error: Found linkable libevent in (system), but it does not seem to run, even with -R. Maybe specify another using --with-libevent-dir}
make: *** No targets specified and no makefile found. Stop.
I also tried to specify the path to the library assembly, but to no avail