[...] dpkg-deb: building package `zsh' in `../zsh_4.0.6-19_m68k.deb'. test -f debian/rules mkdir obj-static cd obj-static && CFLAGS='-Wall -g -O2' ../configure --prefix=/usr --bindir=/bin --mandir=/usr/share/man +--infodir=/usr/share/info --enable-maildir-support --enable-max-jobtable-size=256 --enable-function-subdirs +--enable-site-fndir=/usr/local/share/zsh/site-functions --with-curses-terminfo --enable-etcdir=/etc/zsh +--disable-dynamic --enable-ldflags=-static configuring for zsh 4.0.6 checking build system type... m68k-unknown-linux-gnu checking host system type... m68k-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [stamp-configure-static] Error 77
full build log at: http://buildd.debian.org/fetch.php?&pkg=zsh&ver=4.0.6-19&arch=m68k&stamp=1043046067&file=log&as=raw config.log says: ## ----------- ## ## Core tests. ## ## ----------- ## configure:1339: checking build system type configure:1357: result: m68k-unknown-linux-gnu configure:1365: checking host system type configure:1379: result: m68k-unknown-linux-gnu configure:1799: checking for gcc configure:1815: found /usr/bin/gcc configure:1825: result: gcc configure:2069: checking for C compiler version configure:2072: gcc --version </dev/null >&5 gcc (GCC) 3.2.2 20021231 (Debian prerelease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2075: $? = 0 configure:2077: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/m68k-linux/3.2.2/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,pascal,objc --prefix=/usr --mandir=/ usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system -zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm - -enable-objc-gc m68k-linux Thread model: posix gcc version 3.2.2 20021231 (Debian prerelease) configure:2080: $? = 0 configure:2082: gcc -V </dev/null >&5 gcc: argument to -V' is missing configure:2085: $? = 1 configure:2109: checking for C compiler default output configure:2112: gcc -Wall -g -O2 -static conftest.c >&5 /usr/bin/ld: cannot open crtbeginT.o: No such file or directory collect2: ld returned 1 exit status Christian