Re: gcc problems with /usr/lib/crt1.o

1998-06-10 Thread Jim
[EMAIL PROTECTED] said: > I recently upgraded to the hamm distribution. Ever since the upgrade > I have not been able to compile anything with gcc. It seems part of your upgrade wasn't completed... you probably need to install libc6-dev. -Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

gcc problems with /usr/lib/crt1.o

1998-06-09 Thread servis
Debian Developers, I recently upgraded to the hamm distribution. Ever since the upgrade I have not been able to compile anything with gcc. Even a simple hello world program fails to compile. Example: /* hello world */ #include int main(void) { printf("Hello world!\n"); return 0; } /* end h