<div dir="ltr">On Thu, Aug 28, 2008 at 8:46 AM, Mr Chris Aitken <span dir="ltr"><<a href="mailto:chris-n/jUll39koHNgV/OU4+dkA@public.gmane.org">chris-n/jUll39koHNgV/OU4+dkA@public.gmane.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
configure: WARNING: `missing' script is too old or missing<br><div class="Ih2E3d">
checking for gawk... no<br>
checking for mawk... mawk<br>
checking whether make sets ${MAKE}... yes<br>
checking for gawk... (cached) mawk<br>
checking for gcc... gcc<br>
checking for C compiler default output... configure: error: C compiler cannot create executables<br></div>
chris@cpc:~/piano-1.1$ make</blockquote><div><br>Try verifying whether your C compiler is working:<br>
echo "int main() { return 1; }" > compile-test.c<br>gcc compile-test.c<br>
<br>Also, please let us know what distribution you are using.  For example, if
you are running Ubuntu or Debian, installing the following package might solve
your problem:<br>sudo apt-get install libc-dev<br>
<br><br>
Cheers,<br>
<br>
Daniel Hedlund<br>
<a href="mailto:daniel-fKF+LmlhkCtg9hUCZPvPmw@public.gmane.org">daniel-fKF+LmlhkCtg9hUCZPvPmw@public.gmane.org</a><br>
<br>
<br> </div></div><br></div>