On Wed, 2007-10-03 at 17:05 +1000, [EMAIL PROTECTED] wrote: > configure > 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... missing > checking for working autoconf... missing > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... missing > checking for gcc... gcc > checking for C compiler default output... configure error: C compiler > cannot create executables
You've got a C compiler, but no libc6-dev package. If you install the build-essential package, it'll install that, plus a few other packages that will be needed. You'll probably also need other -dev packages for assorted libraries that your program uses. Hopefully it comes with a README or other file telling you what it depends on. -- Pete -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html