Error added: 2005-11-04T23:58:11Z
You are likely missing libc.a The -lc switch tells the linker to link the object code with libc, either statically or dynamically, depending on how you are linking. Check the makefile or your environment to see what your library path is. If this looks correct, then check to see if the libc.a or libc.sl files exist in that path.
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: