On Wed, Feb 11, 2004 at 06:18:43PM +0100, Andreas Rottmann wrote: > [EMAIL PROTECTED] (Luis R. Rodriguez) writes: > > > To be exact, here is the the output of dpkg-buildpackage > > > > checking for gcc... cc > > checking for C compiler default output file name... configure: error: C > > compiler cannot create executables > > See `config.log' for more details. > > make: *** [config.status] Error 77 > > > There should be a failure message in config.log. It may be a little > bit hard to find, since configure dumps loads of settings before and > after the message.
Here is the meaninful output: configure:2096: cc --version </dev/null >&5 /home/mcgrof/DEV/DEBIAN/grubconf-0.5/2/grubconf-0.5/./configure: line 1: cc: command not found configure:2099: $? = 127 It seems gcc nor gcc-3.3 set /usr/bin/cc ---> /usr/bin/gcc sym link. Anyway, after that, it didn't run into this problem but ran into a second one: -- config.status: creating po/Makefile make -C . make[1]: Entering directory `/home/mcgrof/DEV/DEBIAN/grubconf-0.5/2/grubconf-0.5' cd . && aclocal aclocal: configure.in: 15: macro `AM_PROG_LIBTOOL' not found in library make[1]: *** [aclocal.m4] Error 1 make[1]: Leaving directory `/home/mcgrof/DEV/DEBIAN/grubconf-0.5/2/grubconf-0.5' make: *** [debian/stamp-makefile-build] Error 2 -- Luis