ich hab mal zum test die -10 komplett neu gebaut. tor zickt immer noch rum :
Code:
tor-0.1.1.25/doc/design-paper/tor-design.tex
tor-0.1.1.25/contrib/
tor-0.1.1.25/contrib/Makefile.in
tor-0.1.1.25/contrib/Makefile.am
tor-0.1.1.25/contrib/tor.logrotate.in
tor-0.1.1.25/contrib/tor.sh.in
tor-0.1.1.25/contrib/torctl.in
tor-0.1.1.25/contrib/torify.in
tor-0.1.1.25/contrib/exitlist
tor-0.1.1.25/contrib/tor-tsocks.conf
tor-0.1.1.25/contrib/torify.1
tor-0.1.1.25/contrib/TorControl.py
tor-0.1.1.25/contrib/tor.nsi.in
tor-0.1.1.25/contrib/tor.sh
tor-0.1.1.25/contrib/torctl
tor-0.1.1.25/contrib/rc.subr
tor-0.1.1.25/contrib/ExerciseServer.py
tor-0.1.1.25/contrib/PathDemo.py
tor-0.1.1.25/contrib/osx/
tor-0.1.1.25/contrib/osx/Makefile.in
tor-0.1.1.25/contrib/osx/Makefile.am
tor-0.1.1.25/contrib/osx/TorBundleDesc.plist.in
tor-0.1.1.25/contrib/osx/TorBundleInfo.plist.in
tor-0.1.1.25/contrib/osx/TorDesc.plist.in
tor-0.1.1.25/contrib/osx/TorInfo.plist.in
tor-0.1.1.25/contrib/osx/TorStartupDesc.plist.in
tor-0.1.1.25/contrib/osx/PrivoxyConfDesc.plist
tor-0.1.1.25/contrib/osx/PrivoxyConfInfo.plist
tor-0.1.1.25/contrib/osx/ReadMe.rtf
tor-0.1.1.25/contrib/osx/StartupParameters.plist
tor-0.1.1.25/contrib/osx/Tor
tor-0.1.1.25/contrib/osx/TorBundleWelcome.rtf
tor-0.1.1.25/contrib/osx/TorStartupInfo.plist
tor-0.1.1.25/contrib/osx/package.sh
tor-0.1.1.25/contrib/osx/privoxy.config
tor-0.1.1.25/contrib/osx/TorPostflight
tor-0.1.1.25/contrib/osx/addsysuser
tor-0.1.1.25/contrib/osx/Tor_Uninstaller.applescript
tor-0.1.1.25/contrib/osx/uninstall_tor_bundle.sh
tor-0.1.1.25/contrib/osx/package_list.txt
tor-0.1.1.25/contrib/osx/tor_logo.gif
tor-0.1.1.25/contrib/suse/
tor-0.1.1.25/contrib/suse/Makefile.in
tor-0.1.1.25/contrib/suse/Makefile.am
tor-0.1.1.25/contrib/suse/tor.sh.in
tor-0.1.1.25/contrib/suse/tor.sh
for i in make/tor/patches/*.patch; do \
patch -d source/tor-0.1.1.25 -p1 < $i; \
done
patching file Makefile.in
patching file configure.in
patching file configure
touch source/tor-0.1.1.25/.unpacked
( cd source/tor-0.1.1.25; rm -f config.status; \
PATH="/home/bofh/ds-0.2.9_26-10/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin" \
CFLAGS="-Os -Wa,--trap -pipe -mips2 -Wall -W" \
CPPFLAGS="-I/home/bofh/ds-0.2.9_26-10/toolchain/build/gcc-4.1.0-uClibc-0.9.28/mipsel-linux-uclibc/include \
-I/home/bofh/ds-0.2.9_26-10/toolchain/build/gcc-4.1.0-uClibc-0.9.28/mipsel-linux-uclibc/usr/include" \
LDFLAGS="-static-libgcc -L/home/bofh/ds-0.2.9_26-10/toolchain/build/gcc-4.1.0-uClibc-0.9.28/mipsel-linux-uclibc/lib \
-L/home/bofh/ds-0.2.9_26-10/toolchain/build/gcc-4.1.0-uClibc-0.9.28/mipsel-linux-uclibc/usr/lib -levent" \
ac_cv_libevent_linker_option='(none)' \
ac_cv_openssl_linker_option='(none)' \
ac_cv_libevent_normal=yes \
tor_cv_null_is_zero=yes \
tor_cv_unaligned_ok=yes \
tor_cv_time_t_signed=yes \
./configure \
--target=mipsel-linux \
--host=mipsel-linux \
--build=i386-pc-linux-gnu \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/sbin \
--datadir=/usr/share \
--includedir=/usr/include \
--infodir=/usr/share/info \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--localstatedir=/var \
--mandir=/usr/share/man \
--sbindir=/usr/sbin \
--sysconfdir=/mod/etc \
\
--disable-nls \
--enable-shared \
--disable-static \
--with-gnu-ld \
);
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i386-pc-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking for mipsel-linux-gcc... mipsel-linux-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [source/tor-0.1.1.25/.configured] Fehler 77
bofh@bofh-debian:~/ds-0.2.9_26-10$