[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
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
2 matches
Mail list logo