Re: GCC don't work.

2002-03-06 Thread J.H.M. Dassen \(Ray\)
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.

GCC don't work.

2002-03-05 Thread Yingrui Chen
Hi: I use gccto buildsome simple program like this // aa.c #include stdio.h 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