On Wed, Mar 06, 2002 at 09:51:37 +0800, Yingrui Chen wrote:
> which package missing?
"libc6-dev", as you have ignored the "Recommends: libc-dev" dependency of
the "gcc" package.
HTH,
Ray
--
Brought to you by Microsoft .NOT technology: just say No.
Hi:
I use gcc to build some simple program like
this
// aa.c
#include
main()
{
printf("hello");
}
gcc report a error:
aa.c:1: stdio.h: No sch file or directory.
//bb.c
main()
{
}
gcc report a error:
/usr/bin/ld: cannot open crt1.o: No such file or
directory
collect2: ld returned 1
2 matches
Mail list logo