On Fri, Apr 29, 2005 at 12:33:44PM +1000, Norval Watson wrote: > checking for gcc... gcc > checking for C compiler default output... configure: error: C compiler > cannot create executables > See `config.log' for more details.
You will have to look at config.log to find out what's wrong. My guess is that you didn't atleast install everything required to comile something. I suggest you start with: apt-get install build-essential You'll probably need all the build-dependecies that the package set, install those too. I suggest you just try building the whole package. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

